Home
last modified time | relevance | path

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

12

/linux/Documentation/devicetree/bindings/display/panel/
H A Dsamsung,s6d16d0.yaml25 vdd1-supply:
31 - vdd1-supply
47 vdd1-supply = <&foo>;
H A Dhimax,hx83112a.yaml27 vdd1-supply:
42 - vdd1-supply
64 vdd1-supply = <&vreg_l1e>;
/linux/drivers/gpu/drm/bridge/
H A 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()
648 icn->vdd1 = devm_regulator_get_optional(dev, "vdd1"); in chipone_parse_dt()
649 if (IS_ERR(icn->vdd1)) { in chipone_parse_dt()
650 ret = PTR_ERR(icn->vdd1); in chipone_parse_dt()
653 icn->vdd1 = NULL; in chipone_parse_dt()
[all …]
/linux/Documentation/devicetree/bindings/mfd/
H A 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";
H A Dti,twl.yaml42 - ti,twl4030-vdd1
102 - ti,twl6030-vdd1
/linux/Documentation/devicetree/bindings/sound/
H A Dti,pcm3168a.yaml43 VDD1-supply:
78 - VDD1-supply
101 VDD1-supply = <&supply3v3>;
/linux/arch/arm/mach-omap2/
H A Dopp3xxx_data.c21 /* VDD1 */
53 /* VDD1 */
/linux/Documentation/devicetree/bindings/media/i2c/
H A Dsony,imx283.yaml34 vdd1-supply:
95 vdd1-supply = <&camera_vdd1_1v8>;
/linux/drivers/regulator/
H A 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] },
H A 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()
H A 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()
/linux/arch/arm/boot/dts/
H A Dtps65910.dtsi30 regulator-compatible = "vdd1";
/linux/Documentation/devicetree/bindings/display/bridge/
H A Dchipone,icn6211.yaml39 vdd1-supply:
/linux/Documentation/devicetree/bindings/display/
H A Dste,mcde.yaml141 vdd1-supply = <&ab8500_ldo_aux1_reg>;
/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-mux-pca954x.yaml72 the regulator supplies power to VDD2 (core logic) and optionally to VDD1.
/linux/Documentation/devicetree/bindings/iio/dac/
H A Dadi,ltc2672.yaml37 vdd1-supply:
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra30-asus-nexus7-grouper-ti-pmic.dtsi35 vdd1 {
/linux/arch/arm/boot/dts/st/
H A Dste-href-stuib.dtsi205 vdd1-supply = <&ab8500_ldo_aux1_reg>;
H A Dste-href-tvk1281618-r2.dtsi220 vdd1-supply = <&ab8500_ldo_aux1_reg>;
/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-lilly-a83x.dtsi237 vdd1: regulator-vdd1 { label
H A Dam335x-lxm.dts204 regulator-name = "vdd1,mpu";
/linux/drivers/gpu/drm/panel/
H A Dpanel-samsung-s6d16d0.c189 s6->supply = devm_regulator_get(dev, "vdd1"); in s6d16d0_probe()
/linux/include/linux/mfd/
H A Dtps65910.h209 /*Register VDD1 (0x80) register.RegisterDescription */
254 /*Registers VDD1, VDD2 voltage values definitions */
/linux/drivers/iio/adc/
H A Dad7625.c498 * vdd1, so list them in that order in the regulator_names array.
510 static const char * const regulator_names[] = { "vio", "vdd2", "vdd1" }; in devm_ad7625_regulator_setup()
/linux/arch/arm64/boot/dts/freescale/
H A Dimx93-tqma9352.dtsi132 /* V_1V8 - SPI NOR, eMMC, RAM VDD1... */

12