Home
last modified time | relevance | path

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

/drivers/hid/
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()
Dhid-multitouch.c1475 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/
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()
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 …]
Delan_i2c_i2c.c720 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()
Delan_i2c.h111 unsigned int *report_len);
113 unsigned int report_len);
Delan_i2c_core.c82 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/
Dhid_bpf_dispatch.c408 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/
Dishtp-hid-client.c77 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/
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()
/drivers/block/
Dvirtio_blk.c567 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()