Lines Matching refs:_string
87 #define IIO_CONST_ATTR(_name, _string) \ argument
89 = { .string = _string, \
92 #define IIO_CONST_ATTR_NAMED(_vname, _name, _string) \ argument
94 = { .string = _string, \
122 #define IIO_CONST_ATTR_SAMP_FREQ_AVAIL(_string) \ argument
123 IIO_CONST_ATTR(sampling_frequency_available, _string)
137 #define IIO_CONST_ATTR_INT_TIME_AVAIL(_string) \ argument
138 IIO_CONST_ATTR(integration_time_available, _string)
143 #define IIO_CONST_ATTR_TEMP_OFFSET(_string) \ argument
144 IIO_CONST_ATTR(in_temp_offset, _string)
146 #define IIO_CONST_ATTR_TEMP_SCALE(_string) \ argument
147 IIO_CONST_ATTR(in_temp_scale, _string)