Searched refs:last_ep (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dxhci-dbg.c470 unsigned int last_ep)
478 if (last_ep < 31)
479 last_ep_ctx = last_ep + 1;
517 unsigned int last_ep)
550 xhci_dbg_ep_ctx(xhci, ctx, last_ep);
468 xhci_dbg_ep_ctx(struct xhci_hcd *xhci, struct xhci_container_ctx *ctx, unsigned int last_ep) argument
515 xhci_dbg_ctx(struct xhci_hcd *xhci, struct xhci_container_ctx *ctx, unsigned int last_ep) argument
H A Disp116x-hcd.c483 struct isp116x_ep *last_ep = NULL, *ep; local
508 isp116x->atl_active = last_ep =
510 while (last_ep->next)
511 last_ep = (last_ep->active = last_ep->next);
512 last_ep->active = NULL;
557 if (last_ep)
558 last_ep->active = ep;
561 last_ep
[all...]
H A Dxhci.h1339 void xhci_dbg_ctx(struct xhci_hcd *xhci, struct xhci_container_ctx *ctx, unsigned int last_ep);

Completed in 66 milliseconds