/drivers/hid/ |
D | hid-lg3ff.c | 64 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg3ff_play() local 65 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg3ff_play() 102 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg3ff_set_autocenter() local 103 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg3ff_set_autocenter()
|
D | hid-lgff.c | 72 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lgff_play() local 73 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lgff_play() 114 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lgff_set_autocenter() local 115 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lgff_set_autocenter()
|
D | hid-sjoy.c | 68 struct list_head *report_list = in sjoyff_init() local 69 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in sjoyff_init() 70 struct list_head *report_ptr = report_list; in sjoyff_init() 74 if (list_empty(report_list)) { in sjoyff_init() 82 if (report_ptr == report_list) { in sjoyff_init()
|
D | hid-pl.c | 86 struct list_head *report_list = in plff_init() local 87 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in plff_init() 88 struct list_head *report_ptr = report_list; in plff_init() 108 if (list_empty(report_list)) { in plff_init() 117 if (report_ptr == report_list) { in plff_init()
|
D | hid-betopff.c | 64 struct list_head *report_list = in betopff_init() local 65 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in betopff_init() 71 if (list_empty(report_list)) { in betopff_init() 76 report = list_first_entry(report_list, struct hid_report, list); in betopff_init()
|
D | hid-emsff.c | 64 struct list_head *report_list = in emsff_init() local 65 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in emsff_init() 69 if (list_empty(report_list)) { in emsff_init() 74 report = list_first_entry(report_list, struct hid_report, list); in emsff_init()
|
D | hid-holtekff.c | 145 struct list_head *report_list = in holtekff_init() local 146 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in holtekff_init() 150 if (list_empty(report_list)) { in holtekff_init() 155 report = list_entry(report_list->next, struct hid_report, list); in holtekff_init()
|
D | hid-axff.c | 79 struct list_head *report_list =&hid->report_enum[HID_OUTPUT_REPORT].report_list; in axff_init() local 85 if (list_empty(report_list)) { in axff_init() 90 report = list_first_entry(report_list, struct hid_report, list); in axff_init()
|
D | hid-gaff.c | 82 struct list_head *report_list = in gaff_init() local 83 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in gaff_init() 84 struct list_head *report_ptr = report_list; in gaff_init() 88 if (list_empty(report_list)) { in gaff_init()
|
D | hid-tmff.c | 128 struct list_head *report_list; in tmff_init() local 140 report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in tmff_init() 141 list_for_each_entry(report, report_list, list) { in tmff_init()
|
D | hid-dr.c | 92 struct list_head *report_list = in drff_init() local 93 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in drff_init() 97 if (list_empty(report_list)) { in drff_init() 102 report = list_first_entry(report_list, struct hid_report, list); in drff_init()
|
D | hid-steelseries.c | 114 struct list_head *report_list = &hdev->report_enum[HID_OUTPUT_REPORT].report_list; in steelseries_srws1_set_leds() local 115 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in steelseries_srws1_set_leds()
|
D | hid-lg4ff.c | 477 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in lg4ff_set_autocenter_default() local 478 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in lg4ff_set_autocenter_default() 1266 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in lg4ff_init() local 1267 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in lg4ff_init()
|
D | hid-input.c | 107 list_for_each_entry(report, &hid->report_enum[k].report_list, list) { in hidinput_find_key() 1222 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) { in hidinput_find_field() 1241 &hid->report_enum[HID_OUTPUT_REPORT].report_list, in hidinput_get_led_field() 1262 &hid->report_enum[HID_OUTPUT_REPORT].report_list, in hidinput_count_leds() 1370 list_for_each_entry(rep, &rep_enum->report_list, list) in report_features() 1468 list_for_each_entry(report, &hid->report_enum[k].report_list, in hidinput_cleanup_hidinput() 1516 list_for_each_entry(report, &hid->report_enum[k].report_list, list) { in hidinput_connect()
|
D | hid-kye.c | 595 list = &hdev->report_enum[HID_FEATURE_REPORT].report_list; in kye_tablet_enable()
|
D | hid-debug.c | 639 list = report_enum->report_list.next; in hid_dump_device() 640 while (list != &report_enum->report_list) { in hid_dump_device() 1033 list_for_each_entry(report, &hid->report_enum[k].report_list, list) { in hid_dump_input_mapping()
|
D | hid-sensor-hub.c | 74 list_for_each_entry(report, &hdev->report_enum[dir].report_list, list) { in sensor_hub_report() 398 list_for_each_entry(report, &report_enum->report_list, list) { in sensor_hub_input_get_attribute_info()
|
D | hid-sony.c | 1550 struct list_head *report_list = in buzz_set_leds() local 1551 &hdev->report_enum[HID_OUTPUT_REPORT].report_list; in buzz_set_leds() 1552 struct hid_report *report = list_entry(report_list->next, in buzz_set_leds()
|
/drivers/staging/greybus/ |
D | hid.c | 168 list_for_each_entry(report, &hid->report_enum[type].report_list, list) { in gb_hid_find_max_report() 217 &hid->report_enum[HID_INPUT_REPORT].report_list, list) in gb_hid_init_reports() 221 &hid->report_enum[HID_FEATURE_REPORT].report_list, list) in gb_hid_init_reports()
|
/drivers/hid/intel-ish-hid/ |
D | ishtp-hid.h | 69 struct report_list { struct
|
D | ishtp-hid-client.c | 74 struct report_list *reports_list; in process_recv() 267 reports_list = (struct report_list *)payload; in process_recv()
|
/drivers/hid/usbhid/ |
D | hiddev.c | 97 if (list_empty(&report_enum->report_list)) in hiddev_lookup_report() 100 list = report_enum->report_list.next; in hiddev_lookup_report() 111 if (list == &report_enum->report_list) in hiddev_lookup_report() 144 list_for_each_entry(report, &report_enum->report_list, list) { in hiddev_lookup_usage()
|
D | hid-core.c | 759 list_for_each_entry(report, &report_enum->report_list, list) in usbhid_init_reports() 764 list_for_each_entry(report, &report_enum->report_list, list) in usbhid_init_reports() 793 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) { in hid_find_field_early() 829 list_for_each_entry(report, &hid->report_enum[type].report_list, list) { in hid_find_max_report()
|
D | hid-pidff.c | 831 &hid->report_enum[report_type].report_list, list) { in pidff_find_reports() 1250 if (list_empty(&hid->report_enum[HID_OUTPUT_REPORT].report_list)) { in hid_pidff_init()
|
/drivers/hid/i2c-hid/ |
D | i2c-hid.c | 565 &hid->report_enum[HID_FEATURE_REPORT].report_list, list) in i2c_hid_init_reports() 584 list_for_each_entry(report, &hid->report_enum[type].report_list, list) { in i2c_hid_find_max_report()
|