Searched refs:report_len (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/drivers/input/mouse/ |
| D | cyapa_gen5.c | 2717 unsigned int report_len; in cyapa_pip_irq_handler() local 2734 report_len = get_unaligned_le16( in cyapa_pip_irq_handler() 2736 if (report_len < PIP_RESP_LENGTH_SIZE) { in cyapa_pip_irq_handler() 2739 report_len, report_data.report_head[0], in cyapa_pip_irq_handler() 2745 if (report_len == PIP_RESP_LENGTH_SIZE) in cyapa_pip_irq_handler() 2748 ret = cyapa_i2c_pip_read(cyapa, (u8 *)&report_data, report_len); in cyapa_pip_irq_handler() 2749 if (ret != report_len) { in cyapa_pip_irq_handler() 2751 report_len, ret); in cyapa_pip_irq_handler() 2757 report_len == PIP_WAKEUP_EVENT_SIZE) { in cyapa_pip_irq_handler() 2783 (report_len < PIP_TOUCH_REPORT_HEAD_SIZE || in cyapa_pip_irq_handler() [all …]
|
| /linux-4.4.14/drivers/hid/ |
| D | hid-multitouch.c | 910 int report_len; in mt_set_input_mode() local 919 report_len = hid_report_len(r); in mt_set_input_mode() 925 hid_hw_raw_request(hdev, r->id, buf, report_len, in mt_set_input_mode()
|
| /linux-4.4.14/drivers/input/touchscreen/ |
| D | elants_i2c.c | 853 int report_count, report_len; in elants_i2c_irq() local 915 report_len = ts->buf[FW_HDR_LENGTH] / report_count; in elants_i2c_irq() 916 if (report_len != PACKET_SIZE) { in elants_i2c_irq()
|