Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/test/dm/
H A Dpwm.c20 ut_assertok(uclass_get_device(UCLASS_PWM, 0, &dev)); in dm_test_pwm_base()
29 ut_assertok(uclass_get_device(UCLASS_PWM, 1, &dev)); in dm_test_pwm_base()
30 ut_asserteq(-ENODEV, uclass_get_device(UCLASS_PWM, 2, &dev)); in dm_test_pwm_base()
/OK3568_Linux_fs/u-boot/drivers/pwm/
H A Dpwm-uclass.c44 .id = UCLASS_PWM,
H A Dsandbox_pwm.c87 .id = UCLASS_PWM,
H A Dtegra_pwm.c80 .id = UCLASS_PWM,
H A Dexynos_pwm.c114 .id = UCLASS_PWM,
H A Drk_pwm.c253 .id = UCLASS_PWM,
/OK3568_Linux_fs/u-boot/include/dm/
H A Duclass-id.h70 UCLASS_PWM, /* Pulse-width modulator */ enumerator
/OK3568_Linux_fs/u-boot/drivers/power/regulator/
H A Dpwm_regulator.c121 ret = uclass_get_device_by_ofnode(UCLASS_PWM, args.node, &priv->pwm); in pwm_regulator_ofdata_to_platdata()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dpwm_backlight.c139 ret = uclass_get_device_by_ofnode(UCLASS_PWM, args.node, &priv->pwm); in pwm_backlight_ofdata_to_platdata()