Searched refs:report_len (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/ |
D | hid-vivaldi.c | 80 u32 report_len; in vivaldi_feature_mapping() local 97 report_len = hid_report_len(report); in vivaldi_feature_mapping() 107 report_len++; in vivaldi_feature_mapping() 111 report_len, HID_FEATURE_REPORT, in vivaldi_feature_mapping() 125 report_len--; in vivaldi_feature_mapping() 129 report_len, 0); in vivaldi_feature_mapping()
|
D | hid-multitouch.c | 1422 u32 report_len; in mt_need_to_apply_feature() local 1436 report_len = hid_report_len(report); in mt_need_to_apply_feature() 1443 hid_hw_raw_request(hdev, report->id, buf, report_len, in mt_need_to_apply_feature()
|
/kernel/linux/linux-5.10/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 | elan_i2c.h | 105 unsigned int *report_len); 107 unsigned int report_len);
|
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 | cyapa_gen5.c | 2768 unsigned int report_len; in cyapa_pip_irq_handler() local 2784 report_len = get_unaligned_le16( in cyapa_pip_irq_handler() 2786 if (report_len < PIP_RESP_LENGTH_SIZE) { in cyapa_pip_irq_handler() 2789 report_len, report_data.report_head[0], in cyapa_pip_irq_handler() 2795 if (report_len == PIP_RESP_LENGTH_SIZE) in cyapa_pip_irq_handler() 2798 ret = cyapa_i2c_pip_read(cyapa, (u8 *)&report_data, report_len); in cyapa_pip_irq_handler() 2799 if (ret != report_len) { in cyapa_pip_irq_handler() 2801 report_len, ret); in cyapa_pip_irq_handler() 2812 unsigned int report_len; in cyapa_pip_event_process() local 2815 report_len = get_unaligned_le16( in cyapa_pip_event_process() [all …]
|
D | elan_i2c_core.c | 79 unsigned int report_len; member 323 &data->report_len); in elan_query_device_info() 1021 error = data->ops->get_report(data->client, report, data->report_len); in elan_isr()
|
/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/ |
D | ishtp-hid-client.c | 69 size_t report_len; in process_recv() local 280 report_len = *(uint16_t *)reports; in process_recv() 283 payload_len = report_len - in process_recv() 299 reports += sizeof(uint16_t) + report_len; in process_recv()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
D | elants_i2c.c | 979 int report_count, report_len; in elants_i2c_irq() local 1041 report_len = ts->buf[FW_HDR_LENGTH] / report_count; in elants_i2c_irq() 1042 if (report_len != PACKET_SIZE) { in elants_i2c_irq()
|