Searched refs:CY_SPI_WR_OP (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/drivers/input/touchscreen/ |
H A D | cyttsp4_spi.c | 33 #define CY_SPI_WR_OP 0x00 /* r/~w */ macro 67 if (op == CY_SPI_WR_OP) { cyttsp_spi_xfer() 83 case CY_SPI_WR_OP: cyttsp_spi_xfer() 135 rc = cyttsp_spi_xfer(dev, xfer_buf, CY_SPI_WR_OP, addr, NULL, 0); cyttsp_spi_read_block_data() 146 return cyttsp_spi_xfer(dev, xfer_buf, CY_SPI_WR_OP, addr, (void *)data, cyttsp_spi_write_block_data()
|
H A D | cyttsp_spi.c | 33 #define CY_SPI_WR_OP 0x00 /* r/~w */ macro 67 if (op == CY_SPI_WR_OP) cyttsp_spi_xfer() 80 case CY_SPI_WR_OP: cyttsp_spi_xfer() 138 return cyttsp_spi_xfer(dev, xfer_buf, CY_SPI_WR_OP, addr, (void *)data, cyttsp_spi_write_block_data()
|
Completed in 71 milliseconds