Lines Matching +full:double +full:- +full:channel
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
31 * IIO_BACKEND_EX_INFO - Helper for an IIO extended channel attribute
45 * struct iio_backend_data_fmt - Backend data format
74 * struct iio_backend_ops - operations structure for an iio_backend
77 * @chan_enable: Enable one channel.
78 * @chan_disable: Disable one channel.
79 * @data_format_set: Configure the data format for a specific channel.
80 * @data_source_set: Configure the data source for a specific channel.
81 * @set_sample_rate: Configure the sampling rate for a specific channel.
83 * @chan_status: Get the channel status.
88 * @extend_chan_spec: Extend an IIO channel.
91 * @read_raw: Read a channel attribute from a backend device
92 * @debugfs_print_chan_status: Print channel status into a buffer.
94 * @ddr_enable: Enable interface DDR (Double Data Rate) mode.
95 * @ddr_disable: Disable interface DDR (Double Data Rate) mode.
147 * struct iio_backend_info - info structure for an iio_backend