Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ata/
HData-all.c152 callout_init(&ch->poll_callout, 1); in ata_attach()
174 callout_reset(&ch->poll_callout, hz, ata_periodic_poll, ch); in ata_attach()
215 callout_drain(&ch->poll_callout); in ata_attach()
233 callout_drain(&ch->poll_callout); in ata_detach()
318 callout_drain(&ch->poll_callout); in ata_suspend()
342 callout_reset(&ch->poll_callout, hz, ata_periodic_poll, ch); in ata_resume()
396 callout_reset(&ch->poll_callout, hz, ata_periodic_poll, ch); in ata_periodic_poll()
HData-all.h448 struct callout poll_callout; /* Periodic status poll. */ member
/freebsd-11-stable/sys/dev/sound/pci/hda/
HDhdac.c356 callout_reset(&sc->poll_callout, sc->poll_ival, in hdac_poll_callback()
1123 callout_init(&sc->poll_callout, 1); in hdac_attach()
1419 callout_stop(&sc->poll_callout); in hdac_poll_reinit()
1421 callout_reset(&sc->poll_callout, 1, hdac_poll_callback, sc); in hdac_poll_reinit()
1449 callout_stop(&sc->poll_callout); in sysctl_hdac_polling()
1451 callout_drain(&sc->poll_callout); in sysctl_hdac_polling()
1581 callout_stop(&sc->poll_callout); in hdac_suspend()
1584 callout_drain(&sc->poll_callout); in hdac_suspend()
HDhdac_private.h199 struct callout poll_callout; member