Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-ring.c660 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 …]
Dxhci.h918 struct list_head cancelled_td_list; member
1342 struct list_head cancelled_td_list; member
Dxhci.c1559 if (!list_empty(&td->cancelled_td_list)) in xhci_urb_dequeue()
1560 list_del_init(&td->cancelled_td_list); in xhci_urb_dequeue()
1605 list_add_tail(&td->cancelled_td_list, &ep->cancelled_td_list); in xhci_urb_dequeue()
Dxhci-mem.c1003 INIT_LIST_HEAD(&dev->eps[i].cancelled_td_list); in xhci_alloc_virt_device()