Searched refs:MAX_I2C_DATA_LEN (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/input/touchscreen/ |
| H A D | egalax_ts.c | 54 #define MAX_I2C_DATA_LEN 10 macro 70 u8 buf[MAX_I2C_DATA_LEN]; in egalax_ts_interrupt() 77 ret = i2c_master_recv(client, buf, MAX_I2C_DATA_LEN); in egalax_ts_interrupt() 149 static const u8 cmd[MAX_I2C_DATA_LEN] = { 0x03, 0x03, 0xa, 0x01, 0x41 }; in egalax_firmware_version() 152 ret = i2c_master_send(client, cmd, MAX_I2C_DATA_LEN); in egalax_firmware_version() 229 static const u8 suspend_cmd[MAX_I2C_DATA_LEN] = { in egalax_ts_suspend() 238 ret = i2c_master_send(client, suspend_cmd, MAX_I2C_DATA_LEN); in egalax_ts_suspend()
|