Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci-ring.c728 last_unlinked_td = list_last_entry(&ep->cancelled_td_list, in xhci_handle_cmd_stop_ep()
729 struct xhci_td, cancelled_td_list); in xhci_handle_cmd_stop_ep()
731 if (list_empty(&ep->cancelled_td_list)) { in xhci_handle_cmd_stop_ep()
742 list_for_each_entry(cur_td, &ep->cancelled_td_list, cancelled_td_list) { in xhci_handle_cmd_stop_ep()
811 cur_td = list_first_entry(&ep->cancelled_td_list, in xhci_handle_cmd_stop_ep()
812 struct xhci_td, cancelled_td_list); in xhci_handle_cmd_stop_ep()
813 list_del_init(&cur_td->cancelled_td_list); in xhci_handle_cmd_stop_ep()
843 if (!list_empty(&cur_td->cancelled_td_list)) in xhci_kill_ring_urbs()
844 list_del_init(&cur_td->cancelled_td_list); in xhci_kill_ring_urbs()
888 list_for_each_entry_safe(cur_td, tmp, &ep->cancelled_td_list, in xhci_kill_endpoint_urbs()
[all …]
Dxhci.c1652 if (!list_empty(&td->cancelled_td_list)) in xhci_urb_dequeue()
1653 list_del_init(&td->cancelled_td_list); in xhci_urb_dequeue()
1667 if (!list_empty(&td->cancelled_td_list)) in xhci_urb_dequeue()
1668 list_del_init(&td->cancelled_td_list); in xhci_urb_dequeue()
1686 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.c1007 INIT_LIST_HEAD(&dev->eps[i].cancelled_td_list); in xhci_alloc_virt_device()