Searched refs:tmp_td (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci-ring.c | 864 struct xhci_td *td, *tmp_td; in xhci_giveback_invalidated_tds() local 866 list_for_each_entry_safe(td, tmp_td, &ep->cancelled_td_list, in xhci_giveback_invalidated_tds() 962 struct xhci_td *tmp_td = NULL; in xhci_invalidate_cancelled_tds() local 971 list_for_each_entry_safe(td, tmp_td, &ep->cancelled_td_list, cancelled_td_list) { in xhci_invalidate_cancelled_tds() 1029 list_for_each_entry_safe(td, tmp_td, &ep->cancelled_td_list, cancelled_td_list) { in xhci_invalidate_cancelled_tds() 1362 struct xhci_td *td, *tmp_td; in xhci_handle_cmd_set_deq() local 1441 list_for_each_entry_safe(td, tmp_td, &ep->cancelled_td_list, in xhci_handle_cmd_set_deq()
|