Searched refs:pbias (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/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-4.4.14/arch/arm/boot/dts/ |
D | omap2430.dtsi | 67 compatible = "ti,pbias-omap2", "ti,pbias-omap"; 248 pbias-supply = <&pbias_mmc_reg>;
|
D | omap3.dtsi | 123 compatible = "ti,pbias-omap3", "ti,pbias-omap"; 438 pbias-supply = <&pbias_mmc_reg>;
|
D | omap4.dtsi | 202 compatible = "ti,pbias-omap4", "ti,pbias-omap"; 508 pbias-supply = <&pbias_mmc_reg>;
|
D | omap5.dtsi | 191 compatible = "ti,pbias-omap5", "ti,pbias-omap"; 569 pbias-supply = <&pbias_mmc_reg>;
|
D | dra7.dtsi | 126 compatible = "ti,pbias-dra7", "ti,pbias-omap"; 883 pbias-supply = <&pbias_mmc_reg>;
|
/linux-4.4.14/drivers/mmc/host/ |
D | omap_hsmmc.c | 184 struct regulator *pbias; member 317 if (!host->pbias) in omap_hsmmc_set_pbias() 322 ret = regulator_set_voltage(host->pbias, VDD_1V8, in omap_hsmmc_set_pbias() 325 ret = regulator_set_voltage(host->pbias, VDD_3V0, in omap_hsmmc_set_pbias() 333 ret = regulator_enable(host->pbias); in omap_hsmmc_set_pbias() 342 ret = regulator_disable(host->pbias); in omap_hsmmc_set_pbias() 459 ret = omap_hsmmc_disable_boot_regulator(host->pbias); in omap_hsmmc_disable_boot_regulators() 503 host->pbias = devm_regulator_get_optional(host->dev, "pbias"); in omap_hsmmc_reg_get() 504 if (IS_ERR(host->pbias)) { in omap_hsmmc_reg_get() 505 ret = PTR_ERR(host->pbias); in omap_hsmmc_reg_get() [all …]
|
/linux-4.4.14/drivers/regulator/ |
D | Makefile | 71 obj-$(CONFIG_REGULATOR_PBIAS) += pbias-regulator.o
|
D | Kconfig | 481 Say y here to support pbias regulator for mmc1:SD card i/o 483 This driver provides support for OMAP pbias modelled
|
/linux-4.4.14/ |
D | MAINTAINERS | 7667 F: drivers/regulator/pbias-regulator.c
|