Searched refs:poll_callout (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/sound/pci/hda/ |
| H A D | hdac.c | 424 callout_reset(&sc->poll_callout, sc->poll_ival, hdac_poll_callback, sc); in hdac_poll_callback() 1184 callout_init(&sc->poll_callout, 1); in hdac_attach() 1491 callout_stop(&sc->poll_callout); in hdac_poll_reinit() 1493 callout_reset(&sc->poll_callout, 1, hdac_poll_callback, sc); in hdac_poll_reinit() 1521 callout_stop(&sc->poll_callout); in sysctl_hdac_polling() 1523 callout_drain(&sc->poll_callout); in sysctl_hdac_polling() 1664 callout_drain(&sc->poll_callout); in hdac_shutdown() 1699 callout_stop(&sc->poll_callout); in hdac_suspend() 1702 callout_drain(&sc->poll_callout); in hdac_suspend() 1785 callout_drain(&sc->poll_callout); in hdac_detach()
|
| H A D | hdac_private.h | 199 struct callout poll_callout; member
|
| /freebsd/sys/dev/ata/ |
| H A D | ata-all.c | 151 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 D | ata-all.h | 441 struct callout poll_callout; /* Periodic status poll. */ member
|