Searched refs:core_reg (Results 1 – 1 of 1) sorted by relevance
30 struct regulator *core_reg; member60 if (priv->core_reg) { in l4f00242t03_lcd_init()61 regulator_set_voltage(priv->core_reg, 2800000, 2800000); in l4f00242t03_lcd_init()62 regulator_enable(priv->core_reg); in l4f00242t03_lcd_init()84 if (priv->core_reg) in l4f00242t03_lcd_powerdown()85 regulator_disable(priv->core_reg); in l4f00242t03_lcd_powerdown()215 priv->core_reg = regulator_get(NULL, pdata->core_supply); in l4f00242t03_probe()217 if (IS_ERR(priv->core_reg)) { in l4f00242t03_probe()241 if (priv->core_reg) in l4f00242t03_probe()242 regulator_put(priv->core_reg); in l4f00242t03_probe()[all …]