Searched refs:UCLASS_TIMER (Results 1 – 16 of 16) sorted by relevance
/external/u-boot/drivers/timer/ |
D | timer-uclass.c | 106 uclass_get_device_by_ofnode(UCLASS_TIMER, node, &dev)) { in dm_timer_init() 121 ret = uclass_first_device_err(UCLASS_TIMER, &dev); in dm_timer_init() 135 .id = UCLASS_TIMER,
|
D | sandbox_timer.c | 60 .id = UCLASS_TIMER,
|
D | arc_timer.c | 106 .id = UCLASS_TIMER,
|
D | sti-timer.c | 72 .id = UCLASS_TIMER,
|
D | atmel_pit_timer.c | 82 .id = UCLASS_TIMER,
|
D | ast_timer.c | 87 .id = UCLASS_TIMER,
|
D | omap-timer.c | 99 .id = UCLASS_TIMER,
|
D | altera_timer.c | 89 .id = UCLASS_TIMER,
|
D | atcpit100_timer.c | 107 .id = UCLASS_TIMER,
|
D | ag101p_timer.c | 112 .id = UCLASS_TIMER,
|
D | cadence-ttc.c | 108 .id = UCLASS_TIMER,
|
D | stm32_timer.c | 130 .id = UCLASS_TIMER,
|
D | rockchip_timer.c | 162 .id = UCLASS_TIMER,
|
D | tsc_timer.c | 418 .id = UCLASS_TIMER,
|
/external/u-boot/test/dm/ |
D | timer.c | 19 ut_assertok(uclass_get_device(UCLASS_TIMER, 0, &dev)); in dm_test_timer_base()
|
/external/u-boot/include/dm/ |
D | uclass-id.h | 84 UCLASS_TIMER, /* Timer device */ enumerator
|