Searched refs:cyttsp5_spi_xfer (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/ |
| H A D | cyttsp5_spi.c | 53 static int cyttsp5_spi_xfer(struct device *dev, u8 op, u8 *buf, int length) in cyttsp5_spi_xfer() function 100 return cyttsp5_spi_xfer(dev, CY_SPI_RD_OP, buf, size); in cyttsp5_spi_read_default() 111 rc = cyttsp5_spi_xfer(dev, CY_SPI_RD_OP, buf, 2); in cyttsp5_spi_read_default_nosize() 130 rc = cyttsp5_spi_xfer(dev, CY_SPI_WR_OP, write_buf, write_len); in cyttsp5_spi_write_read_specific()
|