Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-steam.c136 if (hid_report_len(r) < 64) in steam_recv_report()
150 buf, hid_report_len(r) + 1, in steam_recv_report()
167 if (hid_report_len(r) < 64) in steam_send_report()
Dhid-rmi.c685 data->input_report_size = hid_report_len(input_report); in rmi_probe()
694 data->output_report_size = hid_report_len(output_report); in rmi_probe()
Dhid-multitouch.c411 u32 size = hid_report_len(report); in mt_get_feature()
1400 report_len = hid_report_len(report); in mt_need_to_apply_feature()
Dwacom_sys.c339 n = hid_report_len(field->report); in wacom_feature_mapping()
552 length = hid_report_len(r); in wacom_set_device_mode()
2133 size_t report_size = hid_report_len(report); in wacom_compute_pktlen()
Dhid-core.c1392 u32 len = hid_report_len(report) + 7; in hid_alloc_report_buf()
1463 len = hid_report_len(report); in __hid_request()
Dhid-input.c1432 len = hid_report_len(report); in hidinput_led_worker()
/Linux-v4.19/include/linux/
Dhid.h1133 static inline u32 hid_report_len(struct hid_report *report) in hid_report_len() function
/Linux-v4.19/drivers/hid/usbhid/
Dhid-core.c348 usbhid->urbout->transfer_buffer_length = hid_report_len(report); in hid_submit_out()