Home
last modified time | relevance | path

Searched refs:pwm_set_config (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/test/dm/
H A Dpwm.c19 ut_assertok(pwm_set_config(dev, 0, 100, 50)); in dm_test_pwm_base()
/openbmc/u-boot/drivers/pwm/
H A Dpwm-uclass.c21 int pwm_set_config(struct udevice *dev, uint channel, uint period_ns, in pwm_set_config() function
/openbmc/u-boot/include/
H A Dpwm.h58 int pwm_set_config(struct udevice *dev, uint channel, uint period_ns,
/openbmc/u-boot/drivers/power/regulator/
H A Dpwm_regulator.c78 ret = pwm_set_config(priv->pwm, priv->pwm_id, in pwm_regulator_set_voltage()
/openbmc/u-boot/drivers/video/
H A Dpwm_backlight.c58 ret = pwm_set_config(priv->pwm, priv->channel, priv->period_ns, in set_pwm()