Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/sdhci/
H A Dsdhci.h378 struct callout timeout_callout;/* Card command/data response timeout */ member
H A Dsdhci.c849 callout_init_lk(&slot->timeout_callout, &slot->lock); in sdhci_init_slot()
864 callout_drain(&slot->timeout_callout); in sdhci_cleanup_slot()
1055 callout_stop(&slot->timeout_callout); in sdhci_req_done()
1209 callout_reset(&slot->timeout_callout, timeout * hz, in sdhci_start_command()
/dragonfly/sys/bus/firewire/
H A Dfirewirereg.h145 struct callout timeout_callout; member
H A Dfirewire.c375 callout_reset(&fc->timeout_callout, hz / WATCHDOC_HZ, in firewire_watchdog()
397 CALLOUT_INIT(&sc->fc->timeout_callout); in firewire_attach()
402 callout_reset(&sc->fc->timeout_callout, hz, in firewire_attach()
468 callout_stop(&sc->fc->timeout_callout); in firewire_detach()