Home
last modified time | relevance | path

Searched refs:report_length (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/function/
Df_hid.c49 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()
[all …]
Du_hid.h26 unsigned short report_length; member
/linux-4.1.27/include/linux/usb/
Dg_hid.h27 unsigned short report_length; member
/linux-4.1.27/Documentation/ABI/testing/
Dconfigfs-usb-gadget-hid10 report_length - HID report length
/linux-4.1.27/drivers/usb/gadget/legacy/
Dhid.c173 hid_opts->report_length = n->func->report_length; in hid_bind()
/linux-4.1.27/arch/powerpc/include/asm/
Dnvram.h40 __be16 report_length; member
/linux-4.1.27/arch/powerpc/kernel/
Dnvram_64.c378 oops_hdr->report_length = cpu_to_be16(zipped_len); in zip_oops()
425 oops_hdr->report_length = cpu_to_be16(size); in nvram_pstore_write()
540 length = be16_to_cpu(oops_hdr->report_length); in nvram_pstore_read()
723 oops_hdr->report_length = cpu_to_be16(text_len); in oops_to_nvram()
/linux-4.1.27/Documentation/usb/
Dgadget_hid.txt28 .report_length = 8,
Dgadget-testing.txt190 report_length - HID report length
193 For a keyboard the protocol and the subclass are 1, the report_length is 8,