Home
last modified time | relevance | path

Searched refs:UCLASS_TIMER (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/timer/
H A Dtimer-uclass.c107 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 Dsandbox_timer.c61 .id = UCLASS_TIMER,
H A Darc_timer.c107 .id = UCLASS_TIMER,
H A Dsti-timer.c72 .id = UCLASS_TIMER,
H A Datmel_pit_timer.c83 .id = UCLASS_TIMER,
H A Domap-timer.c102 .id = UCLASS_TIMER,
H A Dast_timer.c90 .id = UCLASS_TIMER,
H A Daltera_timer.c92 .id = UCLASS_TIMER,
H A Dae3xx_timer.c110 .id = UCLASS_TIMER,
H A Dag101p_timer.c115 .id = UCLASS_TIMER,
H A Drockchip_timer.c161 .id = UCLASS_TIMER,
H A Dtsc_timer.c368 .id = UCLASS_TIMER,
/OK3568_Linux_fs/u-boot/test/dm/
H A Dtimer.c22 ut_assertok(uclass_get_device(UCLASS_TIMER, 0, &dev)); in dm_test_timer_base()
/OK3568_Linux_fs/u-boot/include/dm/
H A Duclass-id.h90 UCLASS_TIMER, /* Timer device */ enumerator