Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hid/
Dhid-multitouch.c315 int ret, size = hid_report_len(report); in mt_get_feature()
919 report_len = hid_report_len(r); in mt_set_input_mode()
Dhid-rmi.c1335 data->input_report_size = hid_report_len(input_report); in rmi_probe()
1344 data->output_report_size = hid_report_len(output_report); in rmi_probe()
Dhid-core.c1331 int len = hid_report_len(report) + 7; in hid_alloc_report_buf()
1402 len = hid_report_len(report); in __hid_request()
Dhid-input.c1280 len = hid_report_len(report); in hidinput_led_worker()
Dwacom_sys.c1638 size_t report_size = hid_report_len(report); in wacom_compute_pktlen()
/linux-4.4.14/include/linux/
Dhid.h1101 static inline int hid_report_len(struct hid_report *report) in hid_report_len() function
/linux-4.4.14/drivers/hid/usbhid/
Dhid-core.c343 usbhid->urbout->transfer_buffer_length = hid_report_len(report); in hid_submit_out()