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
121 * struct ad7606_chip_info - chip specific information
151 * struct ad7606_chan_scale - channel scale configuration
167 * struct ad7606_state - driver instance specific data
181 * @lock protect sensor state from concurrent accesses to GPIOs
183 * @gpio_reset GPIO descriptor for device hard-reset
185 * @gpio_standby GPIO descriptor for stand-by signal (STBY),
186 * controls power-down mode of device
191 * @trig The IIO trigger associated with the device.
217 struct iio_trigger *trig; member
223 * 16 * 16-bit samples + 64-bit timestamp - for AD7616
224 * 8 * 32-bit samples + 64-bit timestamp - for AD7616C-18 (and similar)
234 * struct ad7606_bus_ops - driver bus operations
261 * struct ad7606_bus_info - agregate ad7606_chip_info and ad7606_bus_ops