Searched refs:vccq (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/drivers/scsi/ufs/
H A Dufshcd-pltfrm.c189 } else if (!strcmp(name, "vccq")) { ufshcd_populate_vreg()
212 * Get regulator info from device tree for vcc, vccq, vccq2 power supplies.
231 err = ufshcd_populate_vreg(dev, "vccq", &info->vccq); ufshcd_parse_regulator_info()
H A Dufs.h480 struct ufs_vreg *vccq; member in struct:ufs_vreg_info
H A Dufshcd.c4013 if (!hba->vreg_info.vcc || !hba->vreg_info.vccq || ufshcd_find_max_sup_active_icc_level()
4027 if (hba->vreg_info.vccq) ufshcd_find_max_sup_active_icc_level()
4029 hba->vreg_info.vccq->max_uA, ufshcd_find_max_sup_active_icc_level()
4371 ret = ufshcd_toggle_vreg(dev, info->vccq, on); ufshcd_setup_vreg()
4382 ufshcd_toggle_vreg(dev, info->vccq, false); ufshcd_setup_vreg()
4428 ret = ufshcd_get_vreg(dev, info->vccq); ufshcd_init_vreg()
4810 ufshcd_config_vreg_lpm(hba, hba->vreg_info.vccq); ufshcd_vreg_set_lpm()
4826 ret = ufshcd_config_vreg_hpm(hba, hba->vreg_info.vccq); ufshcd_vreg_set_hpm()
4837 ufshcd_config_vreg_lpm(hba, hba->vreg_info.vccq); ufshcd_vreg_set_hpm()
/linux-4.1.27/drivers/mmc/core/
H A Dmmc.c1005 * eMMC cards can support 3.3V to 1.2V i/o (vccq) mmc_select_hs_ddr()
1008 * EXT_CSD_CARD_TYPE_DDR_1_8V means 3.3V or 1.8V vccq. mmc_select_hs_ddr()
1010 * 1.8V vccq at 3.3V core voltage (vcc) is not required mmc_select_hs_ddr()
1013 * Even (e)MMC card can support 3.3v to 1.2v vccq, but not all mmc_select_hs_ddr()
1016 * host controller still needs to use 1.8v vccq for supporting mmc_select_hs_ddr()
1036 /* make sure vccq is 3.3v after switching disaster */ mmc_select_hs_ddr()
/linux-4.1.27/drivers/pinctrl/sh-pfc/
H A Dpfc-sh73a0.c3830 struct regulator_dev *vccq; sh73a0_pinmux_soc_init() local
3837 vccq = devm_regulator_register(pfc->dev, &sh73a0_vccq_mc0_desc, &cfg); sh73a0_pinmux_soc_init()
3838 if (IS_ERR(vccq)) { sh73a0_pinmux_soc_init()
3839 ret = PTR_ERR(vccq); sh73a0_pinmux_soc_init()
/linux-4.1.27/arch/arm/mach-shmobile/
H A Dboard-armadillo800eva.c694 {17, GPIOF_OUT_INIT_LOW, "vccq-sdhi0" },

Completed in 223 milliseconds