Home
last modified time | relevance | path

Searched refs:busprobe_callout (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/firewire/
H A Dfirewirereg.h140 struct callout busprobe_callout; member
H A Dfirewire.c444 CALLOUT_INIT(&fc->busprobe_callout); in firewire_attach()
532 callout_stop(&fc->busprobe_callout); in firewire_detach()
1392 callout_reset(&fc->busprobe_callout, hz / 4, fw_bus_probe, fc); in fw_sidrcv()