| /drivers/hid/ |
| A D | hid-core.c | 88 struct hid_report_enum *report_enum = device->report_enum + type; in hid_register_report() local 93 if (report_enum->report_id_hash[id]) in hid_register_report() 94 return report_enum->report_id_hash[id]; in hid_register_report() 101 report_enum->numbered = 1; in hid_register_report() 713 struct hid_report_enum *report_enum = device->report_enum + i; in hid_close_report() local 720 memset(report_enum, 0, sizeof(*report_enum)); in hid_close_report() 1825 struct hid_report_enum *report_enum = &hid->report_enum[HID_INPUT_REPORT]; in hid_process_ordering() local 1966 if (report_enum->numbered) in hid_get_report() 2023 struct hid_report_enum *report_enum = hid->report_enum + type; in hid_report_raw_event() local 2035 if (report_enum->numbered) { in hid_report_raw_event() [all …]
|
| A D | hid-debug.c | 3051 struct hid_report_enum *report_enum; in hid_dump_device() local 3058 report_enum = device->report_enum + i; in hid_dump_device() 3059 list = report_enum->report_list.next; in hid_dump_device() 3060 while (list != &report_enum->report_list) { in hid_dump_device() 3097 struct hid_report_enum *report_enum; in hid_dump_report() local 3106 report_enum = hid->report_enum + type; in hid_dump_report() 3111 report_enum->numbered ? "" : "un"); in hid_dump_report() 3632 list_for_each_entry(report, &hid->report_enum[k].report_list, list) { in hid_dump_input_mapping()
|
| A D | hid-apple.c | 619 struct hid_report_enum *report_enum; in apple_fetch_battery() local 625 report_enum = &hdev->report_enum[hdev->battery_report_type]; in apple_fetch_battery() 626 report = report_enum->report_id_hash[hdev->battery_report_id]; in apple_fetch_battery() 779 list_for_each_entry(report, &hdev->report_enum[HID_INPUT_REPORT].report_list, list) { in apple_backlight_check_support() 902 struct hid_report_enum *report_enum; in apple_magic_backlight_init() local 915 report_enum = &hdev->report_enum[HID_FEATURE_REPORT]; in apple_magic_backlight_init() 916 backlight->brightness = report_enum->report_id_hash[APPLE_MAGIC_REPORT_ID_BRIGHTNESS]; in apple_magic_backlight_init() 917 backlight->power = report_enum->report_id_hash[APPLE_MAGIC_REPORT_ID_POWER]; in apple_magic_backlight_init()
|
| A D | hid-lg3ff.c | 48 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg3ff_play() 86 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg3ff_set_autocenter()
|
| A 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()
|
| A D | hid-sensor-hub.c | 60 list_for_each_entry(report, &hdev->report_enum[dir].report_list, list) { in sensor_hub_report() 384 struct hid_report_enum *report_enum; in sensor_hub_input_get_attribute_info() local 395 report_enum = &hdev->report_enum[type]; in sensor_hub_input_get_attribute_info() 396 list_for_each_entry(report, &report_enum->report_list, list) { in sensor_hub_input_get_attribute_info()
|
| A D | hid-input.c | 141 list_for_each_entry(report, &hid->report_enum[k].report_list, list) { in hidinput_find_key() 1743 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) { in hidinput_find_field() 1761 &hid->report_enum[HID_OUTPUT_REPORT].report_list, in hidinput_get_led_field() 1782 &hid->report_enum[HID_OUTPUT_REPORT].report_list, in hidinput_count_leds() 1944 rep_enum = &hid->report_enum[HID_FEATURE_REPORT]; in hidinput_change_resolution_multipliers() 1971 rep_enum = &hid->report_enum[HID_FEATURE_REPORT]; in report_features() 2144 list_for_each_entry(report, &hid->report_enum[k].report_list, in hidinput_cleanup_hidinput() 2294 list_for_each_entry(report, &hid->report_enum[k].report_list, list) { in hidinput_connect()
|
| A D | hid-magicmouse.c | 813 struct hid_report_enum *report_enum; in magicmouse_fetch_battery() local 821 report_enum = &hdev->report_enum[hdev->battery_report_type]; in magicmouse_fetch_battery() 822 report = report_enum->report_id_hash[hdev->battery_report_id]; in magicmouse_fetch_battery()
|
| A D | hid-betopff.c | 61 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in betopff_init()
|
| A D | hid-emsff.c | 52 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in emsff_init()
|
| A D | hid-holtekff.c | 129 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in holtekff_init()
|
| A D | hid-mf.c | 62 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in mf_init()
|
| A 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()
|
| A D | hid-sjoy.c | 57 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in sjoyff_init()
|
| A D | hid-axff.c | 67 struct list_head *report_list =&hid->report_enum[HID_OUTPUT_REPORT].report_list; in axff_init()
|
| A D | hid-gaff.c | 69 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in gaff_init()
|
| A D | uhid.c | 138 if (hid->report_enum[HID_FEATURE_REPORT].numbered) in uhid_hid_start() 140 if (hid->report_enum[HID_OUTPUT_REPORT].numbered) in uhid_hid_start() 142 if (hid->report_enum[HID_INPUT_REPORT].numbered) in uhid_hid_start()
|
| A D | hid-pl.c | 75 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in plff_init()
|
| A D | wacom_sys.c | 532 rep_enum = &hdev->report_enum[HID_FEATURE_REPORT]; in wacom_parse_hid() 547 rep_enum = &hdev->report_enum[HID_INPUT_REPORT]; in wacom_parse_hid() 572 re = &(hdev->report_enum[HID_FEATURE_REPORT]); in wacom_hid_set_device_mode() 593 re = &(hdev->report_enum[HID_FEATURE_REPORT]); in wacom_set_device_mode() 2249 struct hid_report_enum *report_enum; in wacom_compute_pktlen() local 2253 report_enum = hdev->report_enum + HID_INPUT_REPORT; in wacom_compute_pktlen() 2255 list_for_each_entry(report, &report_enum->report_list, list) { in wacom_compute_pktlen()
|
| A D | hid-sensor-custom.c | 528 struct hid_report_enum *report_enum, in hid_sensor_custom_add_fields() argument 537 list_for_each_entry(report, &report_enum->report_list, list) { in hid_sensor_custom_add_fields() 574 &hdev->report_enum[j], j); in hid_sensor_custom_add_attributes()
|
| A D | hid-dr.c | 80 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in drff_init()
|
| /drivers/hid/usbhid/ |
| A 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()
|
| A D | hid-core.c | 773 struct hid_report_enum *report_enum; in usbhid_init_reports() local 776 report_enum = &hid->report_enum[HID_INPUT_REPORT]; in usbhid_init_reports() 777 list_for_each_entry(report, &report_enum->report_list, list) in usbhid_init_reports() 780 report_enum = &hid->report_enum[HID_FEATURE_REPORT]; in usbhid_init_reports() 781 list_for_each_entry(report, &report_enum->report_list, list) in usbhid_init_reports() 810 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) { in hid_find_field_early() 846 list_for_each_entry(report, &hid->report_enum[type].report_list, list) { in hid_find_max_report() 847 size = ((report->size - 1) >> 3) + 1 + hid->report_enum[type].numbered; in hid_find_max_report()
|
| /drivers/hid/bpf/ |
| A D | hid_bpf_dispatch.c | 233 struct hid_report_enum *report_enum = hdev->report_enum + i; in __hid_bpf_allocate_data() local 236 struct hid_report *report = report_enum->report_id_hash[j]; in __hid_bpf_allocate_data() 362 struct hid_report_enum *report_enum; in __hid_bpf_hw_check_params() local 382 report_enum = ctx->hid->report_enum + rtype; in __hid_bpf_hw_check_params() 383 report = hid_ops->hid_get_report(report_enum, buf); in __hid_bpf_hw_check_params()
|
| /drivers/staging/greybus/ |
| A 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()
|