Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_hub.c2015 xfer->endpoint->usb_uframe = slot; in usb_hs_bandwidth_alloc()
2047 xfer->endpoint->usb_uframe = slot; in usb_hs_bandwidth_alloc()
2053 xfer->endpoint->usb_uframe = 0; in usb_hs_bandwidth_alloc()
2060 xfer->endpoint->usb_uframe, in usb_hs_bandwidth_alloc()
2061 xfer->endpoint->usb_smask >> xfer->endpoint->usb_uframe); in usb_hs_bandwidth_alloc()
2089 slot = xfer->endpoint->usb_uframe; in usb_hs_bandwidth_free()
2099 xfer->endpoint->usb_uframe = 0; in usb_hs_bandwidth_free()
Dusbdi.h159 uint8_t usb_uframe; /* USB microframe */ member
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c2048 x += xfer->endpoint->usb_uframe; in xhci_setup_generic_chain()