Home
last modified time | relevance | path

Searched refs:cancelled_td_list (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci.c1799 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()
H A Dxhci.h677 struct list_head cancelled_td_list; member
1305 struct list_head cancelled_td_list; member
H A Dxhci-mem.c1005 INIT_LIST_HEAD(&dev->eps[i].cancelled_td_list); in xhci_alloc_virt_device()