Searched refs:UCLASS_TIMER (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/timer/ |
| H A D | timer-uclass.c | 107 uclass_get_device_by_ofnode(UCLASS_TIMER, node, &dev)) { in dm_timer_init() 122 ret = uclass_first_device_err(UCLASS_TIMER, &dev); in dm_timer_init() 136 .id = UCLASS_TIMER,
|
| H A D | sandbox_timer.c | 61 .id = UCLASS_TIMER,
|
| H A D | arc_timer.c | 107 .id = UCLASS_TIMER,
|
| H A D | sti-timer.c | 72 .id = UCLASS_TIMER,
|
| H A D | atmel_pit_timer.c | 83 .id = UCLASS_TIMER,
|
| H A D | omap-timer.c | 102 .id = UCLASS_TIMER,
|
| H A D | ast_timer.c | 90 .id = UCLASS_TIMER,
|
| H A D | altera_timer.c | 92 .id = UCLASS_TIMER,
|
| H A D | ae3xx_timer.c | 110 .id = UCLASS_TIMER,
|
| H A D | ag101p_timer.c | 115 .id = UCLASS_TIMER,
|
| H A D | rockchip_timer.c | 161 .id = UCLASS_TIMER,
|
| H A D | tsc_timer.c | 368 .id = UCLASS_TIMER,
|
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | timer.c | 22 ut_assertok(uclass_get_device(UCLASS_TIMER, 0, &dev)); in dm_test_timer_base()
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | uclass-id.h | 90 UCLASS_TIMER, /* Timer device */ enumerator
|