Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-ring.c438 unsigned int stream_id, struct xhci_td *cur_td, in xhci_find_new_dequeue_state() argument
491 if (new_deq == cur_td->last_trb) in xhci_find_new_dequeue_state()
532 struct xhci_td *cur_td, bool flip_cycle) in td_to_noop() argument
537 for (cur_seg = cur_td->start_seg, cur_trb = cur_td->first_trb; in td_to_noop()
567 if (flip_cycle && cur_trb != cur_td->first_trb && in td_to_noop()
568 cur_trb != cur_td->last_trb) in td_to_noop()
578 if (cur_trb == cur_td->last_trb) in td_to_noop()
597 struct xhci_td *cur_td, int status) in xhci_giveback_urb_in_irq() argument
603 urb = cur_td->urb; in xhci_giveback_urb_in_irq()
643 struct xhci_td *cur_td = NULL; in xhci_handle_cmd_stop_ep() local
[all …]
Dxhci.h1834 unsigned int stream_id, struct xhci_td *cur_td,