Lines Matching refs:report_length
47 unsigned short report_length; member
334 req->length = hidg->report_length; in f_hidg_intout_read()
453 count = min_t(unsigned, count, hidg->report_length); in f_hidg_write()
653 length = min_t(unsigned, length, hidg->report_length); in hidg_setup()
820 req_in = hidg_alloc_ep_req(hidg->in_ep, hidg->report_length); in hidg_set_alt()
850 hidg->report_length); in hidg_set_alt()
948 hidg_ss_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
950 cpu_to_le16(hidg->report_length); in hidg_bind()
951 hidg_hs_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
952 hidg_fs_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
953 hidg_ss_out_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
955 cpu_to_le16(hidg->report_length); in hidg_bind()
956 hidg_hs_out_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
957 hidg_fs_out_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
1104 F_HID_OPT(report_length, 16, 65535);
1283 hidg->report_length = opts->report_length; in hidg_alloc()