Searched defs:xhci_get_ep_ctx (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/host/
H A Dxhci-mem.c397 struct xhci_ep_ctx *xhci_get_ep_ctx(struct xhci_hcd *xhci, function
997 ep0_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, 0);
1076 ep0_ctx = xhci_get_ep_ctx(xhci, dev->in_ctx, 0);
1402 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, ep_index);
1505 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, ep_index);
1551 ep_ctx = xhci_get_ep_ctx(xhci, in_ctx, i);
1592 out_ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index);
1593 in_ep_ctx = xhci_get_ep_ctx(xhci, in_ctx, ep_index);

Completed in 144 milliseconds