Home
last modified time | relevance | path

Searched full:vdd1 (Results 1 – 25 of 36) sorted by relevance

12

/linux-6.8/Documentation/devicetree/bindings/regulator/
Dtwl-regulator.txt18 - "ti,twl6030-vdd1" for VDD1 SMPS
50 - "ti,twl4030-vdd1" for VDD1 SMPS
/linux-6.8/Documentation/devicetree/bindings/display/panel/
Dsamsung,s6d16d0.yaml23 vdd1-supply:
29 - vdd1-supply
45 vdd1-supply = <&foo>;
/linux-6.8/Documentation/devicetree/bindings/sound/
Dti,pcm3168a.yaml43 VDD1-supply:
78 - VDD1-supply
101 VDD1-supply = <&supply3v3>;
/linux-6.8/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,
35 vcc1-supply: VDD1 input.
44 vcc1-supply: VDD1 input.
109 regulator-compatible = "vdd1";
/linux-6.8/drivers/gpu/drm/bridge/
Dchipone-icn6211.c152 struct regulator *vdd1; member
453 if (icn->vdd1) { in chipone_atomic_pre_enable()
454 ret = regulator_enable(icn->vdd1); in chipone_atomic_pre_enable()
457 "failed to enable VDD1 regulator: %d\n", ret); in chipone_atomic_pre_enable()
491 if (icn->vdd1) in chipone_atomic_post_disable()
492 regulator_disable(icn->vdd1); in chipone_atomic_post_disable()
650 icn->vdd1 = devm_regulator_get_optional(dev, "vdd1"); in chipone_parse_dt()
651 if (IS_ERR(icn->vdd1)) { in chipone_parse_dt()
652 ret = PTR_ERR(icn->vdd1); in chipone_parse_dt()
655 icn->vdd1 = NULL; in chipone_parse_dt()
[all …]
/linux-6.8/arch/arm/mach-omap2/
Dopp3xxx_data.c21 /* VDD1 */
53 /* VDD1 */
/linux-6.8/arch/arm/boot/dts/ti/omap/
Dtwl4030.dtsi47 vcc: regulator-vdd1 {
48 compatible = "ti,twl4030-vdd1";
Domap3-lilly-a83x.dtsi237 vdd1: regulator-vdd1 { label
Dam335x-lxm.dts204 regulator-name = "vdd1,mpu";
/linux-6.8/drivers/regulator/
Dtwl-regulator.c531 TWL4030_ADJUSTABLE_SMPS(VDD1, 0x55, 15, 1000, 0x08, 68);
566 TWL4030_OF_MATCH("ti,twl4030-vdd1", VDD1),
642 * - SC_DETECT2 (vusb, vdac, vio, vdd1/2, vpll2) in twlreg_probe()
Dtwl6030-regulator.c587 TWL6030_ADJUSTABLE_SMPS(VDD1);
646 TWL6030_OF_MATCH("ti,twl6030-vdd1", VDD1),
751 * - SC_DETECT2 (vusb, vdac, vio, vdd1/2, vpll2) in twlreg_probe()
Dtps65910-regulator.c115 .name = "vdd1",
208 .name = "vdd1",
278 EXT_CONTROL_REG_BITS(VDD1, 1, 1),
294 EXT_CONTROL_REG_BITS(VDD1, 1, 1),
967 { .name = "vdd1", .driver_data = (void *) &tps65910_regs[2] },
984 { .name = "vdd1", .driver_data = (void *) &tps65911_regs[2] },
/linux-6.8/arch/arm/boot/dts/
Dtps65910.dtsi30 regulator-compatible = "vdd1";
/linux-6.8/Documentation/devicetree/bindings/display/bridge/
Dchipone,icn6211.yaml39 vdd1-supply:
/linux-6.8/Documentation/devicetree/bindings/i2c/
Di2c-mux-pca954x.yaml72 the regulator supplies power to VDD2 (core logic) and optionally to VDD1.
/linux-6.8/Documentation/devicetree/bindings/display/
Dste,mcde.yaml141 vdd1-supply = <&ab8500_ldo_aux1_reg>;
/linux-6.8/arch/arm/boot/dts/nvidia/
Dtegra30-asus-nexus7-grouper-ti-pmic.dtsi35 vdd1 {
Dtegra30-cardhu.dtsi267 vdd1_reg: vdd1 {
/linux-6.8/arch/arm/boot/dts/st/
Dste-href-stuib.dtsi205 vdd1-supply = <&ab8500_ldo_aux1_reg>;
Dste-href-tvk1281618-r2.dtsi220 vdd1-supply = <&ab8500_ldo_aux1_reg>;
/linux-6.8/drivers/gpu/drm/panel/
Dpanel-samsung-s6d16d0.c189 s6->supply = devm_regulator_get(dev, "vdd1"); in s6d16d0_probe()
/linux-6.8/include/linux/mfd/
Dtps65910.h209 /*Register VDD1 (0x80) register.RegisterDescription */
254 /*Registers VDD1, VDD2 voltage values definitions */
/linux-6.8/arch/arm64/boot/dts/renesas/
Dulcb-kf.dtsi212 VDD1-supply = <&snd_3p3v>;
/linux-6.8/drivers/acpi/pmic/
Dintel_pmic_bxtwc.c32 }, /* VDD1 -> VDD1CNT */
/linux-6.8/sound/soc/codecs/
Dpcm3168a.c38 "VDD1",

12