Lines Matching +full:attribute +full:- +full:sets
1 /* SPDX-License-Identifier: GPL-2.0-only */
15 * struct iio_dev_attr - iio specific device attribute
16 * @dev_attr: underlying device attribute
36 * struct iio_const_attr - constant device specific attribute
38 * @string: attribute string
39 * @dev_attr: underlying device attribute
100 * IIO_DEV_ATTR_SAMP_FREQ - sets any internal clock frequency
102 * @_show: output method for the attribute
103 * @_store: input method for the attribute
109 * IIO_DEV_ATTR_SAMP_FREQ_AVAIL - list available sampling frequencies
110 * @_show: output method for the attribute
117 * IIO_CONST_ATTR_SAMP_FREQ_AVAIL - list available sampling frequencies
118 * @_string: frequency string for the attribute
126 * IIO_DEV_ATTR_INT_TIME_AVAIL - list available integration times
127 * @_show: output method for the attribute
132 * IIO_CONST_ATTR_INT_TIME_AVAIL - list available integration times
133 * @_string: frequency string for the attribute