Home
last modified time | relevance | path

Searched refs:report_length (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/gadget/function/
Df_hid.c47 unsigned short report_length; member
343 req->length = hidg->report_length; in f_hidg_intout_read()
462 count = min_t(unsigned, count, hidg->report_length); in f_hidg_write()
662 length = min_t(unsigned, length, hidg->report_length); in hidg_setup()
829 req_in = hidg_alloc_ep_req(hidg->in_ep, hidg->report_length); in hidg_set_alt()
859 hidg->report_length); in hidg_set_alt()
955 hidg_ss_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
957 cpu_to_le16(hidg->report_length); in hidg_bind()
958 hidg_hs_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
959 hidg_fs_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
[all …]
Du_hid.h24 unsigned short report_length; member
/drivers/usb/gadget/legacy/
Dhid.c156 hid_opts->report_length = n->func->report_length; in hid_bind()
/drivers/hid/
Dhid-logitech-hidpp.c4041 int id, report_length; in hidpp_validate_device() local
4045 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device()
4046 if (report_length) { in hidpp_validate_device()
4047 if (report_length < HIDPP_REPORT_SHORT_LENGTH) in hidpp_validate_device()
4054 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device()
4055 if (report_length) { in hidpp_validate_device()
4056 if (report_length < HIDPP_REPORT_LONG_LENGTH) in hidpp_validate_device()
4063 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device()
4064 if (report_length) { in hidpp_validate_device()
4065 if (report_length < HIDPP_REPORT_LONG_LENGTH || in hidpp_validate_device()
[all …]