Home
last modified time | relevance | path

Searched refs:poll_timer (Results 1 – 25 of 25) sorted by relevance

/openbmc/linux/drivers/char/ipmi/
H A Dbt-bmc.c63 struct timer_list poll_timer; member
348 static void poll_timer(struct timer_list *t) in poll_timer() function
350 struct bt_bmc *bt_bmc = from_timer(bt_bmc, t, poll_timer); in poll_timer()
352 bt_bmc->poll_timer.expires += msecs_to_jiffies(500); in poll_timer()
354 add_timer(&bt_bmc->poll_timer); in poll_timer()
445 timer_setup(&bt_bmc->poll_timer, poll_timer, 0); in bt_bmc_probe()
446 bt_bmc->poll_timer.expires = jiffies + msecs_to_jiffies(10); in bt_bmc_probe()
447 add_timer(&bt_bmc->poll_timer); in bt_bmc_probe()
468 del_timer_sync(&bt_bmc->poll_timer); in bt_bmc_remove()
/openbmc/linux/drivers/atm/
H A Dsuni.c46 static struct timer_list poll_timer; variable
88 if (timer) mod_timer(&poll_timer,jiffies+HZ); in suni_hz()
328 timer_setup(&poll_timer, suni_hz, 0); in suni_start()
329 poll_timer.expires = jiffies+HZ; in suni_start()
331 printk(KERN_DEBUG "[u] p=0x%lx,n=0x%lx\n",(unsigned long) poll_timer.list.prev, in suni_start()
332 (unsigned long) poll_timer.list.next); in suni_start()
334 add_timer(&poll_timer); in suni_start()
350 if (!sunis) del_timer_sync(&poll_timer); in suni_stop()
/openbmc/linux/drivers/usb/host/
H A Dehci-platform.c52 struct timer_list poll_timer; member
201 struct ehci_platform_priv *priv = from_timer(priv, t, poll_timer); in quirk_poll_timer()
215 mod_timer(&priv->poll_timer, jiffies + HZ); in quirk_poll_timer()
221 timer_setup(&priv->poll_timer, quirk_poll_timer, 0); in quirk_poll_init()
222 mod_timer(&priv->poll_timer, jiffies + HZ); in quirk_poll_init()
227 del_timer_sync(&priv->poll_timer); in quirk_poll_end()
/openbmc/linux/drivers/tty/
H A Dmips_ejtag_fdc.c162 struct timer_list poll_timer; member
686 struct mips_ejtag_fdc_tty *priv = from_timer(priv, t, poll_timer); in mips_ejtag_fdc_tty_timer()
690 mod_timer(&priv->poll_timer, jiffies + FDC_TTY_POLL); in mips_ejtag_fdc_tty_timer()
1002 timer_setup(&priv->poll_timer, mips_ejtag_fdc_tty_timer, in mips_ejtag_fdc_tty_probe()
1004 priv->poll_timer.expires = jiffies + FDC_TTY_POLL; in mips_ejtag_fdc_tty_probe()
1009 add_timer_on(&priv->poll_timer, dev->cpu); in mips_ejtag_fdc_tty_probe()
1034 del_timer_sync(&priv->poll_timer); in mips_ejtag_fdc_tty_probe()
1064 del_timer_sync(&priv->poll_timer); in mips_ejtag_fdc_tty_cpu_down()
1093 add_timer_on(&priv->poll_timer, dev->cpu); in mips_ejtag_fdc_tty_cpu_up()
/openbmc/linux/drivers/pcmcia/
H A Dpd6729.c239 struct pd6729_socket *socket = from_timer(socket, t, poll_timer); in pd6729_interrupt_wrapper()
242 mod_timer(&socket->poll_timer, jiffies + HZ); in pd6729_interrupt_wrapper()
710 timer_setup(&socket->poll_timer, pd6729_interrupt_wrapper, 0); in pd6729_pci_probe()
711 mod_timer(&socket->poll_timer, jiffies + HZ); in pd6729_pci_probe()
730 timer_shutdown_sync(&socket->poll_timer); in pd6729_pci_probe()
757 timer_shutdown_sync(&socket->poll_timer); in pd6729_pci_remove()
H A Dsoc_common.c465 struct soc_pcmcia_socket *skt = from_timer(skt, t, poll_timer); in soc_common_pcmcia_poll_event()
468 mod_timer(&skt->poll_timer, jiffies + SOC_PCMCIA_POLL_PERIOD); in soc_common_pcmcia_poll_event()
771 del_timer_sync(&skt->poll_timer); in soc_pcmcia_remove_one()
800 timer_setup(&skt->poll_timer, soc_common_pcmcia_poll_event, 0); in soc_pcmcia_add_one()
801 skt->poll_timer.expires = jiffies + SOC_PCMCIA_POLL_PERIOD; in soc_pcmcia_add_one()
870 del_timer_sync(&skt->poll_timer); in soc_pcmcia_add_one()
H A Dpd6729.h21 struct timer_list poll_timer; member
H A Dtcic.c111 static struct timer_list poll_timer; variable
438 timer_setup(&poll_timer, &tcic_timer, 0); in init_tcic()
512 del_timer_sync(&poll_timer); in exit_tcic()
574 poll_timer.expires = jiffies + (quick ? poll_quick : poll_interval); in tcic_interrupt()
575 add_timer(&poll_timer); in tcic_interrupt()
H A Di82365.c171 static struct timer_list poll_timer; variable
881 poll_timer.expires = jiffies + poll_interval; in pcic_interrupt_wrapper()
882 add_timer(&poll_timer); in pcic_interrupt_wrapper()
1292 timer_setup(&poll_timer, pcic_interrupt_wrapper, 0); in init_i82365()
1293 poll_timer.expires = jiffies + poll_interval; in init_i82365()
1294 add_timer(&poll_timer); in init_i82365()
1327 del_timer_sync(&poll_timer); in exit_i82365()
H A Dyenta_socket.h118 struct timer_list poll_timer; member
H A Dyenta_socket.c542 struct yenta_socket *socket = from_timer(socket, t, poll_timer); in yenta_interrupt_wrapper()
545 socket->poll_timer.expires = jiffies + HZ; in yenta_interrupt_wrapper()
546 add_timer(&socket->poll_timer); in yenta_interrupt_wrapper()
817 timer_shutdown_sync(&sock->poll_timer); in yenta_close()
1251 timer_setup(&socket->poll_timer, yenta_interrupt_wrapper, 0); in yenta_probe()
1252 mod_timer(&socket->poll_timer, jiffies + HZ); in yenta_probe()
1288 timer_shutdown_sync(&socket->poll_timer); in yenta_probe()
/openbmc/linux/drivers/input/gameport/
H A Dgameport.c182 mod_timer(&gameport->poll_timer, jiffies + msecs_to_jiffies(gameport->poll_interval)); in gameport_start_polling()
194 del_timer(&gameport->poll_timer); in gameport_stop_polling()
202 struct gameport *gameport = from_timer(gameport, t, poll_timer); in gameport_run_poll_handler()
206 mod_timer(&gameport->poll_timer, jiffies + msecs_to_jiffies(gameport->poll_interval)); in gameport_run_poll_handler()
571 timer_setup(&gameport->poll_timer, gameport_run_poll_handler, 0); in gameport_init_port()
850 del_timer_sync(&gameport->poll_timer); in gameport_close()
/openbmc/linux/drivers/pci/hotplug/
H A Dshpchp_hpc.c215 struct controller *ctrl = from_timer(ctrl, t, poll_timer); in int_poll_timeout()
235 ctrl->poll_timer.expires = jiffies + sec * HZ; in start_int_poll_timer()
236 add_timer(&ctrl->poll_timer); in start_int_poll_timer()
568 del_timer(&ctrl->poll_timer); in hpc_release_ctlr()
1017 timer_setup(&ctrl->poll_timer, int_poll_timeout, 0); in shpc_init()
H A Dshpchp.h106 struct timer_list poll_timer; member
/openbmc/linux/include/pcmcia/
H A Dsoc_common.h76 struct timer_list poll_timer; member
/openbmc/qemu/hw/net/
H A Dpcnet.h38 QEMUTimer *poll_timer; member
H A Dpcnet-pci.c186 timer_free(d->state.poll_timer); in pci_pcnet_uninit()
H A Dpcnet.c1310 timer_del(s->poll_timer); in pcnet_poll_timer()
1331 timer_mod(s->poll_timer, in pcnet_poll_timer()
1699 VMSTATE_TIMER_PTR(poll_timer, PCNetState),
1709 s->poll_timer = timer_new_ns(QEMU_CLOCK_VIRTUAL, pcnet_poll_timer, s); in pcnet_common_init()
/openbmc/linux/include/linux/
H A Dgameport.h33 struct timer_list poll_timer; member
/openbmc/linux/arch/x86/kvm/
H A Dxen.c1284 mod_timer(&vcpu->arch.xen.poll_timer, in kvm_xen_schedop_poll()
1290 del_timer(&vcpu->arch.xen.poll_timer); in kvm_xen_schedop_poll()
1308 struct kvm_vcpu *vcpu = from_timer(vcpu, t, arch.xen.poll_timer); in cancel_evtchn_poll()
2058 timer_setup(&vcpu->arch.xen.poll_timer, cancel_evtchn_poll, 0); in kvm_xen_init_vcpu()
2080 del_timer_sync(&vcpu->arch.xen.poll_timer); in kvm_xen_destroy_vcpu()
/openbmc/linux/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); in init_chip()
3787 nt_t1_count[poll_timer] + 1; in ph_state_change()
4109 HFC_outb(hc, R_TI_WD, poll_timer | (wd_cnt << 4)); in channel_dctrl()
5465 poll_timer = 6; in HFCmulti_init()
5469 poll_timer = 2; in HFCmulti_init()
5472 poll_timer = 3; in HFCmulti_init()
5475 poll_timer = 4; in HFCmulti_init()
5478 poll_timer = 5; in HFCmulti_init()
5481 poll_timer = 6; in HFCmulti_init()
[all …]
/openbmc/linux/drivers/scsi/bnx2i/
H A Dbnx2i.h292 struct timer_list poll_timer; member
/openbmc/qemu/hw/usb/
H A Dhost-libusb.c259 static QEMUTimer *poll_timer; variable
269 timer_mod(poll_timer, qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL) + delay_ns); in usb_host_timer_kick()
302 poll_timer = timer_new_ns(QEMU_CLOCK_VIRTUAL, usb_host_timer, NULL); in usb_host_init()
/openbmc/linux/Documentation/input/
H A Dgameport-programming.rst216 struct timer_list poll_timer;
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h701 struct timer_list poll_timer; member