Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
Dcyttsp_spi.c40 #define CY_SPI_DATA_BUF_SIZE (CY_SPI_CMD_BYTES + CY_SPI_DATA_SIZE) macro
50 u8 *rd_buf = &xfer_buf[CY_SPI_DATA_BUF_SIZE]; in cyttsp_spi_xfer()
60 memset(wr_buf, 0, CY_SPI_DATA_BUF_SIZE); in cyttsp_spi_xfer()
61 memset(rd_buf, 0, CY_SPI_DATA_BUF_SIZE); in cyttsp_spi_xfer()
164 CY_SPI_DATA_BUF_SIZE * 2); in cyttsp_spi_probe()
Dcyttsp4_spi.c44 #define CY_SPI_DATA_BUF_SIZE (CY_SPI_CMD_BYTES + CY_SPI_DATA_SIZE) macro
63 memset(wr_buf, 0, CY_SPI_DATA_BUF_SIZE); in cyttsp_spi_xfer()
172 CY_SPI_DATA_BUF_SIZE); in cyttsp4_spi_probe()