Searched refs:report_length (Results 1 – 4 of 4) sorted by relevance
| /drivers/usb/gadget/function/ |
| A D | f_hid.c | 64 unsigned short report_length; member 364 req->length = hidg->report_length; in f_hidg_intout_read() 483 count = min_t(unsigned, count, hidg->report_length); in f_hidg_write() 577 hidg->report_length), in get_report_workqueue_handler() 1048 req_in = hidg_alloc_ep_req(hidg->in_ep, hidg->report_length); in hidg_set_alt() 1078 hidg->report_length); in hidg_set_alt() 1199 hidg_ss_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind() 1201 cpu_to_le16(hidg->report_length); in hidg_bind() 1216 cpu_to_le16(hidg->report_length); in hidg_bind() 1383 F_HID_OPT(report_length, 16, 65535); [all …]
|
| A D | u_hid.h | 24 unsigned short report_length; member
|
| /drivers/usb/gadget/legacy/ |
| A D | hid.c | 154 hid_opts->report_length = iter_n->func->report_length; in hid_bind()
|
| /drivers/hid/ |
| A D | hid-logitech-hidpp.c | 4304 int id, report_length; in hidpp_validate_device() local 4308 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device() 4309 if (report_length) { in hidpp_validate_device() 4310 if (report_length < HIDPP_REPORT_SHORT_LENGTH) in hidpp_validate_device() 4317 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device() 4318 if (report_length) { in hidpp_validate_device() 4319 if (report_length < HIDPP_REPORT_LONG_LENGTH) in hidpp_validate_device() 4326 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device() 4327 if (report_length) { in hidpp_validate_device() 4328 if (report_length < HIDPP_REPORT_LONG_LENGTH || in hidpp_validate_device() [all …]
|
Completed in 20 milliseconds