Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci-ring.c750 last_unlinked_td = list_last_entry(&ep->cancelled_td_list, in xhci_handle_cmd_stop_ep()
751 struct xhci_td, cancelled_td_list); in xhci_handle_cmd_stop_ep()
753 if (list_empty(&ep->cancelled_td_list)) { in xhci_handle_cmd_stop_ep()
764 list_for_each_entry(cur_td, &ep->cancelled_td_list, cancelled_td_list) { in xhci_handle_cmd_stop_ep()
833 cur_td = list_first_entry(&ep->cancelled_td_list, in xhci_handle_cmd_stop_ep()
834 struct xhci_td, cancelled_td_list); in xhci_handle_cmd_stop_ep()
835 list_del_init(&cur_td->cancelled_td_list); in xhci_handle_cmd_stop_ep()
865 if (!list_empty(&cur_td->cancelled_td_list)) in xhci_kill_ring_urbs()
866 list_del_init(&cur_td->cancelled_td_list); in xhci_kill_ring_urbs()
910 list_for_each_entry_safe(cur_td, tmp, &ep->cancelled_td_list, in xhci_kill_endpoint_urbs()
[all …]
Dxhci.c1655 if (!list_empty(&td->cancelled_td_list)) in xhci_urb_dequeue()
1656 list_del_init(&td->cancelled_td_list); in xhci_urb_dequeue()
1670 if (!list_empty(&td->cancelled_td_list)) in xhci_urb_dequeue()
1671 list_del_init(&td->cancelled_td_list); in xhci_urb_dequeue()
1689 list_add_tail(&td->cancelled_td_list, &ep->cancelled_td_list); in xhci_urb_dequeue()
Dxhci.h942 struct list_head cancelled_td_list; member
1536 struct list_head cancelled_td_list; member
Dxhci-mem.c1016 INIT_LIST_HEAD(&dev->eps[i].cancelled_td_list); in xhci_alloc_virt_device()