Searched refs:deq_state (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/usb/host/ |
D | xhci-ring.c | 572 struct xhci_dequeue_state *deq_state) in xhci_queue_new_dequeue_state() argument 578 deq_state->new_deq_seg, in xhci_queue_new_dequeue_state() 579 (unsigned long long)deq_state->new_deq_seg->dma, in xhci_queue_new_dequeue_state() 580 deq_state->new_deq_ptr, in xhci_queue_new_dequeue_state() 581 (unsigned long long)xhci_trb_virt_to_dma(deq_state->new_deq_seg, deq_state->new_deq_ptr), in xhci_queue_new_dequeue_state() 582 deq_state->new_cycle_state); in xhci_queue_new_dequeue_state() 584 deq_state->new_deq_seg, in xhci_queue_new_dequeue_state() 585 deq_state->new_deq_ptr, in xhci_queue_new_dequeue_state() 586 (u32) deq_state->new_cycle_state); in xhci_queue_new_dequeue_state() 662 struct xhci_dequeue_state deq_state; in handle_stopped_endpoint() local [all …]
|
D | xhci.c | 1754 struct xhci_dequeue_state *deq_state) in xhci_setup_input_ctx_for_quirk() argument 1765 addr = xhci_trb_virt_to_dma(deq_state->new_deq_seg, in xhci_setup_input_ctx_for_quirk() 1766 deq_state->new_deq_ptr); in xhci_setup_input_ctx_for_quirk() 1771 deq_state->new_deq_seg, in xhci_setup_input_ctx_for_quirk() 1772 deq_state->new_deq_ptr); in xhci_setup_input_ctx_for_quirk() 1775 ep_ctx->deq = addr | deq_state->new_cycle_state; in xhci_setup_input_ctx_for_quirk() 1785 struct xhci_dequeue_state deq_state; in xhci_cleanup_stalled_ring() local 1795 &deq_state); in xhci_cleanup_stalled_ring() 1803 ep_index, ep->stopped_stream, &deq_state); in xhci_cleanup_stalled_ring() 1813 ep_index, &deq_state); in xhci_cleanup_stalled_ring()
|
D | xhci.h | 1529 struct xhci_dequeue_state *deq_state); 1534 struct xhci_dequeue_state *deq_state);
|