Home
last modified time | relevance | path

Searched defs:ti_ads7950_state (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/iio/adc/
Dti-ads7950.c52 struct ti_ads7950_state { struct
53 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 …]