Lines Matching +full:gpio +full:- +full:range
1 /* SPDX-License-Identifier: GPL-2.0 */
42 * struct ad7606_chip_info - chip specific information
62 * struct ad7606_state - driver instance specific data
66 * @range voltage range selection, selects which scale to apply
78 * @gpio_convst GPIO descriptor for conversion start signal (CONVST)
79 * @gpio_reset GPIO descriptor for device hard-reset
80 * @gpio_range GPIO descriptor for range selection
81 * @gpio_standby GPIO descriptor for stand-by signal (STBY),
82 * controls power-down mode of device
83 * @gpio_frstdata GPIO descriptor for reading from device when data
85 * @gpio_os GPIO descriptors to control oversampling on the device
95 unsigned int range[16]; member
119 * 16 * 16-bit samples + 64-bit timestamp
126 * struct ad7606_bus_ops - driver bus operations