Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/iio/adc/
Dti-ads7950.c66 struct ti_ads7950_state { struct
67 struct spi_device *spi;
68 struct spi_transfer ring_xfer;
69 struct spi_transfer scan_single_xfer[3];
70 struct spi_message ring_msg;
71 struct spi_message scan_single_msg;
74 struct mutex slock;
75 struct gpio_chip chip;
77 struct regulator *reg;
78 unsigned int vref_mv;
[all …]