Lines Matching refs:report_length
49 unsigned short report_length; member
246 req->length = hidg->report_length; in f_hidg_read()
294 count = min_t(unsigned, count, hidg->report_length); in f_hidg_write()
412 length = min_t(unsigned, length, hidg->report_length); in hidg_setup()
558 hidg->report_length); in hidg_set_alt()
632 hidg->req->buf = kmalloc(hidg->report_length, GFP_KERNEL); in hidg_bind()
639 hidg_hs_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
640 hidg_fs_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
641 hidg_hs_out_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
642 hidg_fs_out_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
774 F_HID_OPT(report_length, 16, 65535);
947 hidg->report_length = opts->report_length; in hidg_alloc()