Home
last modified time | relevance | path

Searched refs:usb_bus_mem_flush_all (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/sys/dev/usb/
Dusb_controller.h190 void usb_bus_mem_flush_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb);
/freebsd-10-stable/sys/dev/usb/controller/
Dusb_controller.c915 usb_bus_mem_flush_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb) in usb_bus_mem_flush_all() function
Dohci.c405 usb_bus_mem_flush_all(&sc->sc_bus, &ohci_iterate_hw_softc); in ohci_init()
Duhci.c642 usb_bus_mem_flush_all(&sc->sc_bus, &uhci_iterate_hw_softc); in uhci_init()
Dehci.c552 usb_bus_mem_flush_all(&sc->sc_bus, &ehci_iterate_hw_softc); in ehci_init()
Dxhci.c462 usb_bus_mem_flush_all(&sc->sc_bus, &xhci_iterate_hw_softc); in xhci_start_controller()
/freebsd-10-stable/sys/mips/cavium/usb/
Doctusb.c862 usb_bus_mem_flush_all(&sc->sc_bus, &octusb_iterate_hw_softc); in octusb_init()