/drivers/hid/ |
D | hid-lg4ff.c | 190 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg4ff_play() local 191 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg4ff_play() 235 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg4ff_set_autocenter_default() local 236 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg4ff_set_autocenter_default() 312 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg4ff_set_autocenter_ffex() local 313 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg4ff_set_autocenter_ffex() 331 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg4ff_set_range_g25() local 332 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg4ff_set_range_g25() 351 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg4ff_set_range_dfp() local 352 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg4ff_set_range_dfp() [all …]
|
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-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-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-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-steelseries.c | 115 struct list_head *report_list = &hdev->report_enum[HID_OUTPUT_REPORT].report_list; in steelseries_srws1_set_leds() local 116 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in steelseries_srws1_set_leds()
|
D | hid-input.c | 107 list_for_each_entry(report, &hid->report_enum[k].report_list, list) { in hidinput_find_key() 1151 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) { in hidinput_find_field() 1170 &hid->report_enum[HID_OUTPUT_REPORT].report_list, in hidinput_get_led_field() 1191 &hid->report_enum[HID_OUTPUT_REPORT].report_list, in hidinput_count_leds() 1298 list_for_each_entry(rep, &rep_enum->report_list, list) in report_features() 1396 list_for_each_entry(report, &hid->report_enum[k].report_list, in hidinput_cleanup_hidinput() 1444 list_for_each_entry(report, &hid->report_enum[k].report_list, list) { in hidinput_connect()
|
D | hid-kye.c | 506 list = &hdev->report_enum[HID_FEATURE_REPORT].report_list; in kye_tablet_enable()
|
D | hid-debug.c | 638 list = report_enum->report_list.next; in hid_dump_device() 639 while (list != &report_enum->report_list) { in hid_dump_device() 1032 list_for_each_entry(report, &hid->report_enum[k].report_list, list) { in hid_dump_input_mapping()
|
D | hid-sony.c | 1217 struct list_head *report_list = in buzz_set_leds() local 1218 &hdev->report_enum[HID_OUTPUT_REPORT].report_list; in buzz_set_leds() 1219 struct hid_report *report = list_entry(report_list->next, in buzz_set_leds()
|
D | hid-sensor-hub.c | 93 list_for_each_entry(report, &hdev->report_enum[dir].report_list, list) { in sensor_hub_report() 350 list_for_each_entry(report, &report_enum->report_list, list) { in sensor_hub_input_get_attribute_info()
|
D | wacom_sys.c | 235 list_for_each_entry(hreport, &rep_enum->report_list, list) { in wacom_parse_hid() 250 list_for_each_entry(hreport, &rep_enum->report_list, list) { in wacom_parse_hid() 1331 list_for_each_entry(report, &report_enum->report_list, list) { in wacom_compute_pktlen()
|
D | hid-picolcd_core.c | 64 struct list_head *feature_report_list = &hdev->report_enum[dir].report_list; in picolcd_report()
|
D | hid-prodikeys.c | 282 &hdev->report_enum[HID_OUTPUT_REPORT].report_list, list) { in pcmidi_get_output_report()
|
D | hid-core.c | 84 list_add_tail(&report->list, &report_enum->report_list); in hid_register_report() 587 INIT_LIST_HEAD(&report_enum->report_list); in hid_close_report() 870 hid->report_enum[type].report_list.next, in hid_validate_values()
|
/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 | 747 list_for_each_entry(report, &report_enum->report_list, list) in usbhid_init_reports() 752 list_for_each_entry(report, &report_enum->report_list, list) in usbhid_init_reports() 781 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) { in hid_find_field_early() 817 list_for_each_entry(report, &hid->report_enum[type].report_list, list) { in hid_find_max_report()
|
D | hid-pidff.c | 825 &hid->report_enum[report_type].report_list, list) { in pidff_find_reports() 1244 if (list_empty(&hid->report_enum[HID_OUTPUT_REPORT].report_list)) { in hid_pidff_init()
|
/drivers/hid/i2c-hid/ |
D | i2c-hid.c | 486 &hid->report_enum[HID_FEATURE_REPORT].report_list, list) in i2c_hid_init_reports() 505 list_for_each_entry(report, &hid->report_enum[type].report_list, list) { in i2c_hid_find_max_report()
|