Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_spi.c44 struct spi_transfer *xfer, u8 *w_header, u8 *r_header, u8 op) in cyttsp5_spi_add_rw_msg() argument
46 xfer->tx_buf = w_header; in cyttsp5_spi_add_rw_msg()
48 w_header[0] = op; in cyttsp5_spi_add_rw_msg()
58 u8 w_header[2]; in cyttsp5_spi_xfer() local
65 cyttsp5_spi_add_rw_msg(&msg, &xfer[0], w_header, r_header, op); in cyttsp5_spi_xfer()