Searched refs:report_length (Results 1 – 4 of 4) sorted by relevance
47 unsigned short report_length; member343 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 …]
24 unsigned short report_length; member
156 hid_opts->report_length = n->func->report_length; in hid_bind()
4041 int id, report_length; in hidpp_validate_device() local4045 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 …]