Searched refs:vccq (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/drivers/ufs/host/ |
H A D | ufs-mediatek.c | 832 vreg_on = &info->vccq; in ufs_mtk_vreg_fix_vccqx() 836 vreg_off = &info->vccq; 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() 1276 if (!hba->vreg_info.vccq && !hba->vreg_info.vccq2) in ufs_mtk_dev_vreg_set_lpm()
|
H A D | ufshcd-pltfrm.c | 165 * Get regulator info from device tree for vcc, vccq, vccq2 power supplies. 186 err = ufshcd_populate_vreg(dev, "vccq", &info->vccq); in ufshcd_parse_regulator_info()
|
/kernel/linux/linux-5.10/drivers/scsi/ufs/ |
H A D | ufshcd-pltfrm.c | 164 } else if (!strcmp(name, "vccq")) { in ufshcd_populate_vreg() 184 * Get regulator info from device tree for vcc, vccq, vccq2 power supplies. 203 err = ufshcd_populate_vreg(dev, "vccq", &info->vccq); in ufshcd_parse_regulator_info()
|
H A D | ufs.h | 523 struct ufs_vreg *vccq; member
|
H A D | ufshcd.c | 5651 ufshcd_config_vreg_hpm(hba, hba->vreg_info.vccq); in ufshcd_err_handling_prepare() 6982 if (!hba->vreg_info.vcc || !hba->vreg_info.vccq || in ufshcd_find_max_sup_active_icc_level() 6996 if (hba->vreg_info.vccq && hba->vreg_info.vccq->max_uA) in ufshcd_find_max_sup_active_icc_level() 6998 hba->vreg_info.vccq->max_uA, in ufshcd_find_max_sup_active_icc_level() 7974 ret = ufshcd_toggle_vreg(dev, info->vccq, on); in ufshcd_setup_vreg() 7983 ufshcd_toggle_vreg(dev, info->vccq, false); in ufshcd_setup_vreg() 8023 ret = ufshcd_get_vreg(dev, info->vccq); in ufshcd_init_vreg() 8448 ufshcd_config_vreg_lpm(hba, hba->vreg_info.vccq); in ufshcd_vreg_set_lpm() 8470 ret = ufshcd_config_vreg_hpm(hba, hba->vreg_info.vccq); in ufshcd_vreg_set_hpm() [all...] |
/kernel/linux/linux-6.6/include/ufs/ |
H A D | ufs.h | 548 struct ufs_vreg *vccq; member
|
/kernel/linux/linux-6.6/drivers/ufs/core/ |
H A D | ufshcd.c | 6251 ufshcd_config_vreg_hpm(hba, hba->vreg_info.vccq); in ufshcd_err_handling_prepare() 7809 if (!hba->vreg_info.vcc || !hba->vreg_info.vccq || 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() 8986 ret = ufshcd_toggle_vreg(dev, info->vccq, on); in ufshcd_setup_vreg() 8995 ufshcd_toggle_vreg(dev, info->vccq, false); in ufshcd_setup_vreg() 9036 ret = ufshcd_get_vreg(dev, info->vccq); in ufshcd_init_vreg() 9455 ufshcd_config_vreg_lpm(hba, hba->vreg_info.vccq); in ufshcd_vreg_set_lpm() 9478 ret = ufshcd_config_vreg_hpm(hba, hba->vreg_info.vccq); in ufshcd_vreg_set_hpm() 9490 ufshcd_config_vreg_lpm(hba, hba->vreg_info.vccq); in ufshcd_vreg_set_hpm() [all...] |
/kernel/linux/linux-5.10/drivers/pinctrl/renesas/ |
H A D | pfc-sh73a0.c | 4366 struct regulator_dev *vccq; in sh73a0_pinmux_soc_init() local 4373 vccq = devm_regulator_register(pfc->dev, &sh73a0_vccq_mc0_desc, &cfg); in sh73a0_pinmux_soc_init() 4374 if (IS_ERR(vccq)) { in sh73a0_pinmux_soc_init() 4375 ret = PTR_ERR(vccq); in sh73a0_pinmux_soc_init()
|
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/ |
H A D | pfc-sh73a0.c | 4125 struct regulator_dev *vccq; in sh73a0_pinmux_soc_init() local 4132 vccq = devm_regulator_register(pfc->dev, &sh73a0_vccq_mc0_desc, &cfg); in sh73a0_pinmux_soc_init() 4133 if (IS_ERR(vccq)) { in sh73a0_pinmux_soc_init() 4134 ret = PTR_ERR(vccq); in sh73a0_pinmux_soc_init()
|
Completed in 37 milliseconds