Home
last modified time | relevance | path

Searched defs:report_enum (Results 1 – 11 of 11) sorted by relevance

/linux-6.14.4/drivers/hid/
Dhid-debug.c3051 struct hid_report_enum *report_enum; in hid_dump_device() local
3097 struct hid_report_enum *report_enum; in hid_dump_report() local
Dhid-core.c84 struct hid_report_enum *report_enum = device->report_enum + type; in hid_register_report() local
705 struct hid_report_enum *report_enum = device->report_enum + i; in hid_close_report() local
1817 struct hid_report_enum *report_enum = &hid->report_enum[HID_INPUT_REPORT]; in hid_process_ordering() local
1948 static struct hid_report *hid_get_report(struct hid_report_enum *report_enum, in hid_get_report()
2006 struct hid_report_enum *report_enum = hid->report_enum + type; in hid_report_raw_event() local
2066 struct hid_report_enum *report_enum; in __hid_input_report() local
Dhid-apple.c593 struct hid_report_enum *report_enum; in apple_fetch_battery() local
876 struct hid_report_enum *report_enum; in apple_magic_backlight_init() local
Dhid-sensor-hub.c384 struct hid_report_enum *report_enum; in sensor_hub_input_get_attribute_info() local
Dhid-magicmouse.c785 struct hid_report_enum *report_enum; in magicmouse_fetch_battery() local
Dhid-sensor-custom.c528 struct hid_report_enum *report_enum, in hid_sensor_custom_add_fields()
Dwacom_sys.c2229 struct hid_report_enum *report_enum; in wacom_compute_pktlen() local
/linux-6.14.4/drivers/hid/bpf/
Dhid_bpf_dispatch.c224 struct hid_report_enum *report_enum = hdev->report_enum + i; in __hid_bpf_allocate_data() local
353 struct hid_report_enum *report_enum; in __hid_bpf_hw_check_params() local
/linux-6.14.4/drivers/hid/usbhid/
Dhiddev.c60 struct hid_report_enum *report_enum; in hiddev_lookup_report() local
113 struct hid_report_enum *report_enum; in hiddev_lookup_usage() local
Dhid-core.c773 struct hid_report_enum *report_enum; in usbhid_init_reports() local
/linux-6.14.4/include/linux/
Dhid.h623 struct hid_report_enum report_enum[HID_REPORT_TYPES]; member