Searched refs:cancelled_td_list (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/drivers/usb/host/ |
| D | xhci-ring.c | 750 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 …]
|
| D | xhci.c | 1655 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()
|
| D | xhci.h | 942 struct list_head cancelled_td_list; member 1536 struct list_head cancelled_td_list; member
|
| D | xhci-mem.c | 1016 INIT_LIST_HEAD(&dev->eps[i].cancelled_td_list); in xhci_alloc_virt_device()
|