Searched refs:cancelled_td_list (Results 1 – 4 of 4) sorted by relevance
660 if (list_empty(&ep->cancelled_td_list)) { in xhci_handle_cmd_stop_ep()672 list_for_each(entry, &ep->cancelled_td_list) { in xhci_handle_cmd_stop_ep()673 cur_td = list_entry(entry, struct xhci_td, cancelled_td_list); in xhci_handle_cmd_stop_ep()737 cur_td = list_entry(ep->cancelled_td_list.next, in xhci_handle_cmd_stop_ep()738 struct xhci_td, cancelled_td_list); in xhci_handle_cmd_stop_ep()739 list_del_init(&cur_td->cancelled_td_list); in xhci_handle_cmd_stop_ep()765 if (!list_empty(&cur_td->cancelled_td_list)) in xhci_kill_ring_urbs()766 list_del_init(&cur_td->cancelled_td_list); in xhci_kill_ring_urbs()800 while (!list_empty(&ep->cancelled_td_list)) { in xhci_kill_endpoint_urbs()801 cur_td = list_first_entry(&ep->cancelled_td_list, in xhci_kill_endpoint_urbs()[all …]
870 struct list_head cancelled_td_list; member1291 struct list_head cancelled_td_list; member
1569 if (!list_empty(&td->cancelled_td_list)) in xhci_urb_dequeue()1570 list_del_init(&td->cancelled_td_list); in xhci_urb_dequeue()1615 list_add_tail(&td->cancelled_td_list, &ep->cancelled_td_list); in xhci_urb_dequeue()
1003 INIT_LIST_HEAD(&dev->eps[i].cancelled_td_list); in xhci_alloc_virt_device()