Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-ring.c581 state->new_deq_ptr = NULL; in xhci_find_new_dequeue_state()
588 state->new_deq_ptr = new_deq; in xhci_find_new_dequeue_state()
597 addr = xhci_trb_virt_to_dma(state->new_deq_seg, state->new_deq_ptr); in xhci_find_new_dequeue_state()
795 if (deq_state.new_deq_ptr && deq_state.new_deq_seg) { in xhci_handle_cmd_stop_ep()
4185 deq_state->new_deq_ptr, in xhci_queue_new_dequeue_state()
4187 deq_state->new_deq_seg, deq_state->new_deq_ptr), in xhci_queue_new_dequeue_state()
4191 deq_state->new_deq_ptr); in xhci_queue_new_dequeue_state()
4195 deq_state->new_deq_seg, deq_state->new_deq_ptr); in xhci_queue_new_dequeue_state()
4213 ep->queued_deq_ptr = deq_state->new_deq_ptr; in xhci_queue_new_dequeue_state()
Dxhci.h1370 union xhci_trb *new_deq_ptr; member
Dxhci.c2957 deq_state->new_deq_ptr); in xhci_setup_input_ctx_for_quirk()
2963 deq_state->new_deq_ptr); in xhci_setup_input_ctx_for_quirk()
2990 if (!deq_state.new_deq_ptr || !deq_state.new_deq_seg) in xhci_cleanup_stalled_ring()