Searched refs:cyttsp_i2c_read_block_data (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/input/touchscreen/ |
D | cyttsp_i2c_common.c | 36 int cyttsp_i2c_read_block_data(struct device *dev, u8 *xfer_buf, in cyttsp_i2c_read_block_data() function 64 EXPORT_SYMBOL_GPL(cyttsp_i2c_read_block_data);
|
D | cyttsp_i2c.c | 36 .read = cyttsp_i2c_read_block_data,
|
D | cyttsp4_i2c.c | 37 .read = cyttsp_i2c_read_block_data,
|
D | cyttsp_core.h | 156 int cyttsp_i2c_read_block_data(struct device *dev, u8 *xfer_buf, u16 addr,
|
D | cyttsp4_core.h | 468 int cyttsp_i2c_read_block_data(struct device *dev, u8 *xfer_buf, u16 addr,
|