Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-ring.c516 unsigned int stream_id, struct xhci_td *cur_td, in xhci_find_new_dequeue_state() argument
560 if (new_deq == cur_td->last_trb) in xhci_find_new_dequeue_state()
632 struct xhci_td *cur_td, int status) in xhci_giveback_urb_in_irq() argument
634 struct urb *urb = cur_td->urb; in xhci_giveback_urb_in_irq()
694 struct xhci_td *cur_td = NULL; in xhci_handle_cmd_stop_ep() local
731 list_for_each_entry(cur_td, &ep->cancelled_td_list, cancelled_td_list) { in xhci_handle_cmd_stop_ep()
735 cur_td->start_seg, cur_td->first_trb)); in xhci_handle_cmd_stop_ep()
736 ep_ring = xhci_urb_to_transfer_ring(xhci, cur_td->urb); in xhci_handle_cmd_stop_ep()
751 cur_td->urb, in xhci_handle_cmd_stop_ep()
752 cur_td->urb->stream_id); in xhci_handle_cmd_stop_ep()
[all …]
Dxhci.h2085 unsigned int stream_id, struct xhci_td *cur_td,