Home
last modified time | relevance | path

Searched refs:_string (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/linux/iio/
Dsysfs.h90 #define IIO_CONST_ATTR(_name, _string) \ argument
92 = { .string = _string, \
95 #define IIO_CONST_ATTR_NAMED(_vname, _name, _string) \ argument
97 = { .string = _string, \
125 #define IIO_CONST_ATTR_SAMP_FREQ_AVAIL(_string) \ argument
126 IIO_CONST_ATTR(sampling_frequency_available, _string)
140 #define IIO_CONST_ATTR_INT_TIME_AVAIL(_string) \ argument
141 IIO_CONST_ATTR(integration_time_available, _string)
146 #define IIO_CONST_ATTR_TEMP_OFFSET(_string) \ argument
147 IIO_CONST_ATTR(in_temp_offset, _string)
[all …]