Lines Matching +full:trig +full:- +full:gpios
1 /* SPDX-License-Identifier: GPL-2.0 */
22 * For channels from second group(8-15) the order is the same, only with
55 * struct ad7606_chip_info - chip specific information
91 * struct ad7606_chan_info - channel configuration
110 * struct ad7606_state - driver instance specific data
125 * @lock: protect sensor state from concurrent accesses to GPIOs
127 * @gpio_reset: GPIO descriptor for device hard-reset
129 * @gpio_standby: GPIO descriptor for stand-by signal (STBY),
130 * controls power-down mode of device
134 * @trig: The IIO trigger associated with the device.
138 * @bus_data: bus-specific variables
163 struct iio_trigger *trig; member
172 * 16 * 16-bit samples for AD7616
173 * 8 * 32-bit samples for AD7616C-18 (and similar)
186 * struct ad7606_bus_ops - driver bus operations
215 * struct ad7606_bus_info - aggregate ad7606_chip_info and ad7606_bus_ops