Searched refs:report_length (Results 1 – 3 of 3) sorted by relevance
44 unsigned short report_length; member225 count = min_t(unsigned, count, hidg->report_length); in f_hidg_write()343 length = min_t(unsigned, length, hidg->report_length); in hidg_setup()481 hidg->req->buf = kmalloc(hidg->report_length, GFP_KERNEL); in hidg_bind()488 hidg_hs_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()489 hidg_fs_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()619 hidg->report_length = fdesc->report_length; in hidg_bind_config()
27 unsigned short report_length; member
28 .report_length = 8,