Home
last modified time | relevance | path

Searched refs:pwm_set_invert (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/test/dm/
H A Dpwm.c24 ut_assertok(pwm_set_invert(dev, 0, true)); in dm_test_pwm_base()
/openbmc/u-boot/drivers/pwm/
H A Dpwm-uclass.c11 int pwm_set_invert(struct udevice *dev, uint channel, bool polarity) in pwm_set_invert() function
/openbmc/u-boot/include/
H A Dpwm.h79 int pwm_set_invert(struct udevice *dev, uint channel, bool polarity);
/openbmc/u-boot/drivers/power/regulator/
H A Dpwm_regulator.c72 ret = pwm_set_invert(priv->pwm, priv->pwm_id, priv->polarity); in pwm_regulator_set_voltage()