Searched refs:vdd3 (Results 1 – 17 of 17) sorted by relevance
/Linux-v5.15/drivers/gpu/drm/bridge/ |
D | chipone-icn6211.c | 37 struct regulator *vdd3; member 136 if (icn->vdd3) { in chipone_pre_enable() 137 ret = regulator_enable(icn->vdd3); in chipone_pre_enable() 158 if (icn->vdd3) in chipone_post_disable() 159 regulator_disable(icn->vdd3); in chipone_post_disable() 202 icn->vdd3 = devm_regulator_get_optional(dev, "vdd3"); in chipone_parse_dt() 203 if (IS_ERR(icn->vdd3)) { in chipone_parse_dt() 204 ret = PTR_ERR(icn->vdd3); in chipone_parse_dt() 207 icn->vdd3 = NULL; in chipone_parse_dt()
|
/Linux-v5.15/arch/arm64/boot/dts/qcom/ |
D | msm8916-samsung-a3u-eur.dts | 11 reg_panel_vdd3: regulator-panel-vdd3 { 89 vdd3-supply = <®_panel_vdd3>; 107 panel_vdd3_default: panel-vdd3-default {
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | tps65910.dtsi | 40 regulator-compatible = "vdd3";
|
D | exynos4412-galaxy-s3.dtsi | 107 vdd3-supply = <&lcd_vdd3_reg>;
|
D | am335x-lxm.dts | 219 /* vdd3 - unused */
|
D | exynos4210-trats.dts | 179 vdd3-supply = <&vcclcd_reg>;
|
D | ste-ux500-samsung-golden.dts | 337 vdd3-supply = <&panel_reg_3v0>;
|
D | exynos4210-universal_c210.dts | 135 vdd3-supply = <&ldo7_reg>;
|
D | exynos4210-i9100.dts | 196 vdd3-supply = <&vmipi_reg>;
|
D | s5pv210-aries.dtsi | 565 vdd3-supply = <&ldo7_reg>;
|
D | exynos3250-rinato.dts | 239 vdd3-supply = <&ldo16_reg>;
|
D | ste-ux500-samsung-janice.dts | 262 vdd3-supply = <&lcd_3v0_reg>;
|
/Linux-v5.15/arch/arm64/boot/dts/exynos/ |
D | exynos5433-tm2e.dts | 56 vdd3-supply = <&ldo27_reg>;
|
D | exynos5433-tm2.dts | 58 vdd3-supply = <&ldo27_reg>;
|
/Linux-v5.15/Documentation/devicetree/bindings/regulator/ |
D | twl-regulator.txt | 20 - "ti,twl6030-vdd3" for VDD3 SMPS
|
/Linux-v5.15/include/linux/mfd/ |
D | twl.h | 714 struct regulator_init_data *vdd3; member
|
/Linux-v5.15/Documentation/devicetree/bindings/mfd/ |
D | tps65910.txt | 23 tps65910: vrtc, vio, vdd1, vdd2, vdd3, vdig1, vdig2, vpll, vdac, vaux1,
|