Home
last modified time | relevance | path

Searched refs:EP_CTX_PER_DEV (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/usb/
H A Dxhci-sideband.h16 #define EP_CTX_PER_DEV 31 /* FIXME defined twice, from xhci.h */ macro
55 struct xhci_virt_ep *eps[EP_CTX_PER_DEV];
/linux/drivers/usb/host/
H A Dxhci-sideband.c476 for (i = 0; i < EP_CTX_PER_DEV; i++) in xhci_sideband_unregister()
H A Dxhci.h732 #define EP_CTX_PER_DEV 31 macro
748 struct xhci_virt_ep eps[EP_CTX_PER_DEV];
H A Dxhci-ring.c616 if (ep_index >= EP_CTX_PER_DEV) { in xhci_get_virt_ep()