Lines Matching +full:attribute +full:- +full:sets
1 /* SPDX-License-Identifier: GPL-2.0-only */
16 * struct iio_dev_attr - iio specific device attribute
17 * @dev_attr: underlying device attribute
21 * @buffer: the IIO buffer to which this attribute belongs to (if any)
39 * struct iio_const_attr - constant device specific attribute
41 * @string: attribute string
42 * @dev_attr: underlying device attribute
114 * IIO_DEV_ATTR_SAMP_FREQ - sets any internal clock frequency
116 * @_show: output method for the attribute
117 * @_store: input method for the attribute
123 * IIO_DEV_ATTR_SAMP_FREQ_AVAIL - list available sampling frequencies
124 * @_show: output method for the attribute
131 * IIO_CONST_ATTR_SAMP_FREQ_AVAIL - list available sampling frequencies
132 * @_string: frequency string for the attribute
140 * IIO_DEV_ATTR_INT_TIME_AVAIL - list available integration times
141 * @_show: output method for the attribute
146 * IIO_CONST_ATTR_INT_TIME_AVAIL - list available integration times
147 * @_string: frequency string for the attribute