Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Df_hid.c51 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()
966 cpu_to_le16(hidg->report_length); in hidg_bind()
1105 F_HID_OPT(report_length, 16, 65535);
[all …]
H A Du_hid.h24 unsigned short report_length; member
/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/recipes-graphics/obmc-ikvm/
H A Dcreate_usbhid.sh28 echo 8 > functions/hid.0/report_length
70 echo 6 > functions/hid.1/report_length
/openbmc/obmc-ikvm/
H A Dcreate_usbhid.sh28 echo 8 > functions/hid.0/report_length
70 echo 6 > functions/hid.1/report_length
/openbmc/linux/include/linux/usb/
H A Dg_hid.h14 unsigned short report_length; member
/openbmc/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-hid11 report_length HID report length
/openbmc/linux/drivers/usb/gadget/legacy/
H A Dhid.c154 hid_opts->report_length = iter_n->func->report_length; in hid_bind()
/openbmc/linux/arch/powerpc/include/asm/
H A Dnvram.h36 __be16 report_length; member
/openbmc/linux/arch/powerpc/kernel/
H A 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()
/openbmc/linux/drivers/hid/
H A Dhid-logitech-hidpp.c4346 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_LENGTH || in hidpp_validate_device()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/
H A D0001-fix-stack-buffer-overflow-in-usbg_f_foo_attr_val-pro.patch89 unsigned int report_length)
92 - USBG_F_HID_UINT_TO_ATTR_VAL(report_length));
93 + union usbg_f_hid_attr_val val = {.report_length = report_length};
/openbmc/linux/Documentation/usb/
H A Dgadget_hid.rst31 .report_length = 8,
H A Dgadget-testing.rst231 report_length HID report length
235 For a keyboard the protocol and the subclass are 1, the report_length is 8,