Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_controller.h191 void usb_bus_mem_flush_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb);
/third_party/FreeBSD/sys/dev/usb/controller/
Dusb_controller.c811 usb_bus_mem_flush_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb) in usb_bus_mem_flush_all() function
Dehci.c475 usb_bus_mem_flush_all(&sc->sc_bus, &ehci_iterate_hw_softc); in ehci_init()
Dxhci.c435 usb_bus_mem_flush_all(&sc->sc_bus, &xhci_iterate_hw_softc); in xhci_start_controller()