Searched refs:deq_state (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/usb/host/ |
| D | xhci-ring.c | 710 struct xhci_dequeue_state deq_state; in xhci_handle_cmd_stop_ep() local 720 memset(&deq_state, 0, sizeof(deq_state)); in xhci_handle_cmd_stop_ep() 778 cur_td, &deq_state); in xhci_handle_cmd_stop_ep() 795 if (deq_state.new_deq_ptr && deq_state.new_deq_seg) { in xhci_handle_cmd_stop_ep() 797 &deq_state); in xhci_handle_cmd_stop_ep() 4061 struct xhci_dequeue_state *deq_state) in xhci_queue_new_dequeue_state() argument 4066 u32 trb_stream_id = STREAM_ID_FOR_TRB(deq_state->stream_id); in xhci_queue_new_dequeue_state() 4075 deq_state->new_deq_seg, in xhci_queue_new_dequeue_state() 4076 (unsigned long long)deq_state->new_deq_seg->dma, in xhci_queue_new_dequeue_state() 4077 deq_state->new_deq_ptr, in xhci_queue_new_dequeue_state() [all …]
|
| D | xhci.c | 2998 struct xhci_dequeue_state *deq_state) in xhci_setup_input_ctx_for_quirk() argument 3017 addr = xhci_trb_virt_to_dma(deq_state->new_deq_seg, in xhci_setup_input_ctx_for_quirk() 3018 deq_state->new_deq_ptr); in xhci_setup_input_ctx_for_quirk() 3023 deq_state->new_deq_seg, in xhci_setup_input_ctx_for_quirk() 3024 deq_state->new_deq_ptr); in xhci_setup_input_ctx_for_quirk() 3027 ep_ctx->deq = cpu_to_le64(addr | deq_state->new_cycle_state); in xhci_setup_input_ctx_for_quirk() 3038 struct xhci_dequeue_state deq_state; in xhci_cleanup_stalled_ring() local 3047 ep_index, stream_id, td, &deq_state); in xhci_cleanup_stalled_ring() 3049 if (!deq_state.new_deq_ptr || !deq_state.new_deq_seg) in xhci_cleanup_stalled_ring() 3059 ep_index, &deq_state); in xhci_cleanup_stalled_ring() [all …]
|
| D | xhci.h | 2108 struct xhci_dequeue_state *deq_state);
|