Lines Matching refs:report_length
46 unsigned short report_length; member
298 req->length = hidg->report_length; in f_hidg_read()
358 count = min_t(unsigned, count, hidg->report_length); in f_hidg_write()
512 length = min_t(unsigned, length, hidg->report_length); in hidg_setup()
656 req_in = hidg_alloc_ep_req(hidg->in_ep, hidg->report_length); in hidg_set_alt()
687 hidg->report_length); in hidg_set_alt()
776 hidg_ss_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
778 cpu_to_le16(hidg->report_length); in hidg_bind()
779 hidg_hs_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
780 hidg_fs_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
781 hidg_ss_out_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
783 cpu_to_le16(hidg->report_length); in hidg_bind()
784 hidg_hs_out_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
785 hidg_fs_out_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
920 F_HID_OPT(report_length, 16, 65535);
1097 hidg->report_length = opts->report_length; in hidg_alloc()