Home
last modified time | relevance | path

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

/linux/drivers/hid/
A Dhid-vivaldi.c96 report_len = hid_report_len(field->report); in vivaldi_feature_mapping()
A Dhid-steam.c137 if (hid_report_len(r) < 64) in steam_recv_report()
151 buf, hid_report_len(r) + 1, in steam_recv_report()
168 if (hid_report_len(r) < 64) in steam_send_report()
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()
A Dhid-google-hammer.c486 len = hid_report_len(report) + 1; in hammer_get_folded_state()
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()
2199 size_t report_size = hid_report_len(report); in wacom_compute_pktlen()
A Dhid-multitouch.c440 u32 size = hid_report_len(report); in mt_get_feature()
1456 report_len = hid_report_len(report); in mt_need_to_apply_feature()
A Dhid-core.c1649 u32 len = hid_report_len(report) + 7; in hid_alloc_report_buf()
1720 len = hid_report_len(report); in __hid_request()
A Dhid-input.c1561 len = hid_report_len(report); in hidinput_led_worker()
/linux/drivers/hid/surface-hid/
A Dsurface_kbd.c164 if (len != hid_report_len(field->report)) in skbd_get_caps_led_value()
/linux/drivers/hid/usbhid/
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()
/linux/include/linux/
A Dhid.h1192 static inline u32 hid_report_len(struct hid_report *report) in hid_report_len() function

Completed in 31 milliseconds