Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-debug.c633 struct hid_report_enum *report_enum; in hid_dump_device() local
684 struct hid_report_enum *report_enum; in hid_dump_report() local
Dhid-core.c64 struct hid_report_enum *report_enum = device->report_enum + type; in hid_register_report() local
617 struct hid_report_enum *report_enum = device->report_enum + i; in hid_close_report() local
1431 static struct hid_report *hid_get_report(struct hid_report_enum *report_enum, in hid_get_report()
1486 struct hid_report_enum *report_enum = hid->report_enum + type; in hid_report_raw_event() local
1550 struct hid_report_enum *report_enum; in hid_input_report() local
Dhid-sensor-hub.c386 struct hid_report_enum *report_enum; in sensor_hub_input_get_attribute_info() local
Dhid-sensor-custom.c536 struct hid_report_enum *report_enum, in hid_sensor_custom_add_fields()
Dwacom_sys.c2126 struct hid_report_enum *report_enum; in wacom_compute_pktlen() local
/Linux-v4.19/drivers/hid/usbhid/
Dhiddev.c73 struct hid_report_enum *report_enum; in hiddev_lookup_report() local
126 struct hid_report_enum *report_enum; in hiddev_lookup_usage() local
Dhid-core.c765 struct hid_report_enum *report_enum; in usbhid_init_reports() local
/Linux-v4.19/include/linux/
Dhid.h563 struct hid_report_enum report_enum[HID_REPORT_TYPES]; member