diff options
Diffstat (limited to 'include/linux/iio/sysfs.h')
| -rw-r--r-- | include/linux/iio/sysfs.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/linux/iio/sysfs.h b/include/linux/iio/sysfs.h index 2958c960003a..8a1d18640ab9 100644 --- a/include/linux/iio/sysfs.h +++ b/include/linux/iio/sysfs.h | |||
| @@ -100,6 +100,21 @@ struct iio_const_attr { | |||
| 100 | #define IIO_CONST_ATTR_SAMP_FREQ_AVAIL(_string) \ | 100 | #define IIO_CONST_ATTR_SAMP_FREQ_AVAIL(_string) \ |
| 101 | IIO_CONST_ATTR(sampling_frequency_available, _string) | 101 | IIO_CONST_ATTR(sampling_frequency_available, _string) |
| 102 | 102 | ||
| 103 | /** | ||
| 104 | * IIO_DEV_ATTR_INT_TIME_AVAIL - list available integration times | ||
| 105 | * @_show: output method for the attribute | ||
| 106 | **/ | ||
| 107 | #define IIO_DEV_ATTR_INT_TIME_AVAIL(_show) \ | ||
| 108 | IIO_DEVICE_ATTR(integration_time_available, S_IRUGO, _show, NULL, 0) | ||
| 109 | /** | ||
| 110 | * IIO_CONST_ATTR_INT_TIME_AVAIL - list available integration times | ||
| 111 | * @_string: frequency string for the attribute | ||
| 112 | * | ||
| 113 | * Constant version | ||
| 114 | **/ | ||
| 115 | #define IIO_CONST_ATTR_INT_TIME_AVAIL(_string) \ | ||
| 116 | IIO_CONST_ATTR(integration_time_available, _string) | ||
| 117 | |||
| 103 | #define IIO_DEV_ATTR_TEMP_RAW(_show) \ | 118 | #define IIO_DEV_ATTR_TEMP_RAW(_show) \ |
| 104 | IIO_DEVICE_ATTR(in_temp_raw, S_IRUGO, _show, NULL, 0) | 119 | IIO_DEVICE_ATTR(in_temp_raw, S_IRUGO, _show, NULL, 0) |
| 105 | 120 | ||
