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

/drivers/usb/host/
H A Dxhci-ring.c425 struct xhci_ring *ep_ring; local
430 ep_ring = xhci_triad_to_transfer_ring(xhci, slot_id,
432 if (!ep_ring) {
467 next_trb(xhci, ep_ring, &state->new_deq_seg, &state->new_deq_ptr);
478 if (ep_ring->first_seg == ep_ring->first_seg->next &&
495 static void td_to_noop(struct xhci_hcd *xhci, struct xhci_ring *ep_ring, argument
503 next_trb(xhci, ep_ring, &cur_seg, &cur_trb)) {
634 struct xhci_ring *ep_ring; local
680 ep_ring
876 update_ring_for_set_deq_completion(struct xhci_hcd *xhci, struct xhci_virt_device *dev, struct xhci_ring *ep_ring, unsigned int ep_index) argument
937 struct xhci_ring *ep_ring; local
1090 struct xhci_ring *ep_ring; local
1572 struct xhci_ring *ep_ring; local
1683 struct xhci_ring *ep_ring; local
1782 struct xhci_ring *ep_ring; local
1861 struct xhci_ring *ep_ring; local
1892 struct xhci_ring *ep_ring; local
2001 struct xhci_ring *ep_ring; local
2525 prepare_ring(struct xhci_hcd *xhci, struct xhci_ring *ep_ring, u32 ep_state, unsigned int num_trbs, gfp_t mem_flags) argument
2622 struct xhci_ring *ep_ring; local
2818 struct xhci_ring *ep_ring; local
2973 struct xhci_ring *ep_ring; local
3111 struct xhci_ring *ep_ring; local
3302 struct xhci_ring *ep_ring; local
3485 struct xhci_ring *ep_ring; local
[all...]
H A Dxhci-mem.c994 struct xhci_ring *ep_ring; local
998 ep_ring = virt_dev->eps[0].ring;
1006 ep0_ctx->deq = cpu_to_le64(xhci_trb_virt_to_dma(ep_ring->enq_seg,
1007 ep_ring->enqueue)
1008 | ep_ring->cycle_state);
1395 struct xhci_ring *ep_ring; local
1420 ep_ring = virt_dev->eps[ep_index].new_ring;
1421 ep_ctx->deq = cpu_to_le64(ep_ring->first_seg->dma | ep_ring->cycle_state);
H A Dxhci.c1314 struct xhci_ring *ep_ring; local
1356 ep_ring = xhci_urb_to_transfer_ring(xhci, urb);
1357 if (!ep_ring) {

Completed in 67 milliseconds