Home
last modified time | relevance | path

Searched refs:report_len (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/hid/
H A Dhid-vivaldi-common.c37 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 Dhid-multitouch.c1584 u32 report_len; in mt_need_to_apply_feature() local
1598 report_len = hid_report_len(report); in mt_need_to_apply_feature()
1605 hid_hw_raw_request(hdev, report->id, buf, report_len, in mt_need_to_apply_feature()
/linux/drivers/input/mouse/
H A Delan_i2c_smbus.c475 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 Delan_i2c.h111 unsigned int *report_len);
113 unsigned int report_len);
H A Delan_i2c_i2c.c716 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()
H A Dcyapa_gen5.c2769 unsigned int report_len; in cyapa_pip_irq_handler() local
2785 report_len = get_unaligned_le16( in cyapa_pip_irq_handler()
2787 if (report_len < PIP_RESP_LENGTH_SIZE) { in cyapa_pip_irq_handler()
2790 report_len, report_data.report_head[0], in cyapa_pip_irq_handler()
2796 if (report_len == PIP_RESP_LENGTH_SIZE) in cyapa_pip_irq_handler()
2799 ret = cyapa_i2c_pip_read(cyapa, (u8 *)&report_data, report_len); in cyapa_pip_irq_handler()
2800 if (ret != report_len) { in cyapa_pip_irq_handler()
2802 report_len, ret); in cyapa_pip_irq_handler()
2813 unsigned int report_len; in cyapa_pip_event_process() local
2816 report_len = get_unaligned_le16( in cyapa_pip_event_process()
[all …]
/linux/drivers/hid/bpf/progs/
H A DWacom__ArtPen.bpf.c51 __u8 report_len; member
68 .report_len = 27,
/linux/drivers/hid/intel-thc-hid/intel-quickspi/
H A Dquickspi-protocol.c210 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 Dquickspi-dev.h158 u32 report_len; member
/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c364 u32 report_len; in __hid_bpf_hw_check_params() local
387 report_len = hid_report_len(report); in __hid_bpf_hw_check_params()
389 if (*buf__sz > report_len) in __hid_bpf_hw_check_params()
390 *buf__sz = report_len; in __hid_bpf_hw_check_params()
/linux/drivers/hid/intel-thc-hid/intel-quicki2c/
H A Dquicki2c-protocol.c84 buf_len, qcdev->report_buf, qcdev->report_len); in write_cmd_to_txdma()
149 qcdev->report_buf, qcdev->report_len); in quicki2c_get_report()
H A Dquicki2c-dev.h216 u32 report_len; member
H A Dpci-quicki2c.c271 size_t report_len; in handle_input_report() local
276 (u8 *)pkt, &report_len, in handle_input_report()
602 qcdev->report_len = max_report_len; in quicki2c_alloc_report_buf()
/linux/drivers/input/touchscreen/
H A Delants_i2c.c1070 int report_count, report_len; in elants_i2c_irq() local
1146 report_len = ts->buf[FW_HDR_LENGTH] / report_count; in elants_i2c_irq()
1148 if (report_len == PACKET_SIZE_OLD && in elants_i2c_irq()
1152 } else if (report_len != PACKET_SIZE) { in elants_i2c_irq()
1161 i * report_len; in elants_i2c_irq()
1162 elants_i2c_event(ts, buf, report_len); in elants_i2c_irq()