Lines Matching defs:_si
1132 #define __AD719x_CHANNEL(_si, _channel1, _channel2, _address, _type, \
1152 .scan_index = (_si), \
1161 #define AD719x_DIFF_CHANNEL(_si, _channel1, _channel2, _address) \
1162 __AD719x_CHANNEL(_si, _channel1, _channel2, _address, IIO_VOLTAGE, 0, \
1165 #define AD719x_CHANNEL(_si, _channel1, _address) \
1166 __AD719x_CHANNEL(_si, _channel1, -1, _address, IIO_VOLTAGE, 0, \
1169 #define AD719x_TEMP_CHANNEL(_si, _address) \
1170 __AD719x_CHANNEL(_si, 0, -1, _address, IIO_TEMP, 0, 0, 0, NULL)
1172 #define AD7193_DIFF_CHANNEL(_si, _channel1, _channel2, _address) \
1173 __AD719x_CHANNEL(_si, _channel1, _channel2, _address, \
1180 #define AD7193_CHANNEL(_si, _channel1, _address) \
1181 AD7193_DIFF_CHANNEL(_si, _channel1, -1, _address)