Searched refs:delay_func (Results 1 – 5 of 5) sorted by relevance
43 typedef void delay_func(int, void *); typedef44 void arm_set_delay(delay_func *, void *);
76 static delay_func platform_delay;
277 arm_set_delay(delay_func *impl, void *arg) in arm_set_delay()
110 static delay_func bcm_systimer_delay;
130 static delay_func a10_timer_delay;