Lines Matching refs:report_length
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()
1202 hidg_hs_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
1203 hidg_fs_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
1204 hidg_ss_out_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
1216 cpu_to_le16(hidg->report_length); in hidg_bind()
1217 hidg_hs_out_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
1218 hidg_fs_out_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
1383 F_HID_OPT(report_length, 16, 65535);
1618 hidg->report_length = opts->report_length; in hidg_alloc()