Searched refs:report_length (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/usb/gadget/function/ |
D | f_hid.c | 46 unsigned short report_length; member 301 req->length = hidg->report_length; in f_hidg_read() 364 count = min_t(unsigned, count, hidg->report_length); in f_hidg_write() 518 length = min_t(unsigned, length, hidg->report_length); in hidg_setup() 662 req_in = hidg_alloc_ep_req(hidg->in_ep, hidg->report_length); in hidg_set_alt() 693 hidg->report_length); in hidg_set_alt() 782 hidg_ss_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind() 784 cpu_to_le16(hidg->report_length); in hidg_bind() 785 hidg_hs_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind() 786 hidg_fs_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind() [all …]
|
D | u_hid.h | 23 unsigned short report_length; member
|
/Linux-v5.4/include/linux/usb/ |
D | g_hid.h | 28 unsigned short report_length; member
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | configfs-usb-gadget-hid | 10 report_length - HID report length
|
/Linux-v5.4/drivers/usb/gadget/legacy/ |
D | hid.c | 154 hid_opts->report_length = n->func->report_length; in hid_bind()
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | nvram.h | 36 __be16 report_length; member
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | nvram_64.c | 364 oops_hdr->report_length = cpu_to_be16(zipped_len); in zip_oops() 399 oops_hdr->report_length = cpu_to_be16(record->size); in nvram_pstore_write() 513 length = be16_to_cpu(oops_hdr->report_length); in nvram_pstore_read() 696 oops_hdr->report_length = cpu_to_be16(text_len); in oops_to_nvram()
|
/Linux-v5.4/drivers/hid/ |
D | hid-logitech-hidpp.c | 3484 int id, report_length, supported_reports = 0; in hidpp_validate_device() local 3487 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device() 3488 if (report_length) { in hidpp_validate_device() 3489 if (report_length < HIDPP_REPORT_SHORT_LENGTH) in hidpp_validate_device() 3496 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device() 3497 if (report_length) { in hidpp_validate_device() 3498 if (report_length < HIDPP_REPORT_LONG_LENGTH) in hidpp_validate_device() 3505 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device() 3506 if (report_length) { in hidpp_validate_device() 3507 if (report_length < HIDPP_REPORT_LONG_LENGTH || in hidpp_validate_device() [all …]
|
/Linux-v5.4/Documentation/usb/ |
D | gadget_hid.rst | 31 .report_length = 8,
|
D | gadget-testing.rst | 230 report_length HID report length 234 For a keyboard the protocol and the subclass are 1, the report_length is 8,
|