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.h48 typedef void (usb_bus_mem_sub_cb_t)(struct usb_bus *bus, struct usb_page_cache *pc, struct usb_page… typedef
49 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.c109 ehci_iterate_hw_softc(struct usb_bus *bus, usb_bus_mem_sub_cb_t *cb) in ehci_iterate_hw_softc()
Dxhci.c171 xhci_iterate_hw_softc(struct usb_bus *bus, usb_bus_mem_sub_cb_t *cb) in xhci_iterate_hw_softc()