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

/linux-master/drivers/pcmcia/
H A Dpd6729.h21 struct timer_list poll_timer; member in struct:pd6729_socket
H A Dpd6729.c239 struct pd6729_socket *socket = from_timer(socket, t, poll_timer);
242 mod_timer(&socket->poll_timer, jiffies + HZ);
710 timer_setup(&socket->poll_timer, pd6729_interrupt_wrapper, 0);
711 mod_timer(&socket->poll_timer, jiffies + HZ);
730 timer_shutdown_sync(&socket->poll_timer);
757 timer_shutdown_sync(&socket->poll_timer);
H A Dyenta_socket.h118 struct timer_list poll_timer; member in struct:yenta_socket
H A Dsoc_common.c465 struct soc_pcmcia_socket *skt = from_timer(skt, t, poll_timer);
468 mod_timer(&skt->poll_timer, jiffies + SOC_PCMCIA_POLL_PERIOD);
771 del_timer_sync(&skt->poll_timer);
800 timer_setup(&skt->poll_timer, soc_common_pcmcia_poll_event, 0);
801 skt->poll_timer.expires = jiffies + SOC_PCMCIA_POLL_PERIOD;
870 del_timer_sync(&skt->poll_timer);
H A Di82365.c171 static struct timer_list poll_timer; variable in typeref:struct:timer_list
881 poll_timer.expires = jiffies + poll_interval;
882 add_timer(&poll_timer);
1292 timer_setup(&poll_timer, pcic_interrupt_wrapper, 0);
1293 poll_timer.expires = jiffies + poll_interval;
1294 add_timer(&poll_timer);
1327 del_timer_sync(&poll_timer);
H A Dyenta_socket.c542 struct yenta_socket *socket = from_timer(socket, t, poll_timer);
545 socket->poll_timer.expires = jiffies + HZ;
546 add_timer(&socket->poll_timer);
817 timer_shutdown_sync(&sock->poll_timer);
1251 timer_setup(&socket->poll_timer, yenta_interrupt_wrapper, 0);
1252 mod_timer(&socket->poll_timer, jiffies + HZ);
1288 timer_shutdown_sync(&socket->poll_timer);
H A Dtcic.c111 static struct timer_list poll_timer; variable in typeref:struct:timer_list
438 timer_setup(&poll_timer, tcic_timer, 0);
512 del_timer_sync(&poll_timer);
574 poll_timer.expires = jiffies + (quick ? poll_quick : poll_interval);
575 add_timer(&poll_timer);
/linux-master/drivers/char/ipmi/
H A Dbt-bmc.c63 struct timer_list poll_timer; member in struct:bt_bmc
348 static void poll_timer(struct timer_list *t) function
350 struct bt_bmc *bt_bmc = from_timer(bt_bmc, t, poll_timer);
352 bt_bmc->poll_timer.expires += msecs_to_jiffies(500);
354 add_timer(&bt_bmc->poll_timer);
445 timer_setup(&bt_bmc->poll_timer, poll_timer, 0);
446 bt_bmc->poll_timer.expires = jiffies + msecs_to_jiffies(10);
447 add_timer(&bt_bmc->poll_timer);
468 del_timer_sync(&bt_bmc->poll_timer);
[all...]
/linux-master/drivers/atm/
H A Dsuni.c46 static struct timer_list poll_timer; variable in typeref:struct:timer_list
88 if (timer) mod_timer(&poll_timer,jiffies+HZ);
328 timer_setup(&poll_timer, suni_hz, 0);
329 poll_timer.expires = jiffies+HZ;
331 printk(KERN_DEBUG "[u] p=0x%lx,n=0x%lx\n",(unsigned long) poll_timer.list.prev,
332 (unsigned long) poll_timer.list.next);
334 add_timer(&poll_timer);
350 if (!sunis) del_timer_sync(&poll_timer);
/linux-master/include/pcmcia/
H A Dsoc_common.h76 struct timer_list poll_timer; member in struct:soc_pcmcia_socket
/linux-master/drivers/usb/host/
H A Dehci-platform.c52 struct timer_list poll_timer; member in struct:ehci_platform_priv
201 struct ehci_platform_priv *priv = from_timer(priv, t, poll_timer);
215 mod_timer(&priv->poll_timer, jiffies + HZ);
221 timer_setup(&priv->poll_timer, quirk_poll_timer, 0);
222 mod_timer(&priv->poll_timer, jiffies + HZ);
227 del_timer_sync(&priv->poll_timer);
/linux-master/drivers/input/gameport/
H A Dgameport.c182 mod_timer(&gameport->poll_timer, jiffies + msecs_to_jiffies(gameport->poll_interval));
194 del_timer(&gameport->poll_timer);
202 struct gameport *gameport = from_timer(gameport, t, poll_timer);
206 mod_timer(&gameport->poll_timer, jiffies + msecs_to_jiffies(gameport->poll_interval));
571 timer_setup(&gameport->poll_timer, gameport_run_poll_handler, 0);
850 del_timer_sync(&gameport->poll_timer);
/linux-master/drivers/tty/
H A Dmips_ejtag_fdc.c135 * @removing: Indicates the device is being removed and @poll_timer
137 * @poll_timer: Timer for polling for interrupt events when @irq < 0.
162 struct timer_list poll_timer; member in struct:mips_ejtag_fdc_tty
686 struct mips_ejtag_fdc_tty *priv = from_timer(priv, t, poll_timer);
690 mod_timer(&priv->poll_timer, jiffies + FDC_TTY_POLL);
1002 timer_setup(&priv->poll_timer, mips_ejtag_fdc_tty_timer,
1004 priv->poll_timer.expires = jiffies + FDC_TTY_POLL;
1009 add_timer_on(&priv->poll_timer, dev->cpu);
1034 del_timer_sync(&priv->poll_timer);
1064 del_timer_sync(&priv->poll_timer);
[all...]
/linux-master/include/linux/
H A Dgameport.h33 struct timer_list poll_timer; member in struct:gameport
/linux-master/drivers/pci/hotplug/
H A Dshpchp_hpc.c215 struct controller *ctrl = from_timer(ctrl, t, poll_timer);
235 ctrl->poll_timer.expires = jiffies + sec * HZ;
236 add_timer(&ctrl->poll_timer);
568 del_timer(&ctrl->poll_timer);
1017 timer_setup(&ctrl->poll_timer, int_poll_timeout, 0);
H A Dshpchp.h106 struct timer_list poll_timer; member in struct:controller
/linux-master/drivers/scsi/bnx2i/
H A Dbnx2i.h292 struct timer_list poll_timer; member in struct:bnx2i_conn
/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c188 static int poll_timer = 6; /* default = 128 samples = 16ms */ variable
1442 HFC_outb(hc, R_TI_WD, poll_timer);
3786 nt_t1_count[poll_timer] + 1;
4108 HFC_outb(hc, R_TI_WD, poll_timer | (wd_cnt << 4));
5464 poll_timer = 6;
5468 poll_timer = 2;
5471 poll_timer = 3;
5474 poll_timer = 4;
5477 poll_timer = 5;
5480 poll_timer
[all...]
/linux-master/arch/x86/kvm/
H A Dxen.c1496 mod_timer(&vcpu->arch.xen.poll_timer,
1502 del_timer(&vcpu->arch.xen.poll_timer);
1520 struct kvm_vcpu *vcpu = from_timer(vcpu, t, arch.xen.poll_timer);
2237 timer_setup(&vcpu->arch.xen.poll_timer, cancel_evtchn_poll, 0);
2255 del_timer_sync(&vcpu->arch.xen.poll_timer);
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h727 struct timer_list poll_timer; member in struct:kvm_vcpu_xen

Completed in 255 milliseconds