Home
last modified time | relevance | path

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

/Linux-v5.10/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>;
Dimx28-tx28.dts123 reg_lcd: regulator-lcd-power { label
369 lcd-supply = <&reg_lcd>;
/Linux-v5.10/arch/arm64/boot/dts/renesas/
Dbeacon-renesom-baseboard.dtsi12 power-supply = <&reg_lcd>;
21 power-supply = <&reg_lcd>;
140 power-supply = <&reg_lcd>;
157 reg_lcd: regulator-lcd { label
173 vin-supply = <&reg_lcd>;
/Linux-v5.10/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()