Searched refs:report_len (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/hid/ |
| H A D | hid-vivaldi-common.c | 37 u32 report_len; in vivaldi_feature_mapping() local 56 report_len = hid_report_len(report); in vivaldi_feature_mapping() 66 report_len++; in vivaldi_feature_mapping() 70 report_len, HID_FEATURE_REPORT, in vivaldi_feature_mapping() 84 report_len--; in vivaldi_feature_mapping() 88 report_len, 0); in vivaldi_feature_mapping()
|
| H A D | hid-multitouch.c | 1662 u32 report_len; in mt_need_to_apply_feature() local 1676 report_len = hid_report_len(report); in mt_need_to_apply_feature() 1683 hid_hw_raw_request(hdev, report->id, buf, report_len, in mt_need_to_apply_feature()
|
| /linux/drivers/input/mouse/ |
| H A D | elan_i2c_smbus.c | 475 unsigned int *report_len) in elan_smbus_get_report_features() argument 482 *report_len = ETP_SMBUS_REPORT_LEN; in elan_smbus_get_report_features() 487 u8 *report, unsigned int report_len) in elan_smbus_get_report() argument 502 report_len = ETP_SMBUS_REPORT_LEN2; in elan_smbus_get_report() 504 if (len != report_len) { in elan_smbus_get_report() 507 len, report_len); in elan_smbus_get_report()
|
| H A D | elan_i2c.h | 111 unsigned int *report_len); 113 unsigned int report_len);
|
| H A D | elan_i2c_i2c.c | 716 unsigned int *report_len) in elan_i2c_get_report_features() argument 719 *report_len = pattern <= 0x01 ? in elan_i2c_get_report_features() 725 u8 *report, unsigned int report_len) in elan_i2c_get_report() argument 729 len = i2c_master_recv(client, report, report_len); in elan_i2c_get_report() 735 if (len != report_len) { in elan_i2c_get_report() 738 len, report_len); in elan_i2c_get_report()
|
| /linux/drivers/hid/intel-thc-hid/intel-quickspi/ |
| H A D | quickspi-protocol.c | 210 qsdev->report_len = sizeof(body_hdr->content_id) + input_len; in quickspi_handle_input_data() 213 memcpy(qsdev->report_buf, input_report, qsdev->report_len); in quickspi_handle_input_data() 375 memcpy(buf, qsdev->report_buf, qsdev->report_len); in quickspi_get_report() 377 return qsdev->report_len; in quickspi_get_report()
|
| H A D | quickspi-dev.h | 160 u32 report_len; member
|
| /linux/drivers/hid/bpf/ |
| H A D | hid_bpf_dispatch.c | 361 u32 report_len; in __hid_bpf_hw_check_params() local 384 report_len = hid_report_len(report); in __hid_bpf_hw_check_params() 386 if (*buf__sz > report_len) in __hid_bpf_hw_check_params() 387 *buf__sz = report_len; in __hid_bpf_hw_check_params()
|
| /linux/drivers/hid/intel-thc-hid/intel-quicki2c/ |
| H A D | quicki2c-dev.h | 220 size_t report_len; member
|
| H A D | pci-quicki2c.c | 276 size_t report_len; in handle_input_report() local 281 (u8 *)pkt, &report_len, in handle_input_report() 607 qcdev->report_len = max_report_len; in quicki2c_alloc_report_buf()
|
| /linux/drivers/hid/intel-ish-hid/ |
| H A D | ishtp-hid-client.c | 77 size_t report_len; in process_recv() local 288 report_len = report->size; in process_recv() 290 payload_len = report_len - in process_recv()
|
| /linux/drivers/block/ |
| H A D | virtio_blk.c | 557 char *report_buf, size_t report_len, in virtblk_submit_zone_report() argument 574 err = blk_rq_map_kern(req, report_buf, report_len, GFP_KERNEL); in virtblk_submit_zone_report()
|