Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-hub.c417 ret = xhci_queue_stop_endpoint(xhci, command, slot_id, in xhci_stop_device()
426 ret = xhci_queue_stop_endpoint(xhci, cmd, slot_id, 0, suspend); in xhci_stop_device()
Dxhci.h2063 int xhci_queue_stop_endpoint(struct xhci_hcd *xhci, struct xhci_command *cmd,
Dxhci.c1648 xhci_queue_stop_endpoint(xhci, command, urb->dev->slot_id, in xhci_urb_dequeue()
3087 xhci_queue_stop_endpoint(xhci, stop_cmd, udev->slot_id, ep_index, 0); in xhci_endpoint_reset()
Dxhci-ring.c3914 int xhci_queue_stop_endpoint(struct xhci_hcd *xhci, struct xhci_command *cmd, in xhci_queue_stop_endpoint() function