Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-ring.c646 struct xhci_dequeue_state deq_state; in xhci_handle_cmd_stop_ep() local
656 memset(&deq_state, 0, sizeof(deq_state)); in xhci_handle_cmd_stop_ep()
704 cur_td, &deq_state); in xhci_handle_cmd_stop_ep()
719 if (deq_state.new_deq_ptr && deq_state.new_deq_seg) { in xhci_handle_cmd_stop_ep()
721 ep->stopped_td->urb->stream_id, &deq_state); in xhci_handle_cmd_stop_ep()
4119 struct xhci_dequeue_state *deq_state) in xhci_queue_new_dequeue_state() argument
4133 deq_state->new_deq_seg, in xhci_queue_new_dequeue_state()
4134 (unsigned long long)deq_state->new_deq_seg->dma, in xhci_queue_new_dequeue_state()
4135 deq_state->new_deq_ptr, in xhci_queue_new_dequeue_state()
4137 deq_state->new_deq_seg, deq_state->new_deq_ptr), in xhci_queue_new_dequeue_state()
[all …]
Dxhci.c2887 struct xhci_dequeue_state *deq_state) in xhci_setup_input_ctx_for_quirk() argument
2906 addr = xhci_trb_virt_to_dma(deq_state->new_deq_seg, in xhci_setup_input_ctx_for_quirk()
2907 deq_state->new_deq_ptr); in xhci_setup_input_ctx_for_quirk()
2912 deq_state->new_deq_seg, in xhci_setup_input_ctx_for_quirk()
2913 deq_state->new_deq_ptr); in xhci_setup_input_ctx_for_quirk()
2916 ep_ctx->deq = cpu_to_le64(addr | deq_state->new_cycle_state); in xhci_setup_input_ctx_for_quirk()
2927 struct xhci_dequeue_state deq_state; in xhci_cleanup_stalled_ring() local
2938 ep_index, ep->stopped_stream, td, &deq_state); in xhci_cleanup_stalled_ring()
2940 if (!deq_state.new_deq_ptr || !deq_state.new_deq_seg) in xhci_cleanup_stalled_ring()
2950 ep_index, ep->stopped_stream, &deq_state); in xhci_cleanup_stalled_ring()
[all …]
Dxhci.h1908 struct xhci_dequeue_state *deq_state);
1913 struct xhci_dequeue_state *deq_state);