Searched refs:tmp_td (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-ring.c | 894 struct xhci_td *td, *tmp_td; in xhci_giveback_invalidated_tds() local 896 list_for_each_entry_safe(td, tmp_td, &ep->cancelled_td_list, in xhci_giveback_invalidated_tds() 992 struct xhci_td *tmp_td = NULL; in xhci_invalidate_cancelled_tds() local 1008 list_for_each_entry_safe(td, tmp_td, &ep->cancelled_td_list, cancelled_td_list) { in xhci_invalidate_cancelled_tds() 1078 list_for_each_entry_safe(td, tmp_td, &ep->cancelled_td_list, cancelled_td_list) { in xhci_invalidate_cancelled_tds() 1404 struct xhci_td *td, *tmp_td; in xhci_handle_cmd_set_deq() local 1497 list_for_each_entry_safe(td, tmp_td, &ep->cancelled_td_list, in xhci_handle_cmd_set_deq()
|