Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/input/touchscreen/
Dcyttsp_spi.c30 #define CY_SPI_DATA_BUF_SIZE (CY_SPI_CMD_BYTES + CY_SPI_DATA_SIZE) macro
40 u8 *rd_buf = &xfer_buf[CY_SPI_DATA_BUF_SIZE]; in cyttsp_spi_xfer()
50 memset(wr_buf, 0, CY_SPI_DATA_BUF_SIZE); in cyttsp_spi_xfer()
51 memset(rd_buf, 0, CY_SPI_DATA_BUF_SIZE); in cyttsp_spi_xfer()
154 CY_SPI_DATA_BUF_SIZE * 2); in cyttsp_spi_probe()
Dcyttsp4_spi.c34 #define CY_SPI_DATA_BUF_SIZE (CY_SPI_CMD_BYTES + CY_SPI_DATA_SIZE) macro
53 memset(wr_buf, 0, CY_SPI_DATA_BUF_SIZE); in cyttsp_spi_xfer()
162 CY_SPI_DATA_BUF_SIZE); in cyttsp4_spi_probe()