Searched refs:lcd_supply (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/video/fbdev/
H A Dpxafb.c1425 if (fbi->lcd_supply && fbi->lcd_supply_enabled != on) {
1429 ret = regulator_enable(fbi->lcd_supply);
1431 ret = regulator_disable(fbi->lcd_supply);
2293 fbi->lcd_supply = devm_regulator_get_optional(&dev->dev, "lcd");
2294 if (IS_ERR(fbi->lcd_supply)) {
2295 if (PTR_ERR(fbi->lcd_supply) == -EPROBE_DEFER)
2298 fbi->lcd_supply = NULL;
H A Dda8xx-fb.c168 struct regulator *lcd_supply; member in struct:da8xx_fb_par
1076 if (par->lcd_supply) {
1077 ret = regulator_disable(par->lcd_supply);
1179 if (par->lcd_supply) {
1180 ret = regulator_enable(par->lcd_supply);
1189 if (par->lcd_supply) {
1190 ret = regulator_disable(par->lcd_supply);
1397 par->lcd_supply = devm_regulator_get_optional(&device->dev, "lcd");
1398 if (IS_ERR(par->lcd_supply)) {
1399 if (PTR_ERR(par->lcd_supply)
[all...]
H A Dpxafb.h167 struct regulator *lcd_supply; member in struct:pxafb_info

Completed in 280 milliseconds