Searched refs:MAX_I2C_DATA_LEN (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/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() 148 static const u8 cmd[MAX_I2C_DATA_LEN] = { 0x03, 0x03, 0xa, 0x01, 0x41 }; in egalax_firmware_version() 151 ret = i2c_master_send(client, cmd, MAX_I2C_DATA_LEN); in egalax_firmware_version() 228 static const u8 suspend_cmd[MAX_I2C_DATA_LEN] = { in egalax_ts_suspend() 237 ret = i2c_master_send(client, suspend_cmd, MAX_I2C_DATA_LEN); in egalax_ts_suspend()
|