Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hid/
Dhid-ntrig.c116 report_id_hash[0x0d]; in ntrig_get_mode()
136 report_id_hash[mode_commands[mode]]; in ntrig_set_mode()
937 report = hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[0x0a]; in ntrig_probe()
Dhid-lenovo.c292 report = hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[4]; in lenovo_features_set_tpkbd()
561 report = hdev->report_enum[HID_OUTPUT_REPORT].report_id_hash[3]; in lenovo_led_brightness_set_tpkbd()
Dhid-core.c68 if (report_enum->report_id_hash[id]) in hid_register_report()
69 return report_enum->report_id_hash[id]; in hid_register_report()
82 report_enum->report_id_hash[id] = report; in hid_register_report()
582 struct hid_report *report = report_enum->report_id_hash[j]; in hid_close_report()
888 report = hid->report_enum[type].report_id_hash[id]; in hid_validate_values()
1357 report = report_enum->report_id_hash[n]; in hid_get_report()
Dhid-multitouch.c862 r = re->report_id_hash[td->inputmode]; in mt_set_input_mode()
895 r = re->report_id_hash[td->maxcontact_report_id]; in mt_set_maxcontacts()
Dhid-logitech-dj.c594 report = output_report_enum->report_id_hash[REPORT_ID_DJ_SHORT]; in logi_dj_recv_send_report()
Dhid-rmi.c1142 *report = hdev->report_enum[type].report_id_hash[id]; in rmi_check_valid_report_id()
Dwacom_sys.c295 r = re->report_id_hash[hid_data->inputmode]; in wacom_hid_set_device_mode()
Dwacom_wac.c457 r = re->report_id_hash[WACOM_REPORT_INTUOSREAD]; in wacom_intuos_schedule_prox_event()
/linux-4.1.27/drivers/hid/usbhid/
Dhiddev.c106 report = report_enum->report_id_hash[rid]; in hiddev_lookup_report()
122 return report_enum->report_id_hash[rinfo->report_id]; in hiddev_lookup_report()
/linux-4.1.27/include/linux/
Dhid.h449 struct hid_report *report_id_hash[HID_MAX_IDS]; member