Lines Matching refs:info_all
164 #define ADIS_VOLTAGE_CHAN(addr, si, chan, name, info_all, bits) { \ argument
171 .info_mask_shared_by_all = info_all, \
182 #define ADIS_SUPPLY_CHAN(addr, si, info_all, bits) \ argument
183 ADIS_VOLTAGE_CHAN(addr, si, 0, "supply", info_all, bits)
185 #define ADIS_AUX_ADC_CHAN(addr, si, info_all, bits) \ argument
186 ADIS_VOLTAGE_CHAN(addr, si, 1, NULL, info_all, bits)
188 #define ADIS_TEMP_CHAN(addr, si, info_all, bits) { \ argument
195 .info_mask_shared_by_all = info_all, \
206 #define ADIS_MOD_CHAN(_type, mod, addr, si, info_sep, info_all, bits) { \ argument
213 .info_mask_shared_by_all = info_all, \
224 #define ADIS_ACCEL_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
225 ADIS_MOD_CHAN(IIO_ACCEL, mod, addr, si, info_sep, info_all, bits)
227 #define ADIS_GYRO_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
228 ADIS_MOD_CHAN(IIO_ANGL_VEL, mod, addr, si, info_sep, info_all, bits)
230 #define ADIS_INCLI_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
231 ADIS_MOD_CHAN(IIO_INCLI, mod, addr, si, info_sep, info_all, bits)
233 #define ADIS_ROT_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
234 ADIS_MOD_CHAN(IIO_ROT, mod, addr, si, info_sep, info_all, bits)