Searched refs:pxa3xx_gcu_debug_timer (Results 1 – 1 of 1) sorted by relevance
514 static struct timer_list pxa3xx_gcu_debug_timer; variable523 init_timer(&pxa3xx_gcu_debug_timer); in pxa3xx_gcu_debug_timedout()524 pxa3xx_gcu_debug_timer.function = pxa3xx_gcu_debug_timedout; in pxa3xx_gcu_debug_timedout()525 pxa3xx_gcu_debug_timer.data = ptr; in pxa3xx_gcu_debug_timedout()526 pxa3xx_gcu_debug_timer.expires = jiffies + 5*HZ; /* one second */ in pxa3xx_gcu_debug_timedout()528 add_timer(&pxa3xx_gcu_debug_timer); in pxa3xx_gcu_debug_timedout()533 pxa3xx_gcu_debug_timedout((unsigned long) &pxa3xx_gcu_debug_timer); in pxa3xx_gcu_init_debug_timer()