Searched refs:pxa3xx_gcu_debug_timer (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/
H A Dpxa3xx-gcu.c514 static struct timer_list pxa3xx_gcu_debug_timer; variable in typeref:struct:timer_list
523 init_timer(&pxa3xx_gcu_debug_timer); pxa3xx_gcu_debug_timedout()
524 pxa3xx_gcu_debug_timer.function = pxa3xx_gcu_debug_timedout; pxa3xx_gcu_debug_timedout()
525 pxa3xx_gcu_debug_timer.data = ptr; pxa3xx_gcu_debug_timedout()
526 pxa3xx_gcu_debug_timer.expires = jiffies + 5*HZ; /* one second */ pxa3xx_gcu_debug_timedout()
528 add_timer(&pxa3xx_gcu_debug_timer); pxa3xx_gcu_debug_timedout()
533 pxa3xx_gcu_debug_timedout((unsigned long) &pxa3xx_gcu_debug_timer); pxa3xx_gcu_init_debug_timer()

Completed in 37 milliseconds