Searched refs:delay_func (Results 1 – 5 of 5) sorted by relevance
44 typedef void delay_func(int, void *); typedef45 void arm_set_delay(delay_func *, void *);
78 static delay_func platform_delay;
284 arm_set_delay(delay_func *impl, void *arg) in arm_set_delay()
112 static delay_func bcm_systimer_delay;
132 static delay_func a10_timer_delay;