Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-vivaldi.c97 report_len = hid_report_len(report); in vivaldi_feature_mapping()
H A Dhid-steam.c142 if (hid_report_len(r) < 64) in steam_recv_report()
156 buf, hid_report_len(r) + 1, in steam_recv_report()
178 if (hid_report_len(r) < 64) in steam_send_report()
H A Dhid-rmi.c690 data->input_report_size = hid_report_len(input_report); in rmi_probe()
699 data->output_report_size = hid_report_len(output_report); in rmi_probe()
H A Dwacom_sys.c315 n = hid_report_len(field->report); in wacom_feature_mapping()
376 n = hid_report_len(field->report); in wacom_feature_mapping()
589 length = hid_report_len(r); in wacom_set_device_mode()
2202 size_t report_size = hid_report_len(report); in wacom_compute_pktlen()
H A Dhid-multitouch.c421 u32 size = hid_report_len(report); in mt_get_feature()
1436 report_len = hid_report_len(report); in mt_need_to_apply_feature()
H A Dhid-core.c1652 u32 len = hid_report_len(report) + 7; in hid_alloc_report_buf()
1723 len = hid_report_len(report); in __hid_request()
H A Dhid-input.c1529 len = hid_report_len(report); in hidinput_led_worker()
/OK3568_Linux_fs/kernel/drivers/hid/usbhid/
H A Dhid-core.c345 usbhid->urbout->transfer_buffer_length = hid_report_len(report); in hid_submit_out()
377 len = hid_report_len(report); in hid_submit_ctrl()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhid.h1164 static inline u32 hid_report_len(struct hid_report *report) in hid_report_len() function