Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/gadget/function/
H A Df_hid.c64 unsigned short report_length; member
373 req->length = hidg->report_length; in f_hidg_intout_read()
492 count = min_t(unsigned, count, hidg->report_length); in f_hidg_write()
586 hidg->report_length), in get_report_workqueue_handler()
1052 req_in = hidg_alloc_ep_req(hidg->in_ep, hidg->report_length); in hidg_set_alt()
1082 hidg->report_length); in hidg_set_alt()
1199 hidg_ss_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
1201 cpu_to_le16(hidg->report_length); in hidg_bind()
1206 cpu_to_le16(hidg->report_length); in hidg_bind()
1364 F_HID_OPT(report_length, 16, 65535);
[all …]
H A Du_hid.h24 unsigned short report_length; member
/linux-6.15/include/linux/usb/
H A Dg_hid.h14 unsigned short report_length; member
/linux-6.15/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-hid11 report_length HID report length
/linux-6.15/drivers/usb/gadget/legacy/
H A Dhid.c154 hid_opts->report_length = iter_n->func->report_length; in hid_bind()
/linux-6.15/arch/powerpc/include/asm/
H A Dnvram.h36 __be16 report_length; member
/linux-6.15/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()
/linux-6.15/drivers/hid/
H A Dhid-logitech-hidpp.c4304 int id, report_length; in hidpp_validate_device() local
4308 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device()
4309 if (report_length) { in hidpp_validate_device()
4310 if (report_length < HIDPP_REPORT_SHORT_LENGTH) in hidpp_validate_device()
4317 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device()
4318 if (report_length) { in hidpp_validate_device()
4319 if (report_length < HIDPP_REPORT_LONG_LENGTH) in hidpp_validate_device()
4326 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device()
4327 if (report_length) { in hidpp_validate_device()
4328 if (report_length < HIDPP_REPORT_LONG_LENGTH || in hidpp_validate_device()
[all …]
/linux-6.15/Documentation/usb/
H A Dgadget_hid.rst31 .report_length = 8,
H A Dgadget-testing.rst239 report_length HID report length
243 For a keyboard the protocol and the subclass are 1, the report_length is 8,