Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Dtsc2005.c224 struct tsc2005_spi_rd spi_rd; in tsc2005_read() local
228 tsc2005_setup_read(&spi_rd, reg, true); in tsc2005_read()
231 spi_message_add_tail(&spi_rd.spi_xfer, &msg); in tsc2005_read()
237 *value = spi_rd.spi_rx; in tsc2005_read()