Searched refs:xhci_virt_ep (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/usb/host/ |
H A D | xhci-ring.c | 499 struct xhci_virt_ep *ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_ring_ep_doorbell() 525 struct xhci_virt_ep *ep; in ring_doorbell_for_active_rings() 552 static struct xhci_virt_ep *xhci_get_virt_ep(struct xhci_hcd *xhci, in xhci_get_virt_ep() 573 struct xhci_virt_ep *ep, in xhci_virt_ep_to_ring() 600 struct xhci_virt_ep *ep; in xhci_triad_to_transfer_ring() 621 struct xhci_virt_ep *ep; in xhci_get_hw_deq() 638 struct xhci_virt_ep *ep = &dev->eps[ep_index]; in xhci_move_dequeue_past_td() 877 static void xhci_giveback_invalidated_tds(struct xhci_virt_ep *ep) in xhci_giveback_invalidated_tds() 925 struct xhci_virt_ep *ep, in xhci_handle_halted_endpoint() 974 static int xhci_invalidate_cancelled_tds(struct xhci_virt_ep *ep) in xhci_invalidate_cancelled_tds() [all …]
|
H A D | xhci.h | 651 struct xhci_virt_ep { struct 745 struct xhci_virt_ep eps[EP_CTX_PER_DEV]; 1823 struct xhci_virt_ep *ep); 1827 struct xhci_virt_ep *ep, 1927 int xhci_stop_endpoint_sync(struct xhci_hcd *xhci, struct xhci_virt_ep *ep, 1929 void xhci_process_cancelled_tds(struct xhci_virt_ep *ep);
|
H A D | xhci.c | 1680 struct xhci_virt_ep *ep; in xhci_urb_dequeue() 2441 struct xhci_virt_ep *virt_ep; in xhci_check_bw_table() 2446 struct xhci_virt_ep, bw_endpoint_list); in xhci_check_bw_table() 2565 struct xhci_virt_ep *virt_ep, in xhci_drop_ep_from_interval_table() 2626 struct xhci_virt_ep *virt_ep, in xhci_add_ep_to_interval_table() 2630 struct xhci_virt_ep *smaller_ep; in xhci_add_ep_to_interval_table() 2811 int xhci_stop_endpoint_sync(struct xhci_hcd *xhci, struct xhci_virt_ep *ep, int suspend, in xhci_stop_endpoint_sync() 2950 struct xhci_virt_ep *ep = &vdev->eps[i]; in xhci_check_bw_drop_ep_streams() 3112 struct xhci_virt_ep *ep; in xhci_endpoint_disable() 3168 struct xhci_virt_ep *ep; in xhci_endpoint_reset() [all …]
|
H A D | xhci-mem.c | 563 struct xhci_virt_ep *ep, in xhci_dma_to_transfer_ring() 721 struct xhci_virt_ep *ep) in xhci_setup_no_streams_ep_input_ctx()
|
H A D | xhci-hub.c | 534 struct xhci_virt_ep *ep; in xhci_ring_device()
|