| /Linux-v5.4/drivers/hid/ |
| D | hid-core.c | 61 struct hid_report_enum *report_enum = device->report_enum + type; in hid_register_report() local 66 if (report_enum->report_id_hash[id]) in hid_register_report() 67 return report_enum->report_id_hash[id]; in hid_register_report() 74 report_enum->numbered = 1; in hid_register_report() 81 report_enum->report_id_hash[id] = report; in hid_register_report() 83 list_add_tail(&report->list, &report_enum->report_list); in hid_register_report() 628 struct hid_report_enum *report_enum = device->report_enum + i; in hid_close_report() local 631 struct hid_report *report = report_enum->report_id_hash[j]; in hid_close_report() 635 memset(report_enum, 0, sizeof(*report_enum)); in hid_close_report() 636 INIT_LIST_HEAD(&report_enum->report_list); in hid_close_report() [all …]
|
| D | hid-debug.c | 622 struct hid_report_enum *report_enum; in hid_dump_device() local 629 report_enum = device->report_enum + i; in hid_dump_device() 630 list = report_enum->report_list.next; in hid_dump_device() 631 while (list != &report_enum->report_list) { in hid_dump_device() 668 struct hid_report_enum *report_enum; in hid_dump_report() local 677 report_enum = hid->report_enum + type; in hid_dump_report() 682 report_enum->numbered ? "" : "un"); in hid_dump_report() 1018 list_for_each_entry(report, &hid->report_enum[k].report_list, list) { in hid_dump_input_mapping()
|
| D | hid-lg3ff.c | 52 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg3ff_play() 90 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg3ff_set_autocenter()
|
| D | hid-lgff.c | 60 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lgff_play() 102 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lgff_set_autocenter()
|
| D | hid-sensor-hub.c | 61 list_for_each_entry(report, &hdev->report_enum[dir].report_list, list) { in sensor_hub_report() 380 struct hid_report_enum *report_enum; in sensor_hub_input_get_attribute_info() local 391 report_enum = &hdev->report_enum[type]; in sensor_hub_input_get_attribute_info() 392 list_for_each_entry(report, &report_enum->report_list, list) { in sensor_hub_input_get_attribute_info()
|
| D | hid-betopff.c | 62 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in betopff_init()
|
| D | hid-input.c | 95 list_for_each_entry(report, &hid->report_enum[k].report_list, list) { in hidinput_find_key() 1410 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) { in hidinput_find_field() 1429 &hid->report_enum[HID_OUTPUT_REPORT].report_list, in hidinput_get_led_field() 1450 &hid->report_enum[HID_OUTPUT_REPORT].report_list, in hidinput_count_leds() 1602 rep_enum = &hid->report_enum[HID_FEATURE_REPORT]; in hidinput_change_resolution_multipliers() 1629 rep_enum = &hid->report_enum[HID_FEATURE_REPORT]; in report_features() 1792 list_for_each_entry(report, &hid->report_enum[k].report_list, in hidinput_cleanup_hidinput() 1881 list_for_each_entry(report, &hid->report_enum[k].report_list, list) { in hidinput_connect()
|
| D | hid-holtekff.c | 129 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in holtekff_init()
|
| D | hid-emsff.c | 52 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in emsff_init()
|
| D | hid-mf.c | 62 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in mf_init()
|
| D | hid-google-hammer.c | 402 struct hid_report_enum *re = &hdev->report_enum[HID_INPUT_REPORT]; in hammer_is_keyboard_interface() 414 struct hid_report_enum *re = &hdev->report_enum[HID_OUTPUT_REPORT]; in hammer_has_backlight_control()
|
| D | hid-sjoy.c | 57 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in sjoyff_init()
|
| D | hid-axff.c | 67 struct list_head *report_list =&hid->report_enum[HID_OUTPUT_REPORT].report_list; in axff_init()
|
| D | hid-gaff.c | 69 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in gaff_init()
|
| D | hid-kye.c | 672 list = &hdev->report_enum[HID_FEATURE_REPORT].report_list; in kye_tablet_enable()
|
| D | hid-pl.c | 75 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in plff_init()
|
| D | hid-ntrig.c | 111 struct hid_report *report = hdev->report_enum[HID_FEATURE_REPORT]. in ntrig_get_mode() 131 report = hdev->report_enum[HID_FEATURE_REPORT]. in ntrig_set_mode() 935 report = hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[0x0a]; in ntrig_probe()
|
| D | hid-sensor-custom.c | 524 struct hid_report_enum *report_enum, in hid_sensor_custom_add_fields() argument 533 list_for_each_entry(report, &report_enum->report_list, list) { in hid_sensor_custom_add_fields() 570 &hdev->report_enum[j], j); in hid_sensor_custom_add_attributes()
|
| D | hid-dr.c | 80 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in drff_init()
|
| D | uhid.c | 118 if (hid->report_enum[HID_FEATURE_REPORT].numbered) in uhid_hid_start() 120 if (hid->report_enum[HID_OUTPUT_REPORT].numbered) in uhid_hid_start() 122 if (hid->report_enum[HID_INPUT_REPORT].numbered) in uhid_hid_start()
|
| D | hid-tmff.c | 144 report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in tmff_init()
|
| D | hid-steam.c | 136 r = steam->hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[0]; in steam_recv_report() 167 r = steam->hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[0]; in steam_send_report() 600 rep_enum = &hdev->report_enum[HID_FEATURE_REPORT]; in steam_is_valve_interface()
|
| /Linux-v5.4/drivers/hid/usbhid/ |
| D | hiddev.c | 60 struct hid_report_enum *report_enum; in hiddev_lookup_report() local 68 report_enum = hid->report_enum + in hiddev_lookup_report() 76 if (list_empty(&report_enum->report_list)) in hiddev_lookup_report() 79 list = report_enum->report_list.next; in hiddev_lookup_report() 85 report = report_enum->report_id_hash[rid]; in hiddev_lookup_report() 90 if (list == &report_enum->report_list) in hiddev_lookup_report() 101 return report_enum->report_id_hash[rinfo->report_id]; in hiddev_lookup_report() 113 struct hid_report_enum *report_enum; in hiddev_lookup_usage() local 120 report_enum = hid->report_enum + in hiddev_lookup_usage() 123 list_for_each_entry(report, &report_enum->report_list, list) { in hiddev_lookup_usage()
|
| D | hid-core.c | 762 struct hid_report_enum *report_enum; in usbhid_init_reports() local 765 report_enum = &hid->report_enum[HID_INPUT_REPORT]; in usbhid_init_reports() 766 list_for_each_entry(report, &report_enum->report_list, list) in usbhid_init_reports() 769 report_enum = &hid->report_enum[HID_FEATURE_REPORT]; in usbhid_init_reports() 770 list_for_each_entry(report, &report_enum->report_list, list) in usbhid_init_reports() 799 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) { in hid_find_field_early() 835 list_for_each_entry(report, &hid->report_enum[type].report_list, list) { in hid_find_max_report() 836 size = ((report->size - 1) >> 3) + 1 + hid->report_enum[type].numbered; in hid_find_max_report()
|
| /Linux-v5.4/drivers/staging/greybus/ |
| D | hid.c | 155 report->device->report_enum[report->type].numbered; in gb_hid_report_len() 164 list_for_each_entry(report, &hid->report_enum[type].report_list, list) { in gb_hid_find_max_report() 213 &hid->report_enum[HID_INPUT_REPORT].report_list, in gb_hid_init_reports() 218 &hid->report_enum[HID_FEATURE_REPORT].report_list, in gb_hid_init_reports()
|