Lines Matching refs:info_all
435 #define ADIS_VOLTAGE_CHAN(addr, si, chan, name, info_all, bits) { \ argument
442 .info_mask_shared_by_all = info_all, \
453 #define ADIS_SUPPLY_CHAN(addr, si, info_all, bits) \ argument
454 ADIS_VOLTAGE_CHAN(addr, si, 0, "supply", info_all, bits)
456 #define ADIS_AUX_ADC_CHAN(addr, si, info_all, bits) \ argument
457 ADIS_VOLTAGE_CHAN(addr, si, 1, NULL, info_all, bits)
459 #define ADIS_TEMP_CHAN(addr, si, info_all, bits) { \ argument
466 .info_mask_shared_by_all = info_all, \
477 #define ADIS_MOD_CHAN(_type, mod, addr, si, info_sep, info_all, bits) { \ argument
484 .info_mask_shared_by_all = info_all, \
495 #define ADIS_ACCEL_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
496 ADIS_MOD_CHAN(IIO_ACCEL, mod, addr, si, info_sep, info_all, bits)
498 #define ADIS_GYRO_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
499 ADIS_MOD_CHAN(IIO_ANGL_VEL, mod, addr, si, info_sep, info_all, bits)
501 #define ADIS_INCLI_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
502 ADIS_MOD_CHAN(IIO_INCLI, mod, addr, si, info_sep, info_all, bits)
504 #define ADIS_ROT_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
505 ADIS_MOD_CHAN(IIO_ROT, mod, addr, si, info_sep, info_all, bits)