Lines Matching refs:report_length
64 unsigned short report_length; member
373 req->length = hidg->report_length; in f_hidg_intout_read()
492 count = min_t(unsigned, count, hidg->report_length); in f_hidg_write()
586 hidg->report_length), in get_report_workqueue_handler()
1052 req_in = hidg_alloc_ep_req(hidg->in_ep, hidg->report_length); in hidg_set_alt()
1082 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()
1206 cpu_to_le16(hidg->report_length); in hidg_bind()
1207 hidg_hs_out_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
1208 hidg_fs_out_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
1364 F_HID_OPT(report_length, 16, 65535);
1547 hidg->report_length = opts->report_length; in hidg_alloc()