Searched refs:vreg_info (Results 1 – 4 of 4) sorted by relevance
810 if (!hba->vreg_info.vccq2 || !hba->vreg_info.vcc) in ufs_mtk_vreg_set_lpm()813 if (lpm & !hba->vreg_info.vcc->enabled) in ufs_mtk_vreg_set_lpm()814 regulator_set_mode(hba->vreg_info.vccq2->reg, in ufs_mtk_vreg_set_lpm()817 regulator_set_mode(hba->vreg_info.vccq2->reg, in ufs_mtk_vreg_set_lpm()
5644 ufshcd_config_vreg_hpm(hba, hba->vreg_info.vccq); in ufshcd_err_handling_prepare()5645 ufshcd_config_vreg_hpm(hba, hba->vreg_info.vccq2); in ufshcd_err_handling_prepare()6991 if (!hba->vreg_info.vcc || !hba->vreg_info.vccq || in ufshcd_find_max_sup_active_icc_level()6992 !hba->vreg_info.vccq2) { in ufshcd_find_max_sup_active_icc_level()6999 if (hba->vreg_info.vcc && hba->vreg_info.vcc->max_uA) in ufshcd_find_max_sup_active_icc_level()7001 hba->vreg_info.vcc->max_uA, in ufshcd_find_max_sup_active_icc_level()7005 if (hba->vreg_info.vccq && hba->vreg_info.vccq->max_uA) in ufshcd_find_max_sup_active_icc_level()7007 hba->vreg_info.vccq->max_uA, in ufshcd_find_max_sup_active_icc_level()7011 if (hba->vreg_info.vccq2 && hba->vreg_info.vccq2->max_uA) in ufshcd_find_max_sup_active_icc_level()7013 hba->vreg_info.vccq2->max_uA, in ufshcd_find_max_sup_active_icc_level()[all …]
173 struct ufs_vreg_info *info = &hba->vreg_info; in ufshcd_parse_regulator_info()
756 struct ufs_vreg_info vreg_info; member