Home
last modified time | relevance | path

Searched refs:queued_deq_ptr (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/usb/host/
Dxhci-ring.c735 ep->queued_deq_ptr = new_deq; in xhci_move_dequeue_past_td()
1296 while (ep_ring->dequeue != dev->eps[ep_index].queued_deq_ptr) { in update_ring_for_set_deq_completion()
1301 dev->eps[ep_index].queued_deq_ptr) in update_ring_for_set_deq_completion()
1395 ep->queued_deq_ptr) == deq) { in xhci_handle_cmd_set_deq()
1404 ep->queued_deq_seg, ep->queued_deq_ptr); in xhci_handle_cmd_set_deq()
1424 ep->queued_deq_ptr = NULL; in xhci_handle_cmd_set_deq()
Dxhci.h961 union xhci_trb *queued_deq_ptr; member