Searched refs:cancelled_td_list (Results 1 – 3 of 3) sorted by relevance
1799 if (!list_empty(&td->cancelled_td_list)) in xhci_urb_dequeue() 1800 list_del_init(&td->cancelled_td_list); in xhci_urb_dequeue() 1814 if (!list_empty(&td->cancelled_td_list)) in xhci_urb_dequeue() 1815 list_del_init(&td->cancelled_td_list); in xhci_urb_dequeue() 1834 if (list_empty(&td->cancelled_td_list)) { in xhci_urb_dequeue() 1836 list_add_tail(&td->cancelled_td_list, in xhci_urb_dequeue() 1837 &ep->cancelled_td_list); in xhci_urb_dequeue()
677 struct list_head cancelled_td_list; member 1305 struct list_head cancelled_td_list; member
1005 INIT_LIST_HEAD(&dev->eps[i].cancelled_td_list); in xhci_alloc_virt_device()