Lines Matching +full:indexed +full:- +full:array
1 /* SPDX-License-Identifier: GPL-2.0 */
15 .indexed = 1, \
32 .indexed = 1, \
76 * struct ad7606_chip_info - chip specific information
83 * @oversampling_avail pointer to the array which stores the available
85 * @oversampling_num number of elements stored in oversampling_avail array
104 * struct ad7606_chan_scale - channel scale configuration
105 * @scale_avail pointer to the array which stores the available scales
106 * @num_scales number of elements stored in the scale_avail array
120 * struct ad7606_state - driver instance specific data
129 * @oversampling_avail pointer to the array which stores the available
131 * @num_os_ratios number of elements stored in oversampling_avail array
136 * @gpio_reset GPIO descriptor for device hard-reset
138 * @gpio_standby GPIO descriptor for stand-by signal (STBY),
139 * controls power-down mode of device
176 * 16 * 16-bit samples + 64-bit timestamp - for AD7616
177 * 8 * 32-bit samples + 64-bit timestamp - for AD7616C-18 (and similar)
187 * struct ad7606_bus_ops - driver bus operations
218 * struct ad7606_bus_info - agregate ad7606_chip_info and ad7606_bus_ops