Home
last modified time | relevance | path

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

12

/linux/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad7405.yaml35 vdd1-supply: true
45 - vdd1-supply
56 vdd1-supply = <&vdd1>;
H A Dadi,ad7625.yaml29 vdd1-supply: true
112 - vdd1-supply
167 vdd1-supply = <&supply_5V>;
/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/Documentation/devicetree/bindings/sound/
H A Dti,pcm3168a.yaml43 VDD1-supply:
78 - VDD1-supply
101 VDD1-supply = <&supply3v3>;
/linux/drivers/gpu/drm/bridge/
H A Dchipone-icn6211.c152 struct regulator *vdd1; member
452 if (icn->vdd1) { in chipone_atomic_pre_enable()
453 ret = regulator_enable(icn->vdd1); in chipone_atomic_pre_enable()
456 "failed to enable VDD1 regulator: %d\n", ret); in chipone_atomic_pre_enable()
490 if (icn->vdd1) in chipone_atomic_post_disable()
491 regulator_disable(icn->vdd1); in chipone_atomic_post_disable()
649 icn->vdd1 = devm_regulator_get_optional(dev, "vdd1"); in chipone_parse_dt()
650 if (IS_ERR(icn->vdd1)) { in chipone_parse_dt()
651 ret = PTR_ERR(icn->vdd1); in chipone_parse_dt()
[all...]
/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/Documentation/devicetree/bindings/mfd/
H A Dti,tps65910.yaml148 vcc1-supply: VDD1 input.
157 vcc1-supply: VDD1 input.
246 vdd1_reg: vdd1 {
247 regulator-name = "vdd1";
H A Dti,twl.yaml42 - ti,twl4030-vdd1
102 - ti,twl6030-vdd1
/linux/arch/arm/boot/dts/ti/omap/
H A Dtwl4030.dtsi47 vcc: regulator-vdd1 {
48 compatible = "ti,twl4030-vdd1";
H A Domap3-lilly-a83x.dtsi237 vdd1: regulator-vdd1 { label
/linux/drivers/regulator/
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()
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 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/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/iio/dac/
H A Dadi,ltc2672.yaml37 vdd1-supply:
/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-mux-pca954x.yaml72 the regulator supplies power to VDD2 (core logic) and optionally to VDD1.
/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>;
/linux/drivers/gpu/drm/panel/
H A Dpanel-samsung-s6d16d0.c191 s6->supply = devm_regulator_get(dev, "vdd1"); in s6d16d0_probe()
/linux/drivers/iio/adc/
H A Dad7405.c163 "vdd1", "vdd2",
/linux/include/linux/mfd/
H A Dtps65910.h209 /*Register VDD1 (0x80) register.RegisterDescription */
254 /*Registers VDD1, VDD2 voltage values definitions */

12