Home
last modified time | relevance | path

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

/linux-5.19.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>;
Dimx6dl-b1x5pv2.dtsi141 reg_lcd: regulator-lcd { label
244 power-supply = <&reg_lcd>;
Dimx6q-bosch-acc.dts43 power-supply = <&reg_lcd>;
192 reg_lcd: regulator-lcd { label
Dimx28-tx28.dts123 reg_lcd: regulator-lcd-power { label
351 lcd-supply = <&reg_lcd>;
/linux-5.19.10/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-5.19.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()
1078 sinfo->reg_lcd = devm_regulator_get(&pdev->dev, "lcd"); in atmel_lcdfb_probe()
1079 if (IS_ERR(sinfo->reg_lcd)) in atmel_lcdfb_probe()
1080 sinfo->reg_lcd = NULL; in atmel_lcdfb_probe()