Home
last modified time | relevance | path

Searched full:vdd2 (Results 1 – 25 of 32) sorted by relevance

12

/Linux-v6.6/Documentation/devicetree/bindings/usb/
Dcypress,hx3.yaml31 vdd2-supply:
45 - vdd2-supply
65 vdd2-supply = <&reg_3v3_usb>;
75 vdd2-supply = <&reg_3v3_usb>;
/Linux-v6.6/Documentation/devicetree/bindings/regulator/
Dtwl-regulator.txt19 - "ti,twl6030-vdd2" for VDD2 SMPS
51 - "ti,twl4030-vdd2" for VDD2 SMPS
/Linux-v6.6/Documentation/devicetree/bindings/sound/
Dti,pcm3168a.yaml46 VDD2-supply:
78 - VDD2-supply
101 VDD2-supply = <&supply3v3>;
/Linux-v6.6/Documentation/devicetree/bindings/mfd/
Dtps65910.txt23 tps65910: vrtc, vio, vdd1, vdd2, vdd3, vdig1, vdig2, vpll, vdac, vaux1,
25 tps65911: vrtc, vio, vdd1, vdd2, vddctrl, ldo1, ldo2, ldo3, ldo4, ldo5,
36 vcc2-supply: VDD2 input.
45 vcc2-supply: VDD2 input.
118 regulator-compatible = "vdd2";
/Linux-v6.6/drivers/gpu/drm/bridge/
Dchipone-icn6211.c153 struct regulator *vdd2; member
460 if (icn->vdd2) { in chipone_atomic_pre_enable()
461 ret = regulator_enable(icn->vdd2); in chipone_atomic_pre_enable()
464 "failed to enable VDD2 regulator: %d\n", ret); in chipone_atomic_pre_enable()
494 if (icn->vdd2) in chipone_atomic_post_disable()
495 regulator_disable(icn->vdd2); in chipone_atomic_post_disable()
659 icn->vdd2 = devm_regulator_get_optional(dev, "vdd2"); in chipone_parse_dt()
660 if (IS_ERR(icn->vdd2)) { in chipone_parse_dt()
661 ret = PTR_ERR(icn->vdd2); in chipone_parse_dt()
664 icn->vdd2 = NULL; in chipone_parse_dt()
[all …]
/Linux-v6.6/arch/arm/mach-omap2/
Dopp3xxx_data.c38 /* VDD2 */
68 /* VDD2 */
/Linux-v6.6/drivers/regulator/
Dtps65910-regulator.c120 .name = "vdd2",
214 .name = "vdd2",
279 EXT_CONTROL_REG_BITS(VDD2, 1, 2),
295 EXT_CONTROL_REG_BITS(VDD2, 1, 2),
968 { .name = "vdd2", .driver_data = (void *) &tps65910_regs[3] },
985 { .name = "vdd2", .driver_data = (void *) &tps65911_regs[3] },
Dtwl-regulator.c532 TWL4030_ADJUSTABLE_SMPS(VDD2, 0x63, 16, 1000, 0x08, 69);
567 TWL4030_OF_MATCH("ti,twl4030-vdd2", VDD2),
Dtwl6030-regulator.c588 TWL6030_ADJUSTABLE_SMPS(VDD2);
647 TWL6030_OF_MATCH("ti,twl6030-vdd2", VDD2),
/Linux-v6.6/arch/arm/boot/dts/
Dtps65910.dtsi35 regulator-compatible = "vdd2";
/Linux-v6.6/Documentation/devicetree/bindings/display/bridge/
Dchipone,icn6211.yaml42 vdd2-supply:
/Linux-v6.6/Documentation/devicetree/bindings/i2c/
Di2c-mux-pca954x.yaml72 the regulator supplies power to VDD2 (core logic) and optionally to VDD1.
/Linux-v6.6/arch/arm/boot/dts/nvidia/
Dtegra30-asus-nexus7-grouper-ti-pmic.dtsi44 vdd2_reg: vdd2 {
Dtegra30-cardhu.dtsi274 vdd2_reg: vdd2 {
/Linux-v6.6/arch/arm/boot/dts/ti/omap/
Domap3-lilly-a83x.dtsi241 vdd2: regulator-vdd2 { label
/Linux-v6.6/include/linux/mfd/
Dtps65910.h232 /*Register VDD2 (0x80) register.RegisterDescription */
254 /*Registers VDD1, VDD2 voltage values definitions */
Dtwl.h729 * the LDOs, and leave the three buck converters alone. VDD1 and VDD2
/Linux-v6.6/drivers/acpi/pmic/
Dintel_pmic_bxtwc.c37 }, /* VDD2 -> VDD2CNT */
/Linux-v6.6/arch/arm64/boot/dts/renesas/
Dulcb-kf.dtsi213 VDD2-supply = <&snd_3p3v>;
/Linux-v6.6/arch/arm64/boot/dts/qcom/
Dqrb2210-rb1.dts168 /* LPDDR4X VDD2 */
/Linux-v6.6/drivers/mmc/host/
Dsdhci.h103 * VDD2 - UHS2 or PCIe/NVMe
104 * VDD2 power on/off and voltage select
Dsdhci-pci-o2micro.c647 /* Set VDD2 voltage*/ in sdhci_pci_o2_init_sd_express()
674 /* Power off VDD2 voltage*/ in sdhci_pci_o2_init_sd_express()
/Linux-v6.6/drivers/usb/misc/
Donboard_usb_hub.c36 "vdd2",
/Linux-v6.6/sound/soc/codecs/
Dpcm3168a.c39 "VDD2",
/Linux-v6.6/arch/arm64/boot/dts/ti/
Dk3-j721e-common-proc-board.dts729 VDD2-supply = <&vsys_3v3>;

12