Searched refs:cyttsp_i2c_read_block_data (Results 1 – 5 of 5) sorted by relevance
/drivers/input/touchscreen/ |
D | cyttsp_i2c_common.c | 26 int cyttsp_i2c_read_block_data(struct device *dev, u8 *xfer_buf, in cyttsp_i2c_read_block_data() function 54 EXPORT_SYMBOL_GPL(cyttsp_i2c_read_block_data);
|
D | cyttsp4_i2c.c | 27 .read = cyttsp_i2c_read_block_data,
|
D | cyttsp_i2c.c | 28 .read = cyttsp_i2c_read_block_data,
|
D | cyttsp_core.h | 142 int cyttsp_i2c_read_block_data(struct device *dev, u8 *xfer_buf, u16 addr,
|
D | cyttsp4_core.h | 444 int cyttsp_i2c_read_block_data(struct device *dev, u8 *xfer_buf, u16 addr,
|