Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/mouse/
Delan_i2c_i2c.c60 #define ETP_I2C_REPORT_LEN 34 macro
625 u8 buffer[ETP_I2C_REPORT_LEN]; in elan_i2c_finish_fw_update()
627 len = i2c_master_recv(client, buffer, ETP_I2C_REPORT_LEN); in elan_i2c_finish_fw_update()
628 if (len != ETP_I2C_REPORT_LEN) { in elan_i2c_finish_fw_update()
666 len = i2c_master_recv(client, report, ETP_I2C_REPORT_LEN); in elan_i2c_get_report()
672 if (len != ETP_I2C_REPORT_LEN) { in elan_i2c_get_report()
675 len, ETP_I2C_REPORT_LEN); in elan_i2c_get_report()