Home
last modified time | relevance | path

Searched refs:usb_bus_mem_sub_cb_t (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_controller.h49 typedef void (usb_bus_mem_sub_cb_t)(struct usb_bus *bus, struct usb_page_cache *pc, struct usb_page… typedef
50 typedef void (usb_bus_mem_cb_t)(struct usb_bus *bus, usb_bus_mem_sub_cb_t *scb);
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c110 ehci_iterate_hw_softc(struct usb_bus *bus, usb_bus_mem_sub_cb_t *cb) in ehci_iterate_hw_softc()
Dxhci.c172 xhci_iterate_hw_softc(struct usb_bus *bus, usb_bus_mem_sub_cb_t *cb) in xhci_iterate_hw_softc()