Home
last modified time | relevance | path

Searched refs:poll_callout (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ata/
H A Data-all.c151 callout_init(&ch->poll_callout, 1); in ata_attach()
173 callout_reset(&ch->poll_callout, hz, ata_periodic_poll, ch); in ata_attach()
214 callout_drain(&ch->poll_callout); in ata_attach()
232 callout_drain(&ch->poll_callout); in ata_detach()
317 callout_drain(&ch->poll_callout); in ata_suspend()
341 callout_reset(&ch->poll_callout, hz, ata_periodic_poll, ch); in ata_resume()
395 callout_reset(&ch->poll_callout, hz, ata_periodic_poll, ch); in ata_periodic_poll()
H A Data-all.h441 struct callout poll_callout; /* Periodic status poll. */ member
/freebsd/sys/dev/sound/pci/hda/
H A Dhdac.c421 callout_reset(&sc->poll_callout, sc->poll_ival, hdac_poll_callback, sc); in hdac_poll_callback()
1174 callout_init(&sc->poll_callout, 1); in hdac_attach()
1480 callout_stop(&sc->poll_callout); in hdac_poll_reinit()
1482 callout_reset(&sc->poll_callout, 1, hdac_poll_callback, sc); in hdac_poll_reinit()
1510 callout_stop(&sc->poll_callout); in sysctl_hdac_polling()
1512 callout_drain(&sc->poll_callout); in sysctl_hdac_polling()
1659 callout_stop(&sc->poll_callout); in hdac_suspend()
1662 callout_drain(&sc->poll_callout); in hdac_suspend()
H A Dhdac_private.h199 struct callout poll_callout; member