Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dda8xx-fb.c168 struct regulator *lcd_supply; member
1076 if (par->lcd_supply) { in fb_remove()
1077 ret = regulator_disable(par->lcd_supply); in fb_remove()
1179 if (par->lcd_supply) { in cfb_blank()
1180 ret = regulator_enable(par->lcd_supply); in cfb_blank()
1189 if (par->lcd_supply) { in cfb_blank()
1190 ret = regulator_disable(par->lcd_supply); in cfb_blank()
1397 par->lcd_supply = devm_regulator_get_optional(&device->dev, "lcd"); in fb_probe()
1398 if (IS_ERR(par->lcd_supply)) { in fb_probe()
1399 if (PTR_ERR(par->lcd_supply) == -EPROBE_DEFER) { in fb_probe()
[all …]
H A Dpxafb.h167 struct regulator *lcd_supply; member
H A Dpxafb.c1425 if (fbi->lcd_supply && fbi->lcd_supply_enabled != on) { in __pxafb_lcd_power()
1429 ret = regulator_enable(fbi->lcd_supply); in __pxafb_lcd_power()
1431 ret = regulator_disable(fbi->lcd_supply); in __pxafb_lcd_power()
2293 fbi->lcd_supply = devm_regulator_get_optional(&dev->dev, "lcd"); in pxafb_probe()
2294 if (IS_ERR(fbi->lcd_supply)) { in pxafb_probe()
2295 if (PTR_ERR(fbi->lcd_supply) == -EPROBE_DEFER) in pxafb_probe()
2298 fbi->lcd_supply = NULL; in pxafb_probe()
/openbmc/linux/arch/arm/boot/dts/intel/pxa/
H A Dpxa300-raumfeld-controller.dts19 lcd_supply: regulator-va-tft { label
153 lcd-supply = <&lcd_supply>;