Searched refs:vreg_info (Results 1 – 4 of 4) sorted by relevance
924 if (!hba->vreg_info.vccq2 || !hba->vreg_info.vcc) in ufs_mtk_vreg_set_lpm()927 if (lpm && !hba->vreg_info.vcc->enabled) in ufs_mtk_vreg_set_lpm()928 regulator_set_mode(hba->vreg_info.vccq2->reg, in ufs_mtk_vreg_set_lpm()931 regulator_set_mode(hba->vreg_info.vccq2->reg, in ufs_mtk_vreg_set_lpm()1035 if (ufs_mtk_is_broken_vcc(hba) && hba->vreg_info.vcc && in ufs_mtk_fixup_dev_quirks()1037 hba->vreg_info.vcc->always_on = true; in ufs_mtk_fixup_dev_quirks()
5934 ufshcd_config_vreg_hpm(hba, hba->vreg_info.vccq); in ufshcd_err_handling_prepare()5935 ufshcd_config_vreg_hpm(hba, hba->vreg_info.vccq2); in ufshcd_err_handling_prepare()7234 if (!hba->vreg_info.vcc || !hba->vreg_info.vccq || in ufshcd_find_max_sup_active_icc_level()7235 !hba->vreg_info.vccq2) { in ufshcd_find_max_sup_active_icc_level()7242 if (hba->vreg_info.vcc->max_uA) in ufshcd_find_max_sup_active_icc_level()7244 hba->vreg_info.vcc->max_uA, in ufshcd_find_max_sup_active_icc_level()7248 if (hba->vreg_info.vccq->max_uA) in ufshcd_find_max_sup_active_icc_level()7250 hba->vreg_info.vccq->max_uA, in ufshcd_find_max_sup_active_icc_level()7254 if (hba->vreg_info.vccq2->max_uA) in ufshcd_find_max_sup_active_icc_level()7256 hba->vreg_info.vccq2->max_uA, in ufshcd_find_max_sup_active_icc_level()[all …]
154 struct ufs_vreg_info *info = &hba->vreg_info; in ufshcd_parse_regulator_info()
871 struct ufs_vreg_info vreg_info; member