Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/sound/pci/
H A Datiixp.c135 struct callout poll_timer; member
708 callout_reset(&sc->poll_timer, 1/*sc->poll_ticks*/, in atiixp_poll_callback()
765 callout_reset(&sc->poll_timer, 1, in atiixp_chan_trigger()
778 callout_stop(&sc->poll_timer); in atiixp_chan_trigger()
800 callout_reset(&sc->poll_timer, in atiixp_chan_trigger()
1127 callout_stop(&sc->poll_timer); in atiixp_release_resource()
1129 callout_drain(&sc->poll_timer); in atiixp_release_resource()
1199 callout_init(&sc->poll_timer, 1); in atiixp_pci_attach()
H A Dvia8233.c127 struct callout poll_timer; member
827 callout_reset(&via->poll_timer, 1/*via->poll_ticks*/, in via_poll_callback()
925 callout_reset(&via->poll_timer, 1, in via8233chan_trigger()
943 callout_stop(&via->poll_timer); in via8233chan_trigger()
954 callout_reset(&via->poll_timer, in via8233chan_trigger()
1179 callout_init(&via->poll_timer, 1); in via_attach()
1413 callout_stop(&via->poll_timer); in via_detach()
1415 callout_drain(&via->poll_timer); in via_detach()
H A Des137x.c230 struct callout poll_timer; member
745 callout_reset(&es->poll_timer, 1/*es->poll_ticks*/, in es_poll_callback()
836 callout_reset(&es->poll_timer, 1, in eschan_trigger()
845 callout_stop(&es->poll_timer); in eschan_trigger()
1746 callout_init(&es->poll_timer, 1); in es_pci_attach()
1915 callout_stop(&es->poll_timer); in es_pci_detach()
1917 callout_drain(&es->poll_timer); in es_pci_detach()
/freebsd-13.1/sys/dev/ioat/
H A Dioat.c403 callout_drain(&ioat->poll_timer); in ioat_detach()
556 callout_init(&ioat->poll_timer, 1); in ioat3_attach()
1131 if (!callout_pending(&ioat->poll_timer)) { in ioat_release()
1132 callout_reset_on(&ioat->poll_timer, 1, in ioat_release()
1650 callout_schedule(&ioat->poll_timer, 1); in ioat_poll_timer_callback()
2081 db_printf(" c_time: %ju\n", (uintmax_t)sc->poll_timer.c_time); in DB_SHOW_COMMAND()
2082 db_printf(" c_arg: %p\n", sc->poll_timer.c_arg); in DB_SHOW_COMMAND()
2083 db_printf(" c_func: %p\n", sc->poll_timer.c_func); in DB_SHOW_COMMAND()
2084 db_printf(" c_lock: %p\n", sc->poll_timer.c_lock); in DB_SHOW_COMMAND()
2085 db_printf(" c_flags: 0x%x\n", (unsigned)sc->poll_timer.c_flags); in DB_SHOW_COMMAND()
H A Dioat_internal.h498 struct callout poll_timer; member
/freebsd-13.1/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c438 mod_timer(&priv->poll_timer, jiffies + 1); in drain_tx_cq()
447 mod_timer(&priv->poll_timer, jiffies); in ipoib_send_comp_handler()
839 del_timer_sync(&priv->poll_timer); in ipoib_ib_dev_stop()
870 setup_timer(&priv->poll_timer, ipoib_ib_tx_timer_func, in ipoib_ib_dev_init()
H A Dipoib.h402 struct timer_list poll_timer; member