Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci_pci.c128 callout_init_mtx(&sc->sc_callout, &sc->sc_bus.bus_mtx, 0); in xhci_pci_attach()
174 callout_drain(&sc->sc_callout); in xhci_pci_detach()
Dxhci.h469 struct callout sc_callout; member