Home
last modified time | relevance | path

Searched refs:lcd_supply (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/video/fbdev/
A Dda8xx-fb.c168 struct regulator *lcd_supply; member
1076 if (par->lcd_supply) { in fb_remove()
1181 if (par->lcd_supply) { in cfb_blank()
1191 if (par->lcd_supply) { in cfb_blank()
1402 if (IS_ERR(par->lcd_supply)) { in fb_probe()
1408 par->lcd_supply = NULL; in fb_probe()
1410 ret = regulator_enable(par->lcd_supply); in fb_probe()
1533 if (par->lcd_supply) in fb_probe()
1534 regulator_disable(par->lcd_supply); in fb_probe()
1616 if (par->lcd_supply) { in fb_suspend()
[all …]
A Dpxafb.h167 struct regulator *lcd_supply; member
A Dpxafb.c1428 if (fbi->lcd_supply && fbi->lcd_supply_enabled != on) { in __pxafb_lcd_power()
1432 ret = regulator_enable(fbi->lcd_supply); in __pxafb_lcd_power()
1434 ret = regulator_disable(fbi->lcd_supply); in __pxafb_lcd_power()
2297 fbi->lcd_supply = devm_regulator_get_optional(&dev->dev, "lcd"); in pxafb_probe()
2298 if (IS_ERR(fbi->lcd_supply)) { in pxafb_probe()
2299 if (PTR_ERR(fbi->lcd_supply) == -EPROBE_DEFER) in pxafb_probe()
2302 fbi->lcd_supply = NULL; in pxafb_probe()
/linux-6.3-rc2/arch/arm/boot/dts/
A Dpxa300-raumfeld-controller.dts19 lcd_supply: regulator-va-tft { label
153 lcd-supply = <&lcd_supply>;

Completed in 12 milliseconds