Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-ring.c573 state->new_deq_ptr = NULL; in xhci_find_new_dequeue_state()
580 state->new_deq_ptr = new_deq; in xhci_find_new_dequeue_state()
589 addr = xhci_trb_virt_to_dma(state->new_deq_seg, state->new_deq_ptr); in xhci_find_new_dequeue_state()
784 if (deq_state.new_deq_ptr && deq_state.new_deq_seg) { in xhci_handle_cmd_stop_ep()
3945 deq_state->new_deq_ptr, in xhci_queue_new_dequeue_state()
3947 deq_state->new_deq_seg, deq_state->new_deq_ptr), in xhci_queue_new_dequeue_state()
3951 deq_state->new_deq_ptr); in xhci_queue_new_dequeue_state()
3955 deq_state->new_deq_seg, deq_state->new_deq_ptr); in xhci_queue_new_dequeue_state()
3971 ep->queued_deq_ptr = deq_state->new_deq_ptr; in xhci_queue_new_dequeue_state()
Dxhci.c2958 deq_state->new_deq_ptr); in xhci_setup_input_ctx_for_quirk()
2964 deq_state->new_deq_ptr); in xhci_setup_input_ctx_for_quirk()
2989 if (!deq_state.new_deq_ptr || !deq_state.new_deq_seg) in xhci_cleanup_stalled_ring()
Dxhci.h1535 union xhci_trb *new_deq_ptr; member