Lines Matching refs:report_length
51 unsigned short report_length; member
347 req->length = hidg->report_length; in f_hidg_intout_read()
466 count = min_t(unsigned, count, hidg->report_length); in f_hidg_write()
666 length = min_t(unsigned, length, hidg->report_length); in hidg_setup()
833 req_in = hidg_alloc_ep_req(hidg->in_ep, hidg->report_length); in hidg_set_alt()
863 hidg->report_length); in hidg_set_alt()
959 hidg_ss_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
961 cpu_to_le16(hidg->report_length); in hidg_bind()
962 hidg_hs_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
963 hidg_fs_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
964 hidg_ss_out_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
966 cpu_to_le16(hidg->report_length); in hidg_bind()
967 hidg_hs_out_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
968 hidg_fs_out_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
1105 F_HID_OPT(report_length, 16, 65535);
1288 hidg->report_length = opts->report_length; in hidg_alloc()