Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dehci_pci.c180 (void)bus_teardown_intr(NUM_HAL_INTERRUPT_USB_EHCI, sc); in ehci_pci_attach()
199 (void)bus_teardown_intr(sc->sc_irq_res->start, sc); in ehci_pci_detach()
Dxhci_pci.c180 (void)bus_teardown_intr(sc->sc_irq_res->start, sc); in xhci_pci_detach()
/third_party/FreeBSD/sys/sys/
Dbus.h346 int bus_teardown_intr(int irq, void *arg);
/third_party/FreeBSD/sys/kern/
Dsubr_bus.c3056 bus_teardown_intr(int irq, void *arg) in bus_teardown_intr() function