Lines Matching refs:info_all
446 #define ADIS_VOLTAGE_CHAN(addr, si, chan, name, info_all, bits) { \ argument
453 .info_mask_shared_by_all = info_all, \
464 #define ADIS_SUPPLY_CHAN(addr, si, info_all, bits) \ argument
465 ADIS_VOLTAGE_CHAN(addr, si, 0, "supply", info_all, bits)
467 #define ADIS_AUX_ADC_CHAN(addr, si, info_all, bits) \ argument
468 ADIS_VOLTAGE_CHAN(addr, si, 1, NULL, info_all, bits)
470 #define ADIS_TEMP_CHAN(addr, si, info_all, bits) { \ argument
477 .info_mask_shared_by_all = info_all, \
488 #define ADIS_MOD_CHAN(_type, mod, addr, si, info_sep, info_all, bits) { \ argument
495 .info_mask_shared_by_all = info_all, \
506 #define ADIS_ACCEL_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
507 ADIS_MOD_CHAN(IIO_ACCEL, mod, addr, si, info_sep, info_all, bits)
509 #define ADIS_GYRO_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
510 ADIS_MOD_CHAN(IIO_ANGL_VEL, mod, addr, si, info_sep, info_all, bits)
512 #define ADIS_INCLI_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
513 ADIS_MOD_CHAN(IIO_INCLI, mod, addr, si, info_sep, info_all, bits)
515 #define ADIS_ROT_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
516 ADIS_MOD_CHAN(IIO_ROT, mod, addr, si, info_sep, info_all, bits)