Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/touchscreen/
Degalax_ts.c56 #define MAX_I2C_DATA_LEN 10 macro
72 u8 buf[MAX_I2C_DATA_LEN]; in egalax_ts_interrupt()
79 ret = i2c_master_recv(client, buf, MAX_I2C_DATA_LEN); in egalax_ts_interrupt()
157 static const u8 cmd[MAX_I2C_DATA_LEN] = { 0x03, 0x03, 0xa, 0x01, 0x41 }; in egalax_firmware_version()
160 ret = i2c_master_send(client, cmd, MAX_I2C_DATA_LEN); in egalax_firmware_version()
244 static const u8 suspend_cmd[MAX_I2C_DATA_LEN] = { in egalax_ts_suspend()
250 ret = i2c_master_send(client, suspend_cmd, MAX_I2C_DATA_LEN); in egalax_ts_suspend()