Home
last modified time | relevance | path

Searched refs:reg_lcd (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/arch/arm/boot/dts/
Dimx6q-logicpd.dts19 power-supply = <&reg_lcd>;
34 reg_lcd: regulator-lcd { label
56 vin-supply = <&reg_lcd>;
Dlpc3250-phy3250.dts37 power-supply = <&reg_lcd>;
56 reg_lcd: regulator-lcd { label
Dimx27-eukrea-mbimxsd27-baseboard.dts62 reg_lcd: regulator@0 { label
97 lcd-supply = <&reg_lcd>;
Dimx6dl-b1x5pv2.dtsi141 reg_lcd: regulator-lcd { label
244 power-supply = <&reg_lcd>;
Dimx28-tx28.dts123 reg_lcd: regulator-lcd-power { label
369 lcd-supply = <&reg_lcd>;
/Linux-v5.15/arch/arm64/boot/dts/renesas/
Dbeacon-renesom-baseboard.dtsi13 power-supply = <&reg_lcd>;
22 power-supply = <&reg_lcd>;
141 power-supply = <&reg_lcd>;
158 reg_lcd: regulator-lcd { label
174 vin-supply = <&reg_lcd>;
/Linux-v5.15/drivers/video/fbdev/
Datmel_lcdfb.c61 struct regulator *reg_lcd; member
228 else if (sinfo->reg_lcd) { in atmel_lcdfb_power_control()
230 ret = regulator_enable(sinfo->reg_lcd); in atmel_lcdfb_power_control()
235 ret = regulator_disable(sinfo->reg_lcd); in atmel_lcdfb_power_control()
1077 sinfo->reg_lcd = devm_regulator_get(&pdev->dev, "lcd"); in atmel_lcdfb_probe()
1078 if (IS_ERR(sinfo->reg_lcd)) in atmel_lcdfb_probe()
1079 sinfo->reg_lcd = NULL; in atmel_lcdfb_probe()