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

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

Completed in 769 milliseconds