Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-ring.c597 state->new_deq_ptr = ep_ring->enqueue; in xhci_find_new_dequeue_state()
663 state->new_deq_ptr = NULL; in xhci_find_new_dequeue_state()
670 state->new_deq_ptr = new_deq; in xhci_find_new_dequeue_state()
680 addr = xhci_trb_virt_to_dma(state->new_deq_seg, state->new_deq_ptr); in xhci_find_new_dequeue_state()
980 if (deq_state.new_deq_ptr && deq_state.new_deq_seg) { in xhci_handle_cmd_stop_ep()
4256 deq_state->new_deq_ptr, in xhci_queue_new_dequeue_state()
4258 deq_state->new_deq_seg, deq_state->new_deq_ptr), in xhci_queue_new_dequeue_state()
4262 deq_state->new_deq_ptr); in xhci_queue_new_dequeue_state()
4266 deq_state->new_deq_seg, deq_state->new_deq_ptr); in xhci_queue_new_dequeue_state()
4282 ep->queued_deq_ptr = deq_state->new_deq_ptr; in xhci_queue_new_dequeue_state()
Dxhci.c3060 deq_state->new_deq_ptr); in xhci_setup_input_ctx_for_quirk()
3066 deq_state->new_deq_ptr); in xhci_setup_input_ctx_for_quirk()
3091 if (!deq_state.new_deq_ptr || !deq_state.new_deq_seg) in xhci_cleanup_stalled_ring()
Dxhci.h1569 union xhci_trb *new_deq_ptr; member