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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/radio/
H A Dradio-cadet.c77 static struct timer_list readtimer; variable in typeref:struct:timer_list
329 init_timer(&readtimer);
330 readtimer.function=cadet_handler;
331 readtimer.data=(unsigned long)0;
332 readtimer.expires=jiffies+(HZ/20);
333 add_timer(&readtimer);
349 init_timer(&readtimer);
350 readtimer.function=cadet_handler;
351 readtimer.data=(unsigned long)0;
352 readtimer
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rand/
H A Drand_win.c130 static void readtimer(void);
560 readtimer();
608 readtimer();
625 static void readtimer(void) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_win.c134 static void readtimer(void);
568 readtimer();
616 readtimer();
633 static void readtimer(void) function

Completed in 165 milliseconds