Lines Matching defs:ti_ads7950_state
66 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;
91 unsigned int cmd_settings_bitmask;
102 unsigned int gpio_cmd_settings_bitmask;
108 u16 rx_buf[TI_ADS7950_MAX_CHAN + 2 + TI_ADS7950_TIMESTAMP_SIZE]
110 u16 tx_buf[TI_ADS7950_MAX_CHAN + 2];
111 u16 single_tx;
112 u16 single_rx;