Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/host/
Dxhci.c888 unsigned int xhci_get_endpoint_flag(struct usb_endpoint_descriptor *desc) in xhci_get_endpoint_flag() function
1319 drop_flag = xhci_get_endpoint_flag(&ep->desc); in xhci_drop_endpoint()
1335 ctrl_ctx->drop_flags & xhci_get_endpoint_flag(&ep->desc)) { in xhci_drop_endpoint()
1402 added_ctxs = xhci_get_endpoint_flag(&ep->desc); in xhci_add_endpoint()
1422 if (ctrl_ctx->add_flags & xhci_get_endpoint_flag(&ep->desc)) { in xhci_add_endpoint()
1965 endpoint_flag = xhci_get_endpoint_flag(&eps[i]->desc); in xhci_calculate_streams_and_bitmask()
2009 changed_ep_bitmask |= xhci_get_endpoint_flag(&eps[i]->desc); in xhci_calculate_no_streams_bitmask()
Dxhci.h1404 unsigned int xhci_get_endpoint_flag(struct usb_endpoint_descriptor *desc);