Home
last modified time | relevance | path

Searched refs:xhci_endpoint_ext (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c105 static struct xhci_endpoint_ext *xhci_get_endpoint_ext(struct usb_device *,
110 struct usb_endpoint_descriptor *, struct xhci_endpoint_ext *,
862 struct xhci_endpoint_ext *pepext; in xhci_check_transfer()
1347 struct xhci_endpoint_ext *pepext; in xhci_set_address()
2314 struct usb_endpoint_descriptor *edesc, struct xhci_endpoint_ext *pepext, in xhci_configure_endpoint()
2474 struct xhci_endpoint_ext *pepext; in xhci_configure_endpoint_by_xfer()
2784 static struct xhci_endpoint_ext *
2788 struct xhci_endpoint_ext *pepext; in xhci_get_endpoint_ext()
2837 struct xhci_endpoint_ext *pepext; in xhci_transfer_remove()
2862 struct xhci_endpoint_ext *pepext; in xhci_transfer_insert()
[all …]
Dxhci.h386 struct xhci_endpoint_ext { struct
417 struct xhci_endpoint_ext endp[XHCI_MAX_ENDPOINTS]; argument