/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_hid.c | 47 unsigned short report_length; member 343 req->length = hidg->report_length; in f_hidg_intout_read() 462 count = min_t(unsigned, count, hidg->report_length); in f_hidg_write() 662 length = min_t(unsigned, length, hidg->report_length); in hidg_setup() 829 req_in = hidg_alloc_ep_req(hidg->in_ep, hidg->report_length); in hidg_set_alt() 859 hidg->report_length); in hidg_set_alt() 955 hidg_ss_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind() 957 cpu_to_le16(hidg->report_length); in hidg_bind() 958 hidg_hs_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind() 959 hidg_fs_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind() [all...] |
H A D | u_hid.h | 24 unsigned short report_length; member
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_hid.c | 51 unsigned short report_length; member 347 req->length = hidg->report_length; in f_hidg_intout_read() 466 count = min_t(unsigned, count, hidg->report_length); in f_hidg_write() 666 length = min_t(unsigned, length, hidg->report_length); in hidg_setup() 833 req_in = hidg_alloc_ep_req(hidg->in_ep, hidg->report_length); in hidg_set_alt() 863 hidg->report_length); in hidg_set_alt() 959 hidg_ss_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind() 961 cpu_to_le16(hidg->report_length); in hidg_bind() 962 hidg_hs_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind() 963 hidg_fs_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind() [all...] |
H A D | u_hid.h | 24 unsigned short report_length; member
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | g_hid.h | 28 unsigned short report_length; member
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | g_hid.h | 14 unsigned short report_length; member
|
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/ |
H A D | hid.c | 156 hid_opts->report_length = n->func->report_length; in hid_bind()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/ |
H A D | hid.c | 154 hid_opts->report_length = iter_n->func->report_length; in hid_bind()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | nvram.h | 36 __be16 report_length; member
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | nvram.h | 36 __be16 report_length; member
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H 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() 694 oops_hdr->report_length = cpu_to_be16(text_len); in oops_to_nvram()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H 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()
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-logitech-hidpp.c | 3755 int id, report_length; in hidpp_validate_device() local 3759 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device() 3760 if (report_length) { in hidpp_validate_device() 3761 if (report_length < HIDPP_REPORT_SHORT_LENGTH) in hidpp_validate_device() 3768 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device() 3769 if (report_length) { in hidpp_validate_device() 3770 if (report_length < HIDPP_REPORT_LONG_LENGTH) in hidpp_validate_device() 3777 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device() 3778 if (report_length) { in hidpp_validate_device() 3779 if (report_length < HIDPP_REPORT_LONG_LENGT in hidpp_validate_device() [all...] |
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-logitech-hidpp.c | 4346 int id, report_length; in hidpp_validate_device() local 4350 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device() 4351 if (report_length) { in hidpp_validate_device() 4352 if (report_length < HIDPP_REPORT_SHORT_LENGTH) in hidpp_validate_device() 4359 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device() 4360 if (report_length) { in hidpp_validate_device() 4361 if (report_length < HIDPP_REPORT_LONG_LENGTH) in hidpp_validate_device() 4368 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device() 4369 if (report_length) { in hidpp_validate_device() 4370 if (report_length < HIDPP_REPORT_LONG_LENGT in hidpp_validate_device() [all...] |