Lines Matching +full:adc +full:- +full:channels
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Analog Devices Generic AXI ADC IP core driver/library
6 * Copyright 2012-2020 Analog Devices Inc.
15 * struct adi_axi_adc_chip_info - Chip specific information
18 * @channels Channel specifications of type @struct axi_adc_chan_spec
19 * @num_channels Number of @channels
28 const struct iio_chan_spec *channels; member
38 * struct adi_axi_adc_conv - data of the ADC attached to the AXI ADC
39 * @chip_info chip info details for the client ADC
40 * @preenable_setup op to run in the client before enabling the AXI ADC
41 * @reg_access IIO debugfs_reg_access hook for the client ADC
42 * @read_raw IIO read_raw hook for the client ADC
43 * @write_raw IIO write_raw hook for the client ADC