Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/gadget/function/
Df_hid.c51 unsigned short report_length; member
346 req->length = hidg->report_length; in f_hidg_intout_read()
465 count = min_t(unsigned, count, hidg->report_length); in f_hidg_write()
665 length = min_t(unsigned, length, hidg->report_length); in hidg_setup()
832 req_in = hidg_alloc_ep_req(hidg->in_ep, hidg->report_length); in hidg_set_alt()
862 hidg->report_length); in hidg_set_alt()
958 hidg_ss_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
960 cpu_to_le16(hidg->report_length); in hidg_bind()
961 hidg_hs_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
962 hidg_fs_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
[all …]
Du_hid.h24 unsigned short report_length; member
/Linux-v6.6/include/linux/usb/
Dg_hid.h14 unsigned short report_length; member
/Linux-v6.6/Documentation/ABI/testing/
Dconfigfs-usb-gadget-hid11 report_length HID report length
/Linux-v6.6/drivers/usb/gadget/legacy/
Dhid.c154 hid_opts->report_length = iter_n->func->report_length; in hid_bind()
/Linux-v6.6/arch/powerpc/include/asm/
Dnvram.h36 __be16 report_length; member
/Linux-v6.6/arch/powerpc/kernel/
Dnvram_64.c364 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-v6.6/drivers/hid/
Dhid-logitech-hidpp.c4340 int id, report_length; in hidpp_validate_device() local
4344 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device()
4345 if (report_length) { in hidpp_validate_device()
4346 if (report_length < HIDPP_REPORT_SHORT_LENGTH) in hidpp_validate_device()
4353 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device()
4354 if (report_length) { in hidpp_validate_device()
4355 if (report_length < HIDPP_REPORT_LONG_LENGTH) in hidpp_validate_device()
4362 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device()
4363 if (report_length) { in hidpp_validate_device()
4364 if (report_length < HIDPP_REPORT_LONG_LENGTH || in hidpp_validate_device()
[all …]
/Linux-v6.6/Documentation/usb/
Dgadget_hid.rst31 .report_length = 8,
Dgadget-testing.rst231 report_length HID report length
235 For a keyboard the protocol and the subclass are 1, the report_length is 8,