report_id_hash     66 drivers/hid/hid-core.c 	if (report_enum->report_id_hash[id])
report_id_hash     67 drivers/hid/hid-core.c 		return report_enum->report_id_hash[id];
report_id_hash     81 drivers/hid/hid-core.c 	report_enum->report_id_hash[id] = report;
report_id_hash    676 drivers/hid/hid-core.c 			struct hid_report *report = report_enum->report_id_hash[j];
report_id_hash    988 drivers/hid/hid-core.c 		report = hid->report_enum[type].report_id_hash[id];
report_id_hash   1677 drivers/hid/hid-core.c 	report = report_enum->report_id_hash[n];
report_id_hash    409 drivers/hid/hid-lenovo.c 	report = hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[4];
report_id_hash    678 drivers/hid/hid-lenovo.c 	report = hdev->report_enum[HID_OUTPUT_REPORT].report_id_hash[3];
report_id_hash   1095 drivers/hid/hid-logitech-dj.c 	report = output_report_enum->report_id_hash[REPORT_ID_DJ_SHORT];
report_id_hash   3477 drivers/hid/hid-logitech-hidpp.c 	report = re->report_id_hash[id];
report_id_hash    112 drivers/hid/hid-ntrig.c 				    report_id_hash[0x0d];
report_id_hash    132 drivers/hid/hid-ntrig.c 		 report_id_hash[mode_commands[mode]];
report_id_hash    935 drivers/hid/hid-ntrig.c 	report = hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[0x0a];
report_id_hash    569 drivers/hid/hid-rmi.c 	*report = hdev->report_enum[type].report_id_hash[id];
report_id_hash    136 drivers/hid/hid-steam.c 	r = steam->hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[0];
report_id_hash    167 drivers/hid/hid-steam.c 	r = steam->hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[0];
report_id_hash     85 drivers/hid/usbhid/hiddev.c 		report = report_enum->report_id_hash[rid];
report_id_hash    101 drivers/hid/usbhid/hiddev.c 	return report_enum->report_id_hash[rinfo->report_id];
report_id_hash    560 drivers/hid/wacom_sys.c 	r = re->report_id_hash[hid_data->inputmode];
report_id_hash    581 drivers/hid/wacom_sys.c 	r = re->report_id_hash[wacom_wac->mode_report];
report_id_hash    467 drivers/hid/wacom_wac.c 		r = re->report_id_hash[WACOM_REPORT_INTUOSHT2_ID];
report_id_hash    469 drivers/hid/wacom_wac.c 		r = re->report_id_hash[WACOM_REPORT_INTUOS_ID1];
report_id_hash    491 include/linux/hid.h 	struct hid_report *report_id_hash[HID_MAX_IDS];