Home
last modified time | relevance | path

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

/linux-4.1.27/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()
3935 struct xhci_dequeue_state *deq_state) in xhci_queue_new_dequeue_state() argument
3949 deq_state->new_deq_seg, in xhci_queue_new_dequeue_state()
3950 (unsigned long long)deq_state->new_deq_seg->dma, in xhci_queue_new_dequeue_state()
3951 deq_state->new_deq_ptr, in xhci_queue_new_dequeue_state()
3953 deq_state->new_deq_seg, deq_state->new_deq_ptr), in xhci_queue_new_dequeue_state()
[all …]
Dxhci.c2897 struct xhci_dequeue_state *deq_state) in xhci_setup_input_ctx_for_quirk() argument
2916 addr = xhci_trb_virt_to_dma(deq_state->new_deq_seg, in xhci_setup_input_ctx_for_quirk()
2917 deq_state->new_deq_ptr); in xhci_setup_input_ctx_for_quirk()
2922 deq_state->new_deq_seg, in xhci_setup_input_ctx_for_quirk()
2923 deq_state->new_deq_ptr); in xhci_setup_input_ctx_for_quirk()
2926 ep_ctx->deq = cpu_to_le64(addr | deq_state->new_cycle_state); in xhci_setup_input_ctx_for_quirk()
2937 struct xhci_dequeue_state deq_state; in xhci_cleanup_stalled_ring() local
2948 ep_index, ep->stopped_stream, td, &deq_state); in xhci_cleanup_stalled_ring()
2950 if (!deq_state.new_deq_ptr || !deq_state.new_deq_seg) in xhci_cleanup_stalled_ring()
2960 ep_index, ep->stopped_stream, &deq_state); in xhci_cleanup_stalled_ring()
[all …]
Dxhci.h1839 struct xhci_dequeue_state *deq_state);
1844 struct xhci_dequeue_state *deq_state);