Lines Matching refs:core_reg
30 struct regulator *core_reg; member
60 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()
271 if (priv->core_reg) in l4f00242t03_remove()
272 regulator_put(priv->core_reg); in l4f00242t03_remove()