Home
last modified time | relevance | path

Searched refs:vreg_info (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/ufs/host/
H A Dufs-mediatek.c786 struct ufs_vreg_info *info = &hba->vreg_info; in ufs_mtk_vreg_fix_vcc()
793 if (hba->vreg_info.vcc) in ufs_mtk_vreg_fix_vcc()
828 struct ufs_vreg_info *info = &hba->vreg_info; in ufs_mtk_vreg_fix_vccqx()
1256 if (hba->vreg_info.vccq) in ufs_mtk_vccqx_set_lpm()
1257 vccqx = hba->vreg_info.vccq; in ufs_mtk_vccqx_set_lpm()
1259 vccqx = hba->vreg_info.vccq2; in ufs_mtk_vccqx_set_lpm()
1276 if (!hba->vreg_info.vccq && !hba->vreg_info.vccq2) in ufs_mtk_dev_vreg_set_lpm()
1280 if (!hba->vreg_info.vcc) in ufs_mtk_dev_vreg_set_lpm()
1288 if (lpm && hba->vreg_info in ufs_mtk_dev_vreg_set_lpm()
[all...]
H A Dufshcd-pltfrm.c176 struct ufs_vreg_info *info = &hba->vreg_info; in ufshcd_parse_regulator_info()
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H A Dufs-mediatek.c813 if (!hba->vreg_info.vccq2 || !hba->vreg_info.vcc) in ufs_mtk_vreg_set_lpm()
816 if (lpm && !hba->vreg_info.vcc->enabled) in ufs_mtk_vreg_set_lpm()
817 regulator_set_mode(hba->vreg_info.vccq2->reg, in ufs_mtk_vreg_set_lpm()
820 regulator_set_mode(hba->vreg_info.vccq2->reg, in ufs_mtk_vreg_set_lpm()
H A Dufshcd.c5651 ufshcd_config_vreg_hpm(hba, hba->vreg_info.vccq); in ufshcd_err_handling_prepare()
5652 ufshcd_config_vreg_hpm(hba, hba->vreg_info.vccq2); in ufshcd_err_handling_prepare()
6982 if (!hba->vreg_info.vcc || !hba->vreg_info.vccq || in ufshcd_find_max_sup_active_icc_level()
6983 !hba->vreg_info.vccq2) { in ufshcd_find_max_sup_active_icc_level()
6990 if (hba->vreg_info.vcc && hba->vreg_info.vcc->max_uA) in ufshcd_find_max_sup_active_icc_level()
6992 hba->vreg_info.vcc->max_uA, in ufshcd_find_max_sup_active_icc_level()
6996 if (hba->vreg_info.vccq && hba->vreg_info in ufshcd_find_max_sup_active_icc_level()
[all...]
H A Dufshcd-pltfrm.c193 struct ufs_vreg_info *info = &hba->vreg_info; in ufshcd_parse_regulator_info()
H A Dufshcd.h664 * @vreg_info: UFS device voltage regulator information
771 struct ufs_vreg_info vreg_info; member
/kernel/linux/linux-6.6/drivers/ufs/core/
H A Dufshcd.c6251 ufshcd_config_vreg_hpm(hba, hba->vreg_info.vccq); in ufshcd_err_handling_prepare()
6252 ufshcd_config_vreg_hpm(hba, hba->vreg_info.vccq2); in ufshcd_err_handling_prepare()
7809 if (!hba->vreg_info.vcc || !hba->vreg_info.vccq || in ufshcd_find_max_sup_active_icc_level()
7810 !hba->vreg_info.vccq2) { in ufshcd_find_max_sup_active_icc_level()
7823 if (hba->vreg_info.vcc->max_uA) in ufshcd_find_max_sup_active_icc_level()
7825 hba->vreg_info.vcc->max_uA, in ufshcd_find_max_sup_active_icc_level()
7829 if (hba->vreg_info.vccq->max_uA) in ufshcd_find_max_sup_active_icc_level()
7831 hba->vreg_info.vccq->max_uA, in ufshcd_find_max_sup_active_icc_level()
7835 if (hba->vreg_info in ufshcd_find_max_sup_active_icc_level()
[all...]
/kernel/linux/linux-6.6/include/ufs/
H A Dufshcd.h866 * @vreg_info: UFS device voltage regulator information
1016 struct ufs_vreg_info vreg_info; member

Completed in 28 milliseconds