Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Degalax_ts.c53 #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()