Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-ring.c662 ep->stopped_td = NULL; in xhci_handle_cmd_stop_ep()
701 if (cur_td == ep->stopped_td) in xhci_handle_cmd_stop_ep()
721 ep->stopped_td->urb->stream_id, &deq_state); in xhci_handle_cmd_stop_ep()
728 ep->stopped_td = NULL; in xhci_handle_cmd_stop_ep()
1829 ep->stopped_td = td; in finish_td()
Dxhci.h871 struct xhci_td *stopped_td; member