Searched refs:CY_SPI_WR_OP (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/input/touchscreen/ |
D | cyttsp4_spi.c | 23 #define CY_SPI_WR_OP 0x00 /* r/~w */ macro 57 if (op == CY_SPI_WR_OP) { in cyttsp_spi_xfer() 73 case CY_SPI_WR_OP: in cyttsp_spi_xfer() 125 rc = cyttsp_spi_xfer(dev, xfer_buf, CY_SPI_WR_OP, addr, NULL, 0); in cyttsp_spi_read_block_data() 136 return cyttsp_spi_xfer(dev, xfer_buf, CY_SPI_WR_OP, addr, (void *)data, in cyttsp_spi_write_block_data()
|
D | cyttsp_spi.c | 23 #define CY_SPI_WR_OP 0x00 /* r/~w */ macro 57 if (op == CY_SPI_WR_OP) in cyttsp_spi_xfer() 70 case CY_SPI_WR_OP: in cyttsp_spi_xfer() 128 return cyttsp_spi_xfer(dev, xfer_buf, CY_SPI_WR_OP, addr, (void *)data, in cyttsp_spi_write_block_data()
|