Home
last modified time | relevance | path

Searched full:vddh (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dqca,ar803x.yaml69 vddh-regulator (2.5V).
80 vddh-regulator:
83 Dummy subnode to model the external connection of the PHY VDDH
129 vddio-supply = <&vddh>;
131 vddh: vddh-regulator {
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1028a-kontron-sl28-var4.dts37 vddh: vddh-regulator { label
38 regulator-name = "VDDH";
H A Dfsl-ls1028a-kontron-sl28-var1.dts43 vddh: vddh-regulator { label
44 regulator-name = "VDDH";
H A Dimx8mq-evk.dts210 vddio-supply = <&vddh>;
212 vddh: vddh-regulator { label
H A Dimx8mm-data-modul-edm-sbc.dts201 vddh: vddh-regulator { label
202 regulator-name = "VDDH";
H A Dimx8mp-data-modul-edm-sbc.dts179 vddh_eqos: vddh-regulator {
219 vddh_fec: vddh-regulator {
/openbmc/linux/Documentation/devicetree/bindings/display/panel/
H A Dsharp,ls060t1sx01.yaml30 vddh-supply:
/openbmc/qemu/target/i386/hvf/
H A Dvmx.h4 * Based on Veertu vddh/vmm/vmx.h
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-sharp-ls060t1sx01.c241 ctx->vddh_supply = devm_regulator_get(dev, "vddh"); in sharp_ls060_probe()
/openbmc/linux/drivers/net/phy/
H A Dat803x.c652 .name = "vddh",
653 .of_match = of_match_ptr("vddh-regulator"),
678 phydev_err(phydev, "failed to register VDDH regulator\n"); in at8031_register_regulators()