Lines Matching defs:pmic

158 static const struct rk8xx_reg_info *get_buck_reg(struct udevice *pmic,  in get_buck_reg()
180 static int _buck_set_value(struct udevice *pmic, int buck, int uvolt) in _buck_set_value()
200 static int _buck_set_enable(struct udevice *pmic, int buck, bool enable) in _buck_set_enable()
224 static int _buck_set_suspend_value(struct udevice *pmic, int buck, int uvolt) in _buck_set_suspend_value()
244 static int _buck_get_enable(struct udevice *pmic, int buck) in _buck_get_enable()
265 static int _buck_set_ramp_delay(struct udevice *pmic, int buck, u32 ramp_delay) in _buck_set_ramp_delay()
342 static int _buck_set_suspend_enable(struct udevice *pmic, int buck, bool enable) in _buck_set_suspend_enable()
363 static int _buck_get_suspend_enable(struct udevice *pmic, int buck) in _buck_get_suspend_enable()
383 static const struct rk8xx_reg_info *get_ldo_reg(struct udevice *pmic, in get_ldo_reg()
399 static const struct rk8xx_reg_info *get_pldo_reg(struct udevice *pmic, in get_pldo_reg()
415 static int _ldo_get_enable(struct udevice *pmic, int ldo) in _ldo_get_enable()
441 static int _ldo_set_enable(struct udevice *pmic, int ldo, bool enable) in _ldo_set_enable()
472 static int _pldo_get_enable(struct udevice *pmic, int pldo) in _pldo_get_enable()
506 static int _pldo_set_enable(struct udevice *pmic, int pldo, bool enable) in _pldo_set_enable()
552 static int _ldo_set_suspend_enable(struct udevice *pmic, int ldo, bool enable) in _ldo_set_suspend_enable()
564 static int _ldo_get_suspend_enable(struct udevice *pmic, int ldo) in _ldo_get_suspend_enable()
883 static int _pldo_set_suspend_enable(struct udevice *pmic, int ldo, bool enable) in _pldo_set_suspend_enable()
898 static int _pldo_get_suspend_enable(struct udevice *pmic, int ldo) in _pldo_get_suspend_enable()