Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Datiixp.c133 struct callout poll_timer; member
706 callout_reset(&sc->poll_timer, 1/*sc->poll_ticks*/, in atiixp_poll_callback()
763 callout_reset(&sc->poll_timer, 1, in atiixp_chan_trigger()
776 callout_stop(&sc->poll_timer); in atiixp_chan_trigger()
798 callout_reset(&sc->poll_timer, in atiixp_chan_trigger()
1125 callout_stop(&sc->poll_timer); in atiixp_release_resource()
1127 callout_drain(&sc->poll_timer); in atiixp_release_resource()
1197 callout_init(&sc->poll_timer, 1); in atiixp_pci_attach()
H A Dvia8233.c125 struct callout poll_timer; member
825 callout_reset(&via->poll_timer, 1/*via->poll_ticks*/, in via_poll_callback()
923 callout_reset(&via->poll_timer, 1, in via8233chan_trigger()
941 callout_stop(&via->poll_timer); in via8233chan_trigger()
952 callout_reset(&via->poll_timer, in via8233chan_trigger()
1177 callout_init(&via->poll_timer, 1); in via_attach()
1411 callout_stop(&via->poll_timer); in via_detach()
1413 callout_drain(&via->poll_timer); in via_detach()
H A Des137x.c228 struct callout poll_timer; member
743 callout_reset(&es->poll_timer, 1/*es->poll_ticks*/, in es_poll_callback()
834 callout_reset(&es->poll_timer, 1, in eschan_trigger()
843 callout_stop(&es->poll_timer); in eschan_trigger()
1744 callout_init(&es->poll_timer, 1); in es_pci_attach()
1913 callout_stop(&es->poll_timer); in es_pci_detach()
1915 callout_drain(&es->poll_timer); in es_pci_detach()
/freebsd/sys/dev/ioat/
H A Dioat.c402 callout_drain(&ioat->poll_timer); in ioat_detach()
555 callout_init(&ioat->poll_timer, 1); in ioat3_attach()
1127 if (!callout_pending(&ioat->poll_timer)) { in ioat_release()
1128 callout_reset_on(&ioat->poll_timer, 1, in ioat_release()
1646 callout_schedule(&ioat->poll_timer, 1); in ioat_poll_timer_callback()
2077 db_printf(" c_time: %ju\n", (uintmax_t)sc->poll_timer.c_time); in DB_SHOW_COMMAND()
2078 db_printf(" c_arg: %p\n", sc->poll_timer.c_arg); in DB_SHOW_COMMAND()
2079 db_printf(" c_func: %p\n", sc->poll_timer.c_func); in DB_SHOW_COMMAND()
2080 db_printf(" c_lock: %p\n", sc->poll_timer.c_lock); in DB_SHOW_COMMAND()
2081 db_printf(" c_flags: 0x%x\n", (unsigned)sc->poll_timer.c_flags); in DB_SHOW_COMMAND()
H A Dioat_internal.h495 struct callout poll_timer; member
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c436 mod_timer(&priv->poll_timer, jiffies + 1); in drain_tx_cq()
445 mod_timer(&priv->poll_timer, jiffies); in ipoib_send_comp_handler()
837 del_timer_sync(&priv->poll_timer); in ipoib_ib_dev_stop()
868 setup_timer(&priv->poll_timer, ipoib_ib_tx_timer_func, in ipoib_ib_dev_init()
H A Dipoib.h400 struct timer_list poll_timer; member