pbias             177 drivers/mmc/host/omap_hsmmc.c 	struct	regulator	*pbias;
pbias             284 drivers/mmc/host/omap_hsmmc.c 	if (IS_ERR(host->pbias))
pbias             289 drivers/mmc/host/omap_hsmmc.c 			ret = regulator_enable(host->pbias);
pbias             298 drivers/mmc/host/omap_hsmmc.c 			ret = regulator_disable(host->pbias);
pbias             404 drivers/mmc/host/omap_hsmmc.c 	ret = omap_hsmmc_disable_boot_regulator(host->pbias);
pbias             437 drivers/mmc/host/omap_hsmmc.c 	host->pbias = devm_regulator_get_optional(host->dev, "pbias");
pbias             438 drivers/mmc/host/omap_hsmmc.c 	if (IS_ERR(host->pbias)) {
pbias             439 drivers/mmc/host/omap_hsmmc.c 		ret = PTR_ERR(host->pbias);
pbias             446 drivers/mmc/host/omap_hsmmc.c 			PTR_ERR(host->pbias));
pbias              98 drivers/mmc/host/sdhci-omap.c 	struct	regulator	*pbias;
pbias             132 drivers/mmc/host/sdhci-omap.c 	if (IS_ERR(omap_host->pbias))
pbias             136 drivers/mmc/host/sdhci-omap.c 		ret = regulator_set_voltage(omap_host->pbias, iov, iov);
pbias             145 drivers/mmc/host/sdhci-omap.c 		ret = regulator_enable(omap_host->pbias);
pbias             156 drivers/mmc/host/sdhci-omap.c 		ret = regulator_disable(omap_host->pbias);
pbias            1101 drivers/mmc/host/sdhci-omap.c 	omap_host->pbias = devm_regulator_get_optional(dev, "pbias");
pbias            1102 drivers/mmc/host/sdhci-omap.c 	if (IS_ERR(omap_host->pbias)) {
pbias            1103 drivers/mmc/host/sdhci-omap.c 		ret = PTR_ERR(omap_host->pbias);