Lines Matching refs:info_all
414 #define ADIS_VOLTAGE_CHAN(addr, si, chan, name, info_all, bits) { \ argument
421 .info_mask_shared_by_all = info_all, \
432 #define ADIS_SUPPLY_CHAN(addr, si, info_all, bits) \ argument
433 ADIS_VOLTAGE_CHAN(addr, si, 0, "supply", info_all, bits)
435 #define ADIS_AUX_ADC_CHAN(addr, si, info_all, bits) \ argument
436 ADIS_VOLTAGE_CHAN(addr, si, 1, NULL, info_all, bits)
438 #define ADIS_TEMP_CHAN(addr, si, info_all, bits) { \ argument
445 .info_mask_shared_by_all = info_all, \
456 #define ADIS_MOD_CHAN(_type, mod, addr, si, info_sep, info_all, bits) { \ argument
463 .info_mask_shared_by_all = info_all, \
474 #define ADIS_ACCEL_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
475 ADIS_MOD_CHAN(IIO_ACCEL, mod, addr, si, info_sep, info_all, bits)
477 #define ADIS_GYRO_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
478 ADIS_MOD_CHAN(IIO_ANGL_VEL, mod, addr, si, info_sep, info_all, bits)
480 #define ADIS_INCLI_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
481 ADIS_MOD_CHAN(IIO_INCLI, mod, addr, si, info_sep, info_all, bits)
483 #define ADIS_ROT_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
484 ADIS_MOD_CHAN(IIO_ROT, mod, addr, si, info_sep, info_all, bits)