Searched refs:report_len (Results 1 – 11 of 11) sorted by relevance
/drivers/hid/ |
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()
|
D | hid-multitouch.c | 1475 u32 report_len; in mt_need_to_apply_feature() local 1489 report_len = hid_report_len(report); in mt_need_to_apply_feature() 1496 hid_hw_raw_request(hdev, report->id, buf, report_len, in mt_need_to_apply_feature()
|
/drivers/input/mouse/ |
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()
|
D | cyapa_gen5.c | 2769 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 …]
|
D | elan_i2c_i2c.c | 720 unsigned int *report_len) in elan_i2c_get_report_features() argument 723 *report_len = pattern <= 0x01 ? in elan_i2c_get_report_features() 729 u8 *report, unsigned int report_len) in elan_i2c_get_report() argument 733 len = i2c_master_recv(client, report, report_len); in elan_i2c_get_report() 739 if (len != report_len) { in elan_i2c_get_report() 742 len, report_len); in elan_i2c_get_report()
|
D | elan_i2c.h | 111 unsigned int *report_len); 113 unsigned int report_len);
|
D | elan_i2c_core.c | 82 unsigned int report_len; member 358 &data->report_len); in elan_query_device_info() 1058 error = data->ops->get_report(data->client, report, data->report_len); in elan_isr()
|
/drivers/hid/bpf/ |
D | hid_bpf_dispatch.c | 408 u32 report_len; in hid_bpf_hw_request() local 446 report_len = hid_report_len(report); in hid_bpf_hw_request() 448 if (buf__sz > report_len) in hid_bpf_hw_request() 449 buf__sz = report_len; in hid_bpf_hw_request()
|
/drivers/hid/intel-ish-hid/ |
D | ishtp-hid-client.c | 77 size_t report_len; in process_recv() local 288 report_len = *(uint16_t *)reports; in process_recv() 291 payload_len = report_len - in process_recv() 307 reports += sizeof(uint16_t) + report_len; in process_recv()
|
/drivers/input/touchscreen/ |
D | elants_i2c.c | 1070 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()
|
/drivers/block/ |
D | virtio_blk.c | 567 char *report_buf, size_t report_len, in virtblk_submit_zone_report() argument 584 err = blk_rq_map_kern(q, req, report_buf, report_len, GFP_KERNEL); in virtblk_submit_zone_report()
|