Searched refs:timer (Results 51 - 75 of 744) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/joystick/
H A Dturbografx.c70 struct timer_list timer; member in struct:tgfx
105 mod_timer(&tgfx->timer, jiffies + TGFX_REFRESH_TIME);
114 mod_timer(&tgfx->timer, jiffies + TGFX_REFRESH_TIME);
123 del_timer(&tgfx->timer);
162 init_timer(&tgfx->timer);
163 tgfx->timer.data = (long) tgfx;
164 tgfx->timer.function = tgfx_timer;
H A Dgf2k.c81 struct timer_list timer; member in struct:gf2k
216 mod_timer(&gf2k->timer, jiffies + GF2K_REFRESH);
223 mod_timer(&gf2k->timer, jiffies + GF2K_REFRESH);
231 del_timer(&gf2k->timer);
251 init_timer(&gf2k->timer);
252 gf2k->timer.data = (long) gf2k;
253 gf2k->timer.function = gf2k_timer;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/netrom/
H A Dnr_timer.c14 * NET/ROM 007 Jonathan(G4KLX) New timer architecture.
15 * Implemented idle timer.
24 #include <linux/timer.h>
94 del_timer(&sk->timer);
96 sk->timer.data = (unsigned long)sk;
97 sk->timer.function = &nr_heartbeat_expiry;
98 sk->timer.expires = jiffies + 5 * HZ;
100 add_timer(&sk->timer);
125 del_timer(&sk->timer);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Ddn_dev.h53 * t2 - Rate limit timer, min time between routing and hello messages
54 * t3 - Hello timer, send hello messages when it expires
60 * timer3() - Called when timer 3 goes off
91 struct timer_list timer; member in struct:dn_dev
135 unsigned short timer __attribute__((packed)); member in struct:endnode_hello_message
150 unsigned short timer __attribute__((packed)); member in struct:rtnode_hello_message
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Ddn_dev.h53 * t2 - Rate limit timer, min time between routing and hello messages
54 * t3 - Hello timer, send hello messages when it expires
60 * timer3() - Called when timer 3 goes off
91 struct timer_list timer; member in struct:dn_dev
135 unsigned short timer __attribute__((packed)); member in struct:endnode_hello_message
150 unsigned short timer __attribute__((packed)); member in struct:rtnode_hello_message
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip27/
H A DMakefile13 ip27-reset.o ip27-rtc.o ip27-setup.o ip27-timer.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/rio/
H A Dparmmap.h73 NUMBER timer ; /* Interrupts per second */ member in struct:PARM_MAP
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Dfsm.h17 #include <linux/timer.h>
H A Dhisax_isac.h19 struct FsmTimer timer; member in struct:isac
H A Dl3_1tr6.c50 L3AddTimer(&pc->timer, T308, CC_T308_1);
154 L3DelTimer(&pc->timer);
155 L3AddTimer(&pc->timer, T303, CC_T303);
237 L3DelTimer(&pc->timer);
255 L3AddTimer(&pc->timer, T304, CC_T304);
265 L3DelTimer(&pc->timer);
286 L3AddTimer(&pc->timer, T310, CC_T310);
297 L3DelTimer(&pc->timer); /* T304 */
344 L3DelTimer(&pc->timer); /* T310 */
466 L3DelTimer(&pc->timer);
[all...]
H A Dsaphir.c163 if (cs->hw.saphir.timer.function)
164 mod_timer(&cs->hw.saphir.timer, jiffies+1*HZ);
166 printk(KERN_WARNING "saphir: Spurious timer!\n");
180 mod_timer(&cs->hw.saphir.timer, jiffies+1*HZ);
191 del_timer(&cs->hw.saphir.timer);
192 cs->hw.saphir.timer.function = NULL;
290 cs->hw.saphir.timer.function = (void *) SaphirWatchDog;
291 cs->hw.saphir.timer.data = (long) cs;
292 init_timer(&cs->hw.saphir.timer);
293 cs->hw.saphir.timer
[all...]
H A Dhfcscard.c49 cs->hw.hfcD.timer.expires = jiffies + 75;
52 add_timer(&cs->hw.hfcD.timer);
60 del_timer(&cs->hw.hfcD.timer);
125 cs->hw.hfcD.timer.expires = jiffies + 75;
126 add_timer(&cs->hw.hfcD.timer);
261 cs->hw.hfcD.timer.function = (void *) hfcs_Timer;
262 cs->hw.hfcD.timer.data = (long) cs;
263 init_timer(&cs->hw.hfcD.timer);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/sc/
H A Dcard.h26 #include <linux/timer.h>
87 struct timer_list reset_timer; /* Check reset timer */
88 struct timer_list stat_timer; /* Check startproc timer */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/emu10k1/
H A DMakefile9 mixer.o passthrough.o recmgr.o timer.o voicemgr.o
H A Dcardwo.h38 #include "timer.h"
68 struct emu_timer timer; member in struct:woinst
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dauerisdn.h28 #include <linux/timer.h>
53 unsigned int intbo_toggletimer; /* data toggle timer for 2 b channels */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/message/fusion/
H A Disense.c60 #include <linux/timer.h>
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dext3_fs_sb.h20 #include <linux/timer.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dext3_fs_sb.h20 #include <linux/timer.h>
/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Drcamd.h70 GTimer *timer; member in struct:CaptureData
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/input/
H A Dinput.c85 if (test_bit(EV_REP, dev->evbit) && dev->timer.function) {
87 mod_timer(&dev->timer, jiffies + dev->rep[REP_DELAY]);
92 del_timer(&dev->timer);
185 mod_timer(&dev->timer, jiffies + dev->rep[REP_PERIOD]);
232 * Initialize repeat timer to default values.
235 init_timer(&dev->timer);
236 dev->timer.data = (long) dev;
237 dev->timer.function = input_repeat_key;
278 del_timer(&dev->timer);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Ddec21285.c208 struct timer_list *timer = dev_id; local
222 timer->expires = jiffies + HZ;
223 add_timer(timer);
228 printk(KERN_DEBUG "PCI: discard timer expired\n");
246 struct timer_list *timer = dev_id; local
260 timer->expires = jiffies + HZ;
261 add_timer(timer);
365 request_irq(IRQ_DISCARD_TIMER, dc21285_discard_irq, SA_INTERRUPT, "Discard timer", NULL);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/apollo/
H A Dconfig.c214 x=*(volatile unsigned char *)(timer+3);
215 x=*(volatile unsigned char *)(timer+5);
221 /* program timer 1 */
222 *(volatile unsigned char *)(timer+3)=0x01;
223 *(volatile unsigned char *)(timer+1)=0x40;
224 *(volatile unsigned char *)(timer+5)=0x09;
225 *(volatile unsigned char *)(timer+7)=0xc4;
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/sb1250/src/
H A Ddev_sb1250_x1240eeprom.c307 int64_t timer; local
334 * submits or the timer expires, whichever comes first. The
353 TIMER_SET(timer,50);
356 while (!TIMER_EXPIRED(timer)) {
429 int64_t timer; local
440 TIMER_SET(timer,300);
441 while (!TIMER_EXPIRED(timer)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bridge/
H A Dbr_stp_if.c45 struct timer_list *timer = &br->tick; local
47 init_timer(timer);
48 timer->data = (unsigned long) br;
49 timer->function = br_tick;
50 timer->expires = jiffies + 1;
51 add_timer(timer);

Completed in 346 milliseconds

1234567891011>>