Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h34 #define XHCI_MAX_ENDPOINTS 32 /* hardcoded - do not change */ macro
176 struct xhci_endp_ctx ctx_ep[XHCI_MAX_ENDPOINTS - 1];
181 struct xhci_endp_ctx ctx_ep[XHCI_MAX_ENDPOINTS - 1];
411 struct usb_page_cache endpoint_pc[XHCI_MAX_ENDPOINTS];
415 struct usb_page endpoint_pg[XHCI_MAX_ENDPOINTS];
417 struct xhci_endpoint_ext endp[XHCI_MAX_ENDPOINTS];
Dxhci.c894 if ((epno == 0) || (epno >= XHCI_MAX_ENDPOINTS)) { in xhci_check_transfer()
2706 for (i = 0; i != XHCI_MAX_ENDPOINTS; i++) { in xhci_alloc_device_ext()
2759 for (i = 0; i != XHCI_MAX_ENDPOINTS; i++) in xhci_free_device_ext()
4119 for (n = 1; n != XHCI_MAX_ENDPOINTS; n++) { in xhci_device_resume()
4151 for (n = 1; n != XHCI_MAX_ENDPOINTS; n++) { in xhci_device_suspend()