Searched refs:pbias (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/Documentation/devicetree/bindings/regulator/ |
D | pbias-regulator.txt | 5 - 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-v4.19/drivers/mmc/host/ |
D | sdhci-omap.c | 108 struct regulator *pbias; member 141 if (IS_ERR(omap_host->pbias)) in sdhci_omap_set_pbias() 145 ret = regulator_set_voltage(omap_host->pbias, iov, iov); in sdhci_omap_set_pbias() 154 ret = regulator_enable(omap_host->pbias); in sdhci_omap_set_pbias() 165 ret = regulator_disable(omap_host->pbias); in sdhci_omap_set_pbias() 957 omap_host->pbias = devm_regulator_get_optional(dev, "pbias"); in sdhci_omap_probe() 958 if (IS_ERR(omap_host->pbias)) { in sdhci_omap_probe() 959 ret = PTR_ERR(omap_host->pbias); in sdhci_omap_probe()
|
D | omap_hsmmc.c | 179 struct regulator *pbias; member 311 if (IS_ERR(host->pbias)) in omap_hsmmc_set_pbias() 316 ret = regulator_enable(host->pbias); in omap_hsmmc_set_pbias() 325 ret = regulator_disable(host->pbias); in omap_hsmmc_set_pbias() 431 ret = omap_hsmmc_disable_boot_regulator(host->pbias); in omap_hsmmc_disable_boot_regulators() 464 host->pbias = devm_regulator_get_optional(host->dev, "pbias"); in omap_hsmmc_reg_get() 465 if (IS_ERR(host->pbias)) { in omap_hsmmc_reg_get() 466 ret = PTR_ERR(host->pbias); in omap_hsmmc_reg_get() 473 PTR_ERR(host->pbias)); in omap_hsmmc_reg_get()
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | omap2430.dtsi | 69 compatible = "ti,pbias-omap2", "ti,pbias-omap"; 254 pbias-supply = <&pbias_mmc_reg>;
|
D | omap3.dtsi | 125 compatible = "ti,pbias-omap3", "ti,pbias-omap"; 442 pbias-supply = <&pbias_mmc_reg>;
|
D | omap5.dtsi | 204 compatible = "ti,pbias-omap5", "ti,pbias-omap"; 622 pbias-supply = <&pbias_mmc_reg>;
|
D | dra7.dtsi | 180 compatible = "ti,pbias-dra7", "ti,pbias-omap"; 1087 pbias-supply = <&pbias_mmc_reg>;
|
D | omap4-l4.dtsi | 670 compatible = "ti,pbias-omap4", "ti,pbias-omap"; 2139 pbias-supply = <&pbias_mmc_reg>;
|
/Linux-v4.19/drivers/regulator/ |
D | Makefile | 91 obj-$(CONFIG_REGULATOR_PBIAS) += pbias-regulator.o
|
D | Kconfig | 616 Say y here to support pbias regulator for mmc1:SD card i/o 618 This driver provides support for OMAP pbias modelled
|
/Linux-v4.19/ |
D | MAINTAINERS | 10639 F: drivers/regulator/pbias-regulator.c
|