Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dxhci-ring.c704 ep->queued_deq_ptr = new_deq; in xhci_move_dequeue_past_td()
1269 while (ep_ring->dequeue != dev->eps[ep_index].queued_deq_ptr) { in update_ring_for_set_deq_completion()
1275 dev->eps[ep_index].queued_deq_ptr) in update_ring_for_set_deq_completion()
1374 ep->queued_deq_ptr) == deq) { in xhci_handle_cmd_set_deq()
1383 ep->queued_deq_seg, ep->queued_deq_ptr); in xhci_handle_cmd_set_deq()
1403 ep->queued_deq_ptr = NULL; in xhci_handle_cmd_set_deq()
Dxhci.h958 union xhci_trb *queued_deq_ptr; member