Lines Matching refs:_string
66 #define IIO_CONST_ATTR(_name, _string) \ argument
68 = { .string = _string, \
71 #define IIO_CONST_ATTR_NAMED(_vname, _name, _string) \ argument
73 = { .string = _string, \
101 #define IIO_CONST_ATTR_SAMP_FREQ_AVAIL(_string) \ argument
102 IIO_CONST_ATTR(sampling_frequency_available, _string)
116 #define IIO_CONST_ATTR_INT_TIME_AVAIL(_string) \ argument
117 IIO_CONST_ATTR(integration_time_available, _string)
122 #define IIO_CONST_ATTR_TEMP_OFFSET(_string) \ argument
123 IIO_CONST_ATTR(in_temp_offset, _string)
125 #define IIO_CONST_ATTR_TEMP_SCALE(_string) \ argument
126 IIO_CONST_ATTR(in_temp_scale, _string)