Searched refs:report_length (Results 1 – 9 of 9) sorted by relevance
64 unsigned short report_length; member364 req->length = hidg->report_length; in f_hidg_intout_read()483 count = min_t(unsigned, count, hidg->report_length); in f_hidg_write()577 hidg->report_length), in get_report_workqueue_handler()1048 req_in = hidg_alloc_ep_req(hidg->in_ep, hidg->report_length); in hidg_set_alt()1078 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()1202 hidg_hs_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()1203 hidg_fs_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()[all …]
24 unsigned short report_length; member
14 unsigned short report_length; member
154 hid_opts->report_length = iter_n->func->report_length; in hid_bind()
11 report_length HID report length
36 __be16 report_length; member
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()
4326 int id, report_length; in hidpp_validate_device() local4330 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device()4331 if (report_length) { in hidpp_validate_device()4332 if (report_length < HIDPP_REPORT_SHORT_LENGTH) in hidpp_validate_device()4339 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device()4340 if (report_length) { in hidpp_validate_device()4341 if (report_length < HIDPP_REPORT_LONG_LENGTH) in hidpp_validate_device()4348 report_length = hidpp_get_report_length(hdev, id); in hidpp_validate_device()4349 if (report_length) { in hidpp_validate_device()4350 if (report_length < HIDPP_REPORT_LONG_LENGTH || in hidpp_validate_device()[all …]
31 .report_length = 8,