Home
last modified time | relevance | path

Searched refs:usb_bus_mem_free_all (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/bus/u4b/
H A Dusb_controller.h192 void usb_bus_mem_free_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb);
/dragonfly/sys/bus/u4b/controller/
H A Duhci_pci.c415 usb_bus_mem_free_all(&sc->sc_bus, &uhci_iterate_hw_softc); in uhci_pci_detach()
H A Dohci_pci.c362 usb_bus_mem_free_all(&sc->sc_bus, &ohci_iterate_hw_softc); in ohci_pci_detach()
H A Dusb_controller.c990 usb_bus_mem_free_all(bus, cb); in usb_bus_mem_alloc_all()
1011 usb_bus_mem_free_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb) in usb_bus_mem_free_all() function
H A Dehci_pci.c505 usb_bus_mem_free_all(&sc->sc_bus, &ehci_iterate_hw_softc); in ehci_pci_detach()
H A Dxhci.c665 usb_bus_mem_free_all(&sc->sc_bus, &xhci_iterate_hw_softc); in xhci_uninit()