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

/linux-4.4.14/include/linux/usb/
H A Dhcd.h346 * xhci_add_endpoint() will add the endpoint to the schedule with
348 * in usb_host_endpoint. A call to xhci_add_endpoint() followed by a
/linux-4.4.14/drivers/usb/host/
H A Dxhci.c1634 * A call to xhci_drop_endpoint() followed by a call to xhci_add_endpoint() will
1637 * A call to xhci_add_endpoint() followed by a call to xhci_drop_endpoint() is
1715 * A call to xhci_drop_endpoint() followed by a call to xhci_add_endpoint() will
1718 * A call to xhci_add_endpoint() followed by a call to xhci_drop_endpoint() is
1725 int xhci_add_endpoint(struct usb_hcd *hcd, struct usb_device *udev, xhci_add_endpoint() function
2733 /* Called after one or more calls to xhci_add_endpoint() or
4992 .add_endpoint = xhci_add_endpoint,
H A Dxhci.h1862 int xhci_add_endpoint(struct usb_hcd *hcd, struct usb_device *udev, struct usb_host_endpoint *ep);

Completed in 132 milliseconds