Lines Matching defs:enable
408 static int _buck_set_enable(struct udevice *pmic, int buck, bool enable) in _buck_set_enable()
685 static int _buck_set_suspend_enable(struct udevice *pmic, int buck, bool enable) in _buck_set_suspend_enable()
872 static int _ldo_set_enable(struct udevice *pmic, int ldo, bool enable) in _ldo_set_enable()
944 static int _ldo_set_suspend_enable(struct udevice *pmic, int ldo, bool enable) in _ldo_set_suspend_enable()
1109 static int buck_set_enable(struct udevice *dev, bool enable) in buck_set_enable()
1116 static int buck_set_suspend_enable(struct udevice *dev, bool enable) in buck_set_suspend_enable()
1222 static int ldo_set_enable(struct udevice *dev, bool enable) in ldo_set_enable()
1229 static int ldo_set_suspend_enable(struct udevice *dev, bool enable) in ldo_set_suspend_enable()
1250 static int switch_set_enable(struct udevice *dev, bool enable) in switch_set_enable()
1347 static int switch_set_suspend_enable(struct udevice *dev, bool enable) in switch_set_suspend_enable()
1524 static int _pldo_set_enable(struct udevice *pmic, int pldo, bool enable) in _pldo_set_enable()
1609 static int pldo_set_enable(struct udevice *dev, bool enable) in pldo_set_enable()
1660 static int _pldo_set_suspend_enable(struct udevice *pmic, int ldo, bool enable) in _pldo_set_suspend_enable()
1692 static int pldo_set_suspend_enable(struct udevice *dev, bool enable) in pldo_set_suspend_enable()
1720 static int boost_set_enable(struct udevice *dev, bool enable) in boost_set_enable()
1809 static int boost_set_suspend_enable(struct udevice *dev, bool enable) in boost_set_suspend_enable()