Searched refs:report_id_hash (Results 1 – 13 of 13) sorted by relevance
112 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()
633 report = report_enum->report_id_hash[bat->report_id]; in apple_fetch_battery()922 backlight->brightness = report_enum->report_id_hash[APPLE_MAGIC_REPORT_ID_BRIGHTNESS]; in apple_magic_backlight_init()923 backlight->power = report_enum->report_id_hash[APPLE_MAGIC_REPORT_ID_POWER]; in apple_magic_backlight_init()
96 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()719 struct hid_report *report = report_enum->report_id_hash[j]; in hid_close_report()1063 report = hid->report_enum[type].report_id_hash[id]; in hid_validate_values()1989 report = report_enum->report_id_hash[n]; in hid_get_report()
440 report = hdev->report_enum[HID_INPUT_REPORT].report_id_hash[0x0]; in hammer_get_folded_state()
565 *report = hdev->report_enum[type].report_id_hash[id]; in rmi_check_valid_report_id()
326 r = steam->hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[0]; in steam_recv_report()362 r = steam->hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[0]; in steam_send_report()
829 report = report_enum->report_id_hash[bat->report_id]; in magicmouse_fetch_battery()
573 r = re->report_id_hash[hid_data->inputmode]; in wacom_hid_set_device_mode()594 r = re->report_id_hash[wacom_wac->mode_report]; in wacom_set_device_mode()
505 r = re->report_id_hash[WACOM_REPORT_INTUOSHT2_ID]; in wacom_intuos_schedule_prox_event()507 r = re->report_id_hash[WACOM_REPORT_INTUOS_ID1]; in wacom_intuos_schedule_prox_event()
4329 report = re->report_id_hash[id]; in hidpp_get_report_length()
85 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()
236 struct hid_report *report = report_enum->report_id_hash[j]; in __hid_bpf_allocate_data()
586 struct hid_report *report_id_hash[HID_MAX_IDS]; member