Lines Matching refs:report_length
46 unsigned short report_length; member
301 req->length = hidg->report_length; in f_hidg_read()
364 count = min_t(unsigned, count, hidg->report_length); in f_hidg_write()
518 length = min_t(unsigned, length, hidg->report_length); in hidg_setup()
662 req_in = hidg_alloc_ep_req(hidg->in_ep, hidg->report_length); in hidg_set_alt()
693 hidg->report_length); in hidg_set_alt()
782 hidg_ss_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
784 cpu_to_le16(hidg->report_length); in hidg_bind()
785 hidg_hs_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
786 hidg_fs_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
787 hidg_ss_out_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
789 cpu_to_le16(hidg->report_length); in hidg_bind()
790 hidg_hs_out_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
791 hidg_fs_out_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
926 F_HID_OPT(report_length, 16, 65535);
1103 hidg->report_length = opts->report_length; in hidg_alloc()