Searched refs:report_length (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/usb/gadget/function/ |
A D | f_hid.c | 47 unsigned short report_length; member 334 req->length = hidg->report_length; in f_hidg_intout_read() 453 count = min_t(unsigned, count, hidg->report_length); in f_hidg_write() 653 length = min_t(unsigned, length, hidg->report_length); in hidg_setup() 820 req_in = hidg_alloc_ep_req(hidg->in_ep, hidg->report_length); in hidg_set_alt() 850 hidg->report_length); in hidg_set_alt() 948 hidg_ss_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind() 950 cpu_to_le16(hidg->report_length); in hidg_bind() 955 cpu_to_le16(hidg->report_length); in hidg_bind() 1104 F_HID_OPT(report_length, 16, 65535); [all …]
|
A D | u_hid.h | 24 unsigned short report_length; member
|
/linux/include/linux/usb/ |
A D | g_hid.h | 28 unsigned short report_length; member
|
/linux/drivers/usb/gadget/legacy/ |
A D | hid.c | 156 hid_opts->report_length = n->func->report_length; in hid_bind()
|
/linux/Documentation/ABI/testing/ |
A D | configfs-usb-gadget-hid | 11 report_length HID report length
|
/linux/arch/powerpc/include/asm/ |
A D | nvram.h | 36 __be16 report_length; member
|
/linux/arch/powerpc/kernel/ |
A 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/drivers/hid/ |
A D | hid-logitech-hidpp.c | 3995 int id, report_length; in hidpp_validate_device() local 3999 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device() 4000 if (report_length) { in hidpp_validate_device() 4001 if (report_length < HIDPP_REPORT_SHORT_LENGTH) in hidpp_validate_device() 4008 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device() 4009 if (report_length) { in hidpp_validate_device() 4010 if (report_length < HIDPP_REPORT_LONG_LENGTH) in hidpp_validate_device() 4017 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device() 4018 if (report_length) { in hidpp_validate_device() 4019 if (report_length < HIDPP_REPORT_LONG_LENGTH || in hidpp_validate_device() [all …]
|
/linux/Documentation/usb/ |
A D | gadget_hid.rst | 31 .report_length = 8,
|
A 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,
|
Completed in 21 milliseconds