MAX_I2C_DATA_LEN   69 drivers/input/touchscreen/egalax_ts.c 	u8 buf[MAX_I2C_DATA_LEN];
MAX_I2C_DATA_LEN   76 drivers/input/touchscreen/egalax_ts.c 		ret = i2c_master_recv(client, buf, MAX_I2C_DATA_LEN);
MAX_I2C_DATA_LEN  154 drivers/input/touchscreen/egalax_ts.c 	static const u8 cmd[MAX_I2C_DATA_LEN] = { 0x03, 0x03, 0xa, 0x01, 0x41 };
MAX_I2C_DATA_LEN  157 drivers/input/touchscreen/egalax_ts.c 	ret = i2c_master_send(client, cmd, MAX_I2C_DATA_LEN);
MAX_I2C_DATA_LEN  238 drivers/input/touchscreen/egalax_ts.c 	static const u8 suspend_cmd[MAX_I2C_DATA_LEN] = {
MAX_I2C_DATA_LEN  247 drivers/input/touchscreen/egalax_ts.c 	ret = i2c_master_send(client, suspend_cmd, MAX_I2C_DATA_LEN);