Searched refs:report_id_hash (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-ntrig.c112 report_id_hash[0x0d];
132 report_id_hash[mode_commands[mode]];
935 report = hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[0x0a];
H A Dhid-core.c61 if (report_enum->report_id_hash[id])
62 return report_enum->report_id_hash[id];
76 report_enum->report_id_hash[id] = report;
680 struct hid_report *report = report_enum->report_id_hash[j];
1007 report = hid->report_enum[type].report_id_hash[id];
1926 report = report_enum->report_id_hash[n];
H A Dhid-google-hammer.c464 report = hdev->report_enum[HID_INPUT_REPORT].report_id_hash[0x0];
H A Dhid-rmi.c565 *report = hdev->report_enum[type].report_id_hash[id];
H A Dhid-steam.c314 r = steam->hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[0];
350 r = steam->hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[0];
H A Dhid-lenovo.c791 report = hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[4];
1032 report = hdev->report_enum[HID_OUTPUT_REPORT].report_id_hash[3];
H A Dhid-magicmouse.c773 report = report_enum->report_id_hash[hdev->battery_report_id];
H A Dwacom_sys.c558 r = re->report_id_hash[hid_data->inputmode];
579 r = re->report_id_hash[wacom_wac->mode_report];
H A Dhid-apple.c579 report = report_enum->report_id_hash[hdev->battery_report_id];
H A Dhid-logitech-dj.c1193 report = output_report_enum->report_id_hash[REPORT_ID_DJ_SHORT];
H A Dwacom_wac.c505 r = re->report_id_hash[WACOM_REPORT_INTUOSHT2_ID];
507 r = re->report_id_hash[WACOM_REPORT_INTUOS_ID1];
H A Dhid-logitech-hidpp.c4321 report = re->report_id_hash[id];
/linux-master/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c206 struct hid_report *report = report_enum->report_id_hash[j];
/linux-master/drivers/hid/usbhid/
H A Dhiddev.c85 report = report_enum->report_id_hash[rid];
101 return report_enum->report_id_hash[rinfo->report_id];
/linux-master/include/linux/
H A Dhid.h548 struct hid_report *report_id_hash[HID_MAX_IDS]; member in struct:hid_report_enum

Completed in 210 milliseconds