Home
last modified time | relevance | path

Searched refs:new_deq_ptr (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/usb/host/
Dxhci-ring.c558 state->new_deq_ptr = ep_ring->enqueue; in xhci_find_new_dequeue_state()
603 state->new_deq_ptr = NULL; in xhci_find_new_dequeue_state()
610 state->new_deq_ptr = new_deq; in xhci_find_new_dequeue_state()
620 addr = xhci_trb_virt_to_dma(state->new_deq_seg, state->new_deq_ptr); in xhci_find_new_dequeue_state()
817 if (deq_state.new_deq_ptr && deq_state.new_deq_seg) { in xhci_handle_cmd_stop_ep()
4165 deq_state->new_deq_ptr, in xhci_queue_new_dequeue_state()
4167 deq_state->new_deq_seg, deq_state->new_deq_ptr), in xhci_queue_new_dequeue_state()
4171 deq_state->new_deq_ptr); in xhci_queue_new_dequeue_state()
4175 deq_state->new_deq_seg, deq_state->new_deq_ptr); in xhci_queue_new_dequeue_state()
4191 ep->queued_deq_ptr = deq_state->new_deq_ptr; in xhci_queue_new_dequeue_state()
Dxhci.c3020 deq_state->new_deq_ptr); in xhci_setup_input_ctx_for_quirk()
3026 deq_state->new_deq_ptr); in xhci_setup_input_ctx_for_quirk()
3051 if (!deq_state.new_deq_ptr || !deq_state.new_deq_seg) in xhci_cleanup_stalled_ring()
Dxhci.h1557 union xhci_trb *new_deq_ptr; member