Searched defs:ti_ads7950_state (Results 1 – 1 of 1) sorted by relevance
52 struct ti_ads7950_state { struct53 struct spi_device *spi;54 struct spi_transfer ring_xfer[TI_ADS7950_MAX_CHAN + 2];55 struct spi_transfer scan_single_xfer[3];56 struct spi_message ring_msg;57 struct spi_message scan_single_msg;59 struct regulator *reg;60 unsigned int vref_mv;62 unsigned int settings;68 __be16 rx_buf[TI_ADS7950_MAX_CHAN + TI_ADS7950_TIMESTAMP_SIZE][all …]