Searched refs:xhci_queue_stop_endpoint (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/usb/host/ |
H A D | xhci-hub.c | 496 ret = xhci_queue_stop_endpoint(xhci, command, slot_id, in xhci_stop_device() 505 ret = xhci_queue_stop_endpoint(xhci, cmd, slot_id, 0, suspend); in xhci_stop_device()
|
H A D | xhci.c | 1786 xhci_queue_stop_endpoint(xhci, command, urb->dev->slot_id, in xhci_urb_dequeue() 2823 ret = xhci_queue_stop_endpoint(xhci, command, ep->vdev->slot_id, in xhci_stop_endpoint_sync() 3254 err = xhci_queue_stop_endpoint(xhci, stop_cmd, udev->slot_id, in xhci_endpoint_reset()
|
H A D | xhci.h | 1897 int xhci_queue_stop_endpoint(struct xhci_hcd *xhci, struct xhci_command *cmd,
|
H A D | xhci-ring.c | 1217 xhci_queue_stop_endpoint(xhci, command, slot_id, ep_index, 0); in xhci_handle_cmd_stop_ep() 4431 int xhci_queue_stop_endpoint(struct xhci_hcd *xhci, struct xhci_command *cmd, in xhci_queue_stop_endpoint() function
|