Lines Matching refs:IS_ERR
685 if (!IS_ERR(aic32x4->supply_ldo)) in aic32x4_disable_regulators()
688 if (!IS_ERR(aic32x4->supply_dv)) in aic32x4_disable_regulators()
691 if (!IS_ERR(aic32x4->supply_av)) in aic32x4_disable_regulators()
707 if (IS_ERR(aic32x4->supply_iov)) { in aic32x4_setup_regulators()
712 if (IS_ERR(aic32x4->supply_ldo)) { in aic32x4_setup_regulators()
716 if (IS_ERR(aic32x4->supply_dv)) { in aic32x4_setup_regulators()
720 if (IS_ERR(aic32x4->supply_av)) { in aic32x4_setup_regulators()
725 if (IS_ERR(aic32x4->supply_dv) && in aic32x4_setup_regulators()
728 if (IS_ERR(aic32x4->supply_av) && in aic32x4_setup_regulators()
739 if (!IS_ERR(aic32x4->supply_ldo)) { in aic32x4_setup_regulators()
747 if (!IS_ERR(aic32x4->supply_dv)) { in aic32x4_setup_regulators()
755 if (!IS_ERR(aic32x4->supply_av)) { in aic32x4_setup_regulators()
763 if (!IS_ERR(aic32x4->supply_ldo) && IS_ERR(aic32x4->supply_av)) in aic32x4_setup_regulators()
769 if (!IS_ERR(aic32x4->supply_dv)) in aic32x4_setup_regulators()
773 if (!IS_ERR(aic32x4->supply_ldo)) in aic32x4_setup_regulators()
795 if (IS_ERR(aic32x4->regmap)) in aic32x4_i2c_probe()
819 if (IS_ERR(aic32x4->mclk)) { in aic32x4_i2c_probe()