Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-ring.c717 last_unlinked_td = list_last_entry(&ep->cancelled_td_list, in xhci_handle_cmd_stop_ep()
718 struct xhci_td, cancelled_td_list); in xhci_handle_cmd_stop_ep()
720 if (list_empty(&ep->cancelled_td_list)) { in xhci_handle_cmd_stop_ep()
731 list_for_each_entry(cur_td, &ep->cancelled_td_list, cancelled_td_list) { in xhci_handle_cmd_stop_ep()
800 cur_td = list_first_entry(&ep->cancelled_td_list, in xhci_handle_cmd_stop_ep()
801 struct xhci_td, cancelled_td_list); in xhci_handle_cmd_stop_ep()
802 list_del_init(&cur_td->cancelled_td_list); in xhci_handle_cmd_stop_ep()
832 if (!list_empty(&cur_td->cancelled_td_list)) in xhci_kill_ring_urbs()
833 list_del_init(&cur_td->cancelled_td_list); in xhci_kill_ring_urbs()
877 list_for_each_entry_safe(cur_td, tmp, &ep->cancelled_td_list, in xhci_kill_endpoint_urbs()
[all …]
Dxhci.c1598 if (!list_empty(&td->cancelled_td_list)) in xhci_urb_dequeue()
1599 list_del_init(&td->cancelled_td_list); in xhci_urb_dequeue()
1613 if (!list_empty(&td->cancelled_td_list)) in xhci_urb_dequeue()
1614 list_del_init(&td->cancelled_td_list); in xhci_urb_dequeue()
1632 list_add_tail(&td->cancelled_td_list, &ep->cancelled_td_list); in xhci_urb_dequeue()
Dxhci.h932 struct list_head cancelled_td_list; member
1514 struct list_head cancelled_td_list; member
Dxhci-mem.c1007 INIT_LIST_HEAD(&dev->eps[i].cancelled_td_list); in xhci_alloc_virt_device()