Home
last modified time | relevance | path

Searched refs:report_id_hash (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/hid/
H A Dhid-ntrig.c112 report_id_hash[0x0d]; in ntrig_get_mode()
132 report_id_hash[mode_commands[mode]]; in ntrig_set_mode()
935 report = hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[0x0a]; in ntrig_probe()
H A Dhid-core.c96 if (report_enum->report_id_hash[id]) in hid_register_report()
97 return report_enum->report_id_hash[id]; in hid_register_report()
111 report_enum->report_id_hash[id] = report; in hid_register_report()
725 struct hid_report *report = report_enum->report_id_hash[j]; in hid_close_report()
1069 report = hid->report_enum[type].report_id_hash[id]; in hid_validate_values()
1996 report = report_enum->report_id_hash[n]; in hid_get_report()
H A Dhid-google-hammer.c440 report = hdev->report_enum[HID_INPUT_REPORT].report_id_hash[0x0]; in hammer_get_folded_state()
H A Dhid-logitech-dj.c1283 report = output_report_enum->report_id_hash[REPORT_ID_DJ_SHORT]; in logi_dj_recv_send_report()
1944 rep = output_report_enum->report_id_hash[REPORT_ID_DJ_SHORT]; in logi_dj_probe()
/linux/drivers/hid/usbhid/
H A Dhiddev.c85 report = report_enum->report_id_hash[rid]; in hiddev_lookup_report()
101 return report_enum->report_id_hash[rinfo->report_id]; in hiddev_lookup_report()
/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c239 struct hid_report *report = report_enum->report_id_hash[j]; in __hid_bpf_allocate_data()
/linux/include/linux/
H A Dhid.h586 struct hid_report *report_id_hash[HID_MAX_IDS]; member