Lines Matching refs:_string
65 #define IIO_CONST_ATTR(_name, _string) \ argument
67 = { .string = _string, \
70 #define IIO_CONST_ATTR_NAMED(_vname, _name, _string) \ argument
72 = { .string = _string, \
100 #define IIO_CONST_ATTR_SAMP_FREQ_AVAIL(_string) \ argument
101 IIO_CONST_ATTR(sampling_frequency_available, _string)
115 #define IIO_CONST_ATTR_INT_TIME_AVAIL(_string) \ argument
116 IIO_CONST_ATTR(integration_time_available, _string)
121 #define IIO_CONST_ATTR_TEMP_OFFSET(_string) \ argument
122 IIO_CONST_ATTR(in_temp_offset, _string)
124 #define IIO_CONST_ATTR_TEMP_SCALE(_string) \ argument
125 IIO_CONST_ATTR(in_temp_scale, _string)