Home
last modified time | relevance | path

Searched refs:pbias (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.10/Documentation/devicetree/bindings/regulator/
Dpbias-regulator.txt5 - should be "ti,pbias-dra7" for DRA7
6 - should be "ti,pbias-omap2" for OMAP2
7 - should be "ti,pbias-omap3" for OMAP3
8 - should be "ti,pbias-omap4" for OMAP4
9 - should be "ti,pbias-omap5" for OMAP5
10 - "ti,pbias-omap" is deprecated
11 - reg: pbias register offset from syscon base and size of pbias register.
25 compatible = "ti,pbias-omap";
/Linux-v5.10/drivers/mmc/host/
Dsdhci-omap.c100 struct regulator *pbias; member
139 if (IS_ERR(omap_host->pbias)) in sdhci_omap_set_pbias()
143 ret = regulator_set_voltage(omap_host->pbias, iov, iov); in sdhci_omap_set_pbias()
152 ret = regulator_enable(omap_host->pbias); in sdhci_omap_set_pbias()
163 ret = regulator_disable(omap_host->pbias); in sdhci_omap_set_pbias()
1160 omap_host->pbias = devm_regulator_get_optional(dev, "pbias"); in sdhci_omap_probe()
1161 if (IS_ERR(omap_host->pbias)) { in sdhci_omap_probe()
1162 ret = PTR_ERR(omap_host->pbias); in sdhci_omap_probe()
Domap_hsmmc.c177 struct regulator *pbias; member
284 if (IS_ERR(host->pbias)) in omap_hsmmc_set_pbias()
289 ret = regulator_enable(host->pbias); in omap_hsmmc_set_pbias()
298 ret = regulator_disable(host->pbias); in omap_hsmmc_set_pbias()
404 ret = omap_hsmmc_disable_boot_regulator(host->pbias); in omap_hsmmc_disable_boot_regulators()
437 host->pbias = devm_regulator_get_optional(host->dev, "pbias"); in omap_hsmmc_reg_get()
438 if (IS_ERR(host->pbias)) { in omap_hsmmc_reg_get()
439 ret = PTR_ERR(host->pbias); in omap_hsmmc_reg_get()
446 PTR_ERR(host->pbias)); in omap_hsmmc_reg_get()
/Linux-v5.10/arch/arm/boot/dts/
Domap2430.dtsi69 compatible = "ti,pbias-omap2", "ti,pbias-omap";
267 pbias-supply = <&pbias_mmc_reg>;
Domap3.dtsi126 compatible = "ti,pbias-omap3", "ti,pbias-omap";
523 pbias-supply = <&pbias_mmc_reg>;
Domap4-l4.dtsi690 compatible = "ti,pbias-omap4", "ti,pbias-omap";
2151 pbias-supply = <&pbias_mmc_reg>;
Domap5-l4.dtsi104 compatible = "ti,pbias-omap5", "ti,pbias-omap";
1894 pbias-supply = <&pbias_mmc_reg>;
Ddra7-l4.dtsi70 compatible = "ti,pbias-dra7", "ti,pbias-omap";
2010 pbias-supply = <&pbias_mmc_reg>;
/Linux-v5.10/drivers/regulator/
DMakefile109 obj-$(CONFIG_REGULATOR_PBIAS) += pbias-regulator.o
DKconfig767 Say y here to support pbias regulator for mmc1:SD card i/o
769 This driver provides support for OMAP pbias modelled
/Linux-v5.10/
DMAINTAINERS12842 F: drivers/regulator/pbias-regulator.c