Lines Matching refs:_string
90 #define IIO_CONST_ATTR(_name, _string) \ argument
92 = { .string = _string, \
95 #define IIO_CONST_ATTR_NAMED(_vname, _name, _string) \ argument
97 = { .string = _string, \
100 #define IIO_STATIC_CONST_DEVICE_ATTR(_name, _string) \ argument
106 return sysfs_emit(buf, "%s\n", _string); \
136 #define IIO_CONST_ATTR_SAMP_FREQ_AVAIL(_string) \ argument
137 IIO_CONST_ATTR(sampling_frequency_available, _string)
151 #define IIO_CONST_ATTR_INT_TIME_AVAIL(_string) \ argument
152 IIO_CONST_ATTR(integration_time_available, _string)
157 #define IIO_CONST_ATTR_TEMP_OFFSET(_string) \ argument
158 IIO_CONST_ATTR(in_temp_offset, _string)
160 #define IIO_CONST_ATTR_TEMP_SCALE(_string) \ argument
161 IIO_CONST_ATTR(in_temp_scale, _string)