Searched refs:deq_state (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | xhci-ring.c | 699 struct xhci_dequeue_state deq_state; in xhci_handle_cmd_stop_ep() local 709 memset(&deq_state, 0, sizeof(deq_state)); in xhci_handle_cmd_stop_ep() 767 cur_td, &deq_state); in xhci_handle_cmd_stop_ep() 784 if (deq_state.new_deq_ptr && deq_state.new_deq_seg) { in xhci_handle_cmd_stop_ep() 786 &deq_state); in xhci_handle_cmd_stop_ep() 3929 struct xhci_dequeue_state *deq_state) in xhci_queue_new_dequeue_state() argument 3934 u32 trb_stream_id = STREAM_ID_FOR_TRB(deq_state->stream_id); in xhci_queue_new_dequeue_state() 3943 deq_state->new_deq_seg, in xhci_queue_new_dequeue_state() 3944 (unsigned long long)deq_state->new_deq_seg->dma, in xhci_queue_new_dequeue_state() 3945 deq_state->new_deq_ptr, in xhci_queue_new_dequeue_state() [all …]
|
D | xhci.c | 2938 struct xhci_dequeue_state *deq_state) in xhci_setup_input_ctx_for_quirk() argument 2957 addr = xhci_trb_virt_to_dma(deq_state->new_deq_seg, in xhci_setup_input_ctx_for_quirk() 2958 deq_state->new_deq_ptr); in xhci_setup_input_ctx_for_quirk() 2963 deq_state->new_deq_seg, in xhci_setup_input_ctx_for_quirk() 2964 deq_state->new_deq_ptr); in xhci_setup_input_ctx_for_quirk() 2967 ep_ctx->deq = cpu_to_le64(addr | deq_state->new_cycle_state); in xhci_setup_input_ctx_for_quirk() 2978 struct xhci_dequeue_state deq_state; in xhci_cleanup_stalled_ring() local 2987 ep_index, stream_id, td, &deq_state); in xhci_cleanup_stalled_ring() 2989 if (!deq_state.new_deq_ptr || !deq_state.new_deq_seg) in xhci_cleanup_stalled_ring() 2999 ep_index, &deq_state); in xhci_cleanup_stalled_ring() [all …]
|
D | xhci.h | 2089 struct xhci_dequeue_state *deq_state);
|