Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/mouse/
Dcyapa_gen5.c2674 unsigned int report_len; in cyapa_gen5_irq_handler() local
2690 report_len = get_unaligned_le16( in cyapa_gen5_irq_handler()
2692 if (report_len < GEN5_RESP_LENGTH_SIZE) { in cyapa_gen5_irq_handler()
2695 report_len, report_data.report_head[0], in cyapa_gen5_irq_handler()
2701 if (report_len == GEN5_RESP_LENGTH_SIZE) in cyapa_gen5_irq_handler()
2704 ret = cyapa_i2c_pip_read(cyapa, (u8 *)&report_data, report_len); in cyapa_gen5_irq_handler()
2705 if (ret != report_len) { in cyapa_gen5_irq_handler()
2707 report_len, ret); in cyapa_gen5_irq_handler()
2713 report_len == GEN5_WAKEUP_EVENT_SIZE) { in cyapa_gen5_irq_handler()
2729 (report_len < GEN5_TOUCH_REPORT_HEAD_SIZE || in cyapa_gen5_irq_handler()
[all …]
/linux-4.1.27/drivers/input/touchscreen/
Delants_i2c.c837 int report_count, report_len; in elants_i2c_irq() local
899 report_len = ts->buf[FW_HDR_LENGTH] / report_count; in elants_i2c_irq()
900 if (report_len != PACKET_SIZE) { in elants_i2c_irq()
/linux-4.1.27/drivers/hid/
Dhid-multitouch.c856 int report_len; in mt_set_input_mode() local
865 report_len = hid_report_len(r); in mt_set_input_mode()
871 hid_hw_raw_request(hdev, r->id, buf, report_len, in mt_set_input_mode()