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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dwl_main.c3438 init_timer( &lp->timer_oor );
3439 lp->timer_oor.function = timer_oor;
3440 lp->timer_oor.data = (unsigned long)lp;
3441 lp->timer_oor.expires = RUN_AT( 3 * HZ );
3442 add_timer( &lp->timer_oor );
3447 * timer_oor()
3463 void timer_oor( u_long arg ) function
3469 DBG_FUNC( "timer_oor" );
3473 printk( "<5>timer_oor
[all...]

Completed in 38 milliseconds