Searched refs:report_len (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/hid/ |
| H A 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, report_len, 0); in vivaldi_feature_mapping()
|
| H A D | hid-multitouch.c | 1815 u32 report_len; in mt_need_to_apply_feature() local 1829 report_len = hid_report_len(report); in mt_need_to_apply_feature() 1836 hid_hw_raw_request(hdev, report->id, buf, report_len, in mt_need_to_apply_feature()
|
| /linux/drivers/hid/bpf/ |
| H A D | hid_bpf_dispatch.c | 366 u32 report_len; in __hid_bpf_hw_check_params() local 389 report_len = hid_report_len(report); in __hid_bpf_hw_check_params() 391 if (*buf__sz > report_len) in __hid_bpf_hw_check_params() 392 *buf__sz = report_len; in __hid_bpf_hw_check_params()
|
| /linux/drivers/input/touchscreen/ |
| H A D | elants_i2c.c | 1060 int report_count, report_len; in elants_i2c_irq() local 1136 report_len = ts->buf[FW_HDR_LENGTH] / report_count; in elants_i2c_irq() 1138 if (report_len == PACKET_SIZE_OLD && in elants_i2c_irq() 1142 } else if (report_len != PACKET_SIZE) { in elants_i2c_irq() 1151 i * report_len; in elants_i2c_irq() 1152 elants_i2c_event(ts, buf, report_len); in elants_i2c_irq()
|
| /linux/drivers/input/mouse/ |
| H A D | elan_i2c_core.c | 83 unsigned int report_len; member 368 &data->report_len); in elan_query_device_info() 1094 error = data->ops->get_report(data->client, report, data->report_len); in elan_isr()
|