Searched refs:spi_rd (Results 1 – 1 of 1) sorted by relevance
224 struct tsc2005_spi_rd spi_rd; in tsc2005_read() local228 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()