Searched refs:report_len (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.10/drivers/hid/ |
| D | hid-vivaldi.c | 76 u32 report_len; in vivaldi_feature_mapping() local 93 report_len = hid_report_len(field->report); in vivaldi_feature_mapping() 95 report_len, HID_FEATURE_REPORT, in vivaldi_feature_mapping() 104 report_len, 0); in vivaldi_feature_mapping()
|
| D | hid-multitouch.c | 1417 u32 report_len; in mt_need_to_apply_feature() local 1431 report_len = hid_report_len(report); in mt_need_to_apply_feature() 1438 hid_hw_raw_request(hdev, report->id, buf, report_len, in mt_need_to_apply_feature()
|
| /Linux-v5.10/drivers/input/mouse/ |
| D | elan_i2c.h | 89 unsigned int *report_len); 91 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_smbus.c | 474 unsigned int *report_len) in elan_smbus_get_report_features() argument 481 *report_len = ETP_SMBUS_REPORT_LEN; in elan_smbus_get_report_features() 486 u8 *report, unsigned int report_len) in elan_smbus_get_report() argument
|
| D | elan_i2c_core.c | 91 unsigned int report_len; member 369 &data->report_len); in elan_query_device_info() 1067 error = data->ops->get_report(data->client, report, data->report_len); in elan_isr()
|
| /Linux-v5.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()
|
| /Linux-v5.10/drivers/input/touchscreen/ |
| D | elants_i2c.c | 934 int report_count, report_len; in elants_i2c_irq() local 996 report_len = ts->buf[FW_HDR_LENGTH] / report_count; in elants_i2c_irq() 997 if (report_len != PACKET_SIZE) { in elants_i2c_irq()
|