Lines Matching refs:IS_ERR
684 if (!IS_ERR(aic32x4->supply_ldo)) in aic32x4_disable_regulators()
687 if (!IS_ERR(aic32x4->supply_dv)) in aic32x4_disable_regulators()
690 if (!IS_ERR(aic32x4->supply_av)) in aic32x4_disable_regulators()
706 if (IS_ERR(aic32x4->supply_iov)) { in aic32x4_setup_regulators()
711 if (IS_ERR(aic32x4->supply_ldo)) { in aic32x4_setup_regulators()
715 if (IS_ERR(aic32x4->supply_dv)) { in aic32x4_setup_regulators()
719 if (IS_ERR(aic32x4->supply_av)) { in aic32x4_setup_regulators()
724 if (IS_ERR(aic32x4->supply_dv) && in aic32x4_setup_regulators()
727 if (IS_ERR(aic32x4->supply_av) && in aic32x4_setup_regulators()
738 if (!IS_ERR(aic32x4->supply_ldo)) { in aic32x4_setup_regulators()
746 if (!IS_ERR(aic32x4->supply_dv)) { in aic32x4_setup_regulators()
754 if (!IS_ERR(aic32x4->supply_av)) { in aic32x4_setup_regulators()
762 if (!IS_ERR(aic32x4->supply_ldo) && IS_ERR(aic32x4->supply_av)) in aic32x4_setup_regulators()
768 if (!IS_ERR(aic32x4->supply_dv)) in aic32x4_setup_regulators()
772 if (!IS_ERR(aic32x4->supply_ldo)) in aic32x4_setup_regulators()
794 if (IS_ERR(aic32x4->regmap)) in aic32x4_i2c_probe()
818 if (IS_ERR(aic32x4->mclk)) { in aic32x4_i2c_probe()