Home
last modified time | relevance | path

Searched refs:hid_report_len (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/hid/
Dhid-rmi.c1199 data->input_report_size = hid_report_len(input_report); in rmi_probe()
1208 data->output_report_size = hid_report_len(output_report); in rmi_probe()
Dhid-multitouch.c865 report_len = hid_report_len(r); in mt_set_input_mode()
Dhid-core.c1308 int len = hid_report_len(report) + 7; in hid_alloc_report_buf()
1379 len = hid_report_len(report); in __hid_request()
Dwacom_sys.c1391 size_t report_size = hid_report_len(report); in wacom_compute_pktlen()
Dhid-input.c1276 len = hid_report_len(report); in hidinput_led_worker()
/linux-4.1.27/include/linux/
Dhid.h1099 static inline int hid_report_len(struct hid_report *report) in hid_report_len() function
/linux-4.1.27/drivers/hid/usbhid/
Dhid-core.c343 usbhid->urbout->transfer_buffer_length = hid_report_len(report); in hid_submit_out()