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

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

Completed in 131 milliseconds