Home
last modified time | relevance | path

Searched refs:report_id_hash (Results 1 – 12 of 12) 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.c89 if (report_enum->report_id_hash[id]) in hid_register_report()
90 return report_enum->report_id_hash[id]; in hid_register_report()
104 report_enum->report_id_hash[id] = report; in hid_register_report()
708 struct hid_report *report = report_enum->report_id_hash[j]; in hid_close_report()
1045 report = hid->report_enum[type].report_id_hash[id]; in hid_validate_values()
1958 report = report_enum->report_id_hash[n]; in hid_get_report()
H A Dhid-apple.c600 report = report_enum->report_id_hash[hdev->battery_report_id]; in apple_fetch_battery()
890 backlight->brightness = report_enum->report_id_hash[APPLE_MAGIC_REPORT_ID_BRIGHTNESS]; in apple_magic_backlight_init()
891 backlight->power = report_enum->report_id_hash[APPLE_MAGIC_REPORT_ID_POWER]; in apple_magic_backlight_init()
H A Dhid-google-hammer.c442 report = hdev->report_enum[HID_INPUT_REPORT].report_id_hash[0x0]; in hammer_get_folded_state()
H A Dhid-lenovo.c878 report = hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[4]; in lenovo_features_set_tpkbd()
1117 report = hdev->report_enum[HID_OUTPUT_REPORT].report_id_hash[3]; in lenovo_led_set_tpkbd()
H A Dhid-rmi.c565 *report = hdev->report_enum[type].report_id_hash[id]; in rmi_check_valid_report_id()
H A Dhid-steam.c326 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()
H A Dhid-logitech-dj.c1193 report = output_report_enum->report_id_hash[REPORT_ID_DJ_SHORT]; in logi_dj_recv_send_report()
H A Dwacom_sys.c558 r = re->report_id_hash[hid_data->inputmode]; in wacom_hid_set_device_mode()
579 r = re->report_id_hash[wacom_wac->mode_report]; in wacom_set_device_mode()
H A Dhid-logitech-hidpp.c4294 report = re->report_id_hash[id]; in hidpp_get_report_length()
/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.c227 struct hid_report *report = report_enum->report_id_hash[j]; in __hid_bpf_allocate_data()