Searched refs:lcd_supply (Results 1 – 3 of 3) sorted by relevance
19 lcd_supply: regulator-va-tft { label153 lcd-supply = <&lcd_supply>;
167 struct regulator *lcd_supply; member
1413 if (fbi->lcd_supply && fbi->lcd_supply_enabled != on) { in __pxafb_lcd_power()1417 ret = regulator_enable(fbi->lcd_supply); in __pxafb_lcd_power()1419 ret = regulator_disable(fbi->lcd_supply); in __pxafb_lcd_power()2276 fbi->lcd_supply = devm_regulator_get_optional(&dev->dev, "lcd"); in pxafb_probe()2277 if (IS_ERR(fbi->lcd_supply)) { in pxafb_probe()2278 if (PTR_ERR(fbi->lcd_supply) == -EPROBE_DEFER) in pxafb_probe()2281 fbi->lcd_supply = NULL; in pxafb_probe()