Searched refs:ft6236_read (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/input/touchscreen/ |
| D | ft6236.c | 79 static int ft6236_read(struct i2c_client *client, u8 reg, u8 len, void *data) in ft6236_read() function 102 error = ft6236_read(ft6236->client, 0, sizeof(buf), &buf); in ft6236_interrupt() 157 error = ft6236_read(client, reg, 1, &val); in ft6236_debug_read_byte() 232 error = ft6236_read(client, 0x00, 1, &val); in ft6236_probe()
|