Searched refs:MAX_I2C_DATA_LEN (Results 1 – 1 of 1) sorted by relevance
/drivers/input/touchscreen/ |
D | egalax_ts.c | 53 #define MAX_I2C_DATA_LEN 10 macro 69 u8 buf[MAX_I2C_DATA_LEN]; in egalax_ts_interrupt() 76 ret = i2c_master_recv(client, buf, MAX_I2C_DATA_LEN); in egalax_ts_interrupt() 154 static const u8 cmd[MAX_I2C_DATA_LEN] = { 0x03, 0x03, 0xa, 0x01, 0x41 }; in egalax_firmware_version() 157 ret = i2c_master_send(client, cmd, MAX_I2C_DATA_LEN); in egalax_firmware_version() 238 static const u8 suspend_cmd[MAX_I2C_DATA_LEN] = { in egalax_ts_suspend() 247 ret = i2c_master_send(client, suspend_cmd, MAX_I2C_DATA_LEN); in egalax_ts_suspend()
|