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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dmcfserial.c52 struct timer_list mcfrs_timer_struct; variable in typeref:struct:timer_list
475 mcfrs_timer_struct.expires = jiffies + HZ/25;
476 add_timer(&mcfrs_timer_struct);
1700 init_timer(&mcfrs_timer_struct);
1701 mcfrs_timer_struct.function = mcfrs_timer;
1702 mcfrs_timer_struct.data = 0;
1703 mcfrs_timer_struct.expires = jiffies + HZ/25;
1704 add_timer(&mcfrs_timer_struct);

Completed in 114 milliseconds