Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dcyttsp_spi.c35 static int cyttsp_spi_xfer(struct device *dev, u8 *xfer_buf, in cyttsp_spi_xfer() function
123 return cyttsp_spi_xfer(dev, xfer_buf, CY_SPI_RD_OP, addr, data, in cyttsp_spi_read_block_data()
130 return cyttsp_spi_xfer(dev, xfer_buf, CY_SPI_WR_OP, addr, (void *)data, in cyttsp_spi_write_block_data()