Searched refs:UCLASS_PWM (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | pwm.c | 20 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 D | pwm-uclass.c | 44 .id = UCLASS_PWM,
|
| H A D | sandbox_pwm.c | 87 .id = UCLASS_PWM,
|
| H A D | tegra_pwm.c | 80 .id = UCLASS_PWM,
|
| H A D | exynos_pwm.c | 114 .id = UCLASS_PWM,
|
| H A D | rk_pwm.c | 253 .id = UCLASS_PWM,
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | uclass-id.h | 70 UCLASS_PWM, /* Pulse-width modulator */ enumerator
|
| /OK3568_Linux_fs/u-boot/drivers/power/regulator/ |
| H A D | pwm_regulator.c | 121 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 D | pwm_backlight.c | 139 ret = uclass_get_device_by_ofnode(UCLASS_PWM, args.node, &priv->pwm); in pwm_backlight_ofdata_to_platdata()
|