Home
last modified time | relevance | path

Searched refs:UCLASS_PWM (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/test/dm/
H A Dpwm.c17 ut_assertok(uclass_get_device(UCLASS_PWM, 0, &dev)); in dm_test_pwm_base()
26 ut_assertok(uclass_get_device(UCLASS_PWM, 1, &dev)); in dm_test_pwm_base()
27 ut_asserteq(-ENODEV, uclass_get_device(UCLASS_PWM, 2, &dev)); in dm_test_pwm_base()
H A Dpanel.c30 ut_assertok(uclass_first_device_err(UCLASS_PWM, &pwm)); in dm_test_panel()
/openbmc/u-boot/drivers/pwm/
H A Dpwm-uclass.c43 .id = UCLASS_PWM,
H A Dtegra_pwm.c77 .id = UCLASS_PWM,
H A Dsandbox_pwm.c109 .id = UCLASS_PWM,
H A Drk_pwm.c111 .id = UCLASS_PWM,
H A Dexynos_pwm.c111 .id = UCLASS_PWM,
H A Dsunxi_pwm.c178 .id = UCLASS_PWM,
/openbmc/u-boot/include/dm/
H A Duclass-id.h78 UCLASS_PWM, /* Pulse-width modulator */ enumerator
/openbmc/u-boot/drivers/power/regulator/
H A Dpwm_regulator.c111 ret = uclass_get_device_by_ofnode(UCLASS_PWM, args.node, &priv->pwm); in pwm_regulator_ofdata_to_platdata()
/openbmc/u-boot/drivers/video/
H A Dpwm_backlight.c196 ret = uclass_get_device_by_ofnode(UCLASS_PWM, args.node, &priv->pwm); in pwm_backlight_ofdata_to_platdata()