Searched refs:ep_ring (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/usb/host/ |
D | xhci-ring.c | 443 struct xhci_ring *ep_ring; in xhci_find_new_dequeue_state() local 451 ep_ring = xhci_triad_to_transfer_ring(xhci, slot_id, in xhci_find_new_dequeue_state() 453 if (!ep_ring) { in xhci_find_new_dequeue_state() 474 new_seg = ep_ring->deq_seg; in xhci_find_new_dequeue_state() 475 new_deq = ep_ring->dequeue; in xhci_find_new_dequeue_state() 499 next_trb(xhci, ep_ring, &new_seg, &new_deq); in xhci_find_new_dequeue_state() 531 static void td_to_noop(struct xhci_hcd *xhci, struct xhci_ring *ep_ring, in td_to_noop() argument 539 next_trb(xhci, ep_ring, &cur_seg, &cur_trb)) { in td_to_noop() 640 struct xhci_ring *ep_ring; in xhci_handle_cmd_stop_ep() local 678 ep_ring = xhci_urb_to_transfer_ring(xhci, cur_td->urb); in xhci_handle_cmd_stop_ep() [all …]
|
D | xhci-mem.c | 1041 struct xhci_ring *ep_ring; in xhci_copy_ep0_dequeue_into_input_ctx() local 1045 ep_ring = virt_dev->eps[0].ring; in xhci_copy_ep0_dequeue_into_input_ctx() 1053 ep0_ctx->deq = cpu_to_le64(xhci_trb_virt_to_dma(ep_ring->enq_seg, in xhci_copy_ep0_dequeue_into_input_ctx() 1054 ep_ring->enqueue) in xhci_copy_ep0_dequeue_into_input_ctx() 1055 | ep_ring->cycle_state); in xhci_copy_ep0_dequeue_into_input_ctx() 1407 struct xhci_ring *ep_ring; in xhci_endpoint_init() local 1438 ep_ring = virt_dev->eps[ep_index].new_ring; in xhci_endpoint_init() 1439 ep_ctx->deq = cpu_to_le64(ep_ring->first_seg->dma | ep_ring->cycle_state); in xhci_endpoint_init()
|
D | xhci.c | 1538 struct xhci_ring *ep_ring; in xhci_urb_dequeue() local 1585 ep_ring = xhci_urb_to_transfer_ring(xhci, urb); in xhci_urb_dequeue() 1586 if (!ep_ring) { in xhci_urb_dequeue()
|