Searched refs:cancelled_td_list (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/usb/host/ |
H A D | xhci-ring.c | 845 if (!list_empty(&td->cancelled_td_list)) in xhci_td_cleanup() 846 list_del_init(&td->cancelled_td_list); in xhci_td_cleanup() 882 list_for_each_entry_safe(td, tmp_td, &ep->cancelled_td_list, in xhci_giveback_invalidated_tds() 883 cancelled_td_list) { in xhci_giveback_invalidated_tds() 942 if (td && list_empty(&td->cancelled_td_list)) { in xhci_handle_halted_endpoint() 943 list_add_tail(&td->cancelled_td_list, &ep->cancelled_td_list); in xhci_handle_halted_endpoint() 994 list_for_each_entry_safe(td, tmp_td, &ep->cancelled_td_list, cancelled_td_list) { in xhci_invalidate_cancelled_tds() 1063 list_for_each_entry_safe(td, tmp_td, &ep->cancelled_td_list, cancelled_td_list) { in xhci_invalidate_cancelled_tds() 1243 if (!list_empty(&cur_td->cancelled_td_list)) in xhci_kill_ring_urbs() 1244 list_del_init(&cur_td->cancelled_td_list); in xhci_kill_ring_urbs() [all …]
|
H A D | xhci.c | 1722 if (!list_empty(&td->cancelled_td_list)) in xhci_urb_dequeue() 1723 list_del_init(&td->cancelled_td_list); in xhci_urb_dequeue() 1737 if (!list_empty(&td->cancelled_td_list)) in xhci_urb_dequeue() 1738 list_del_init(&td->cancelled_td_list); in xhci_urb_dequeue() 1757 if (list_empty(&td->cancelled_td_list)) { in xhci_urb_dequeue() 1759 list_add_tail(&td->cancelled_td_list, in xhci_urb_dequeue() 1760 &ep->cancelled_td_list); in xhci_urb_dequeue()
|
H A D | xhci.h | 676 struct list_head cancelled_td_list; member 1297 struct list_head cancelled_td_list; member
|
H A D | xhci-mem.c | 976 INIT_LIST_HEAD(&dev->eps[i].cancelled_td_list); in xhci_alloc_virt_device()
|