Searched refs:cancelled_td_list (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-ring.c | 858 if (!list_empty(&td->cancelled_td_list)) in xhci_td_cleanup() 859 list_del_init(&td->cancelled_td_list); in xhci_td_cleanup() 887 list_for_each_entry_safe(td, tmp_td, &ep->cancelled_td_list, in xhci_giveback_invalidated_tds() 888 cancelled_td_list) { in xhci_giveback_invalidated_tds() 947 if (td && list_empty(&td->cancelled_td_list)) { in xhci_handle_halted_endpoint() 948 list_add_tail(&td->cancelled_td_list, &ep->cancelled_td_list); in xhci_handle_halted_endpoint() 992 list_for_each_entry_safe(td, tmp_td, &ep->cancelled_td_list, cancelled_td_list) { in xhci_invalidate_cancelled_tds() 1048 list_for_each_entry_safe(td, tmp_td, &ep->cancelled_td_list, cancelled_td_lis in xhci_invalidate_cancelled_tds() [all...] |
H A D | xhci.c | 1688 if (!list_empty(&td->cancelled_td_list)) in xhci_urb_dequeue() 1689 list_del_init(&td->cancelled_td_list); in xhci_urb_dequeue() 1703 if (!list_empty(&td->cancelled_td_list)) in xhci_urb_dequeue() 1704 list_del_init(&td->cancelled_td_list); in xhci_urb_dequeue() 1723 if (list_empty(&td->cancelled_td_list)) { in xhci_urb_dequeue() 1725 list_add_tail(&td->cancelled_td_list, in xhci_urb_dequeue() 1726 &ep->cancelled_td_list); in xhci_urb_dequeue()
|
H A D | xhci.h | 954 struct list_head cancelled_td_list; member 1565 struct list_head cancelled_td_list; member
|
H A D | xhci-mem.c | 983 INIT_LIST_HEAD(&dev->eps[i].cancelled_td_list); in xhci_alloc_virt_device()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-ring.c | 800 if (!list_empty(&td->cancelled_td_list)) in xhci_td_cleanup() 801 list_del_init(&td->cancelled_td_list); in xhci_td_cleanup() 889 list_for_each_entry_safe(td, tmp_td, &ep->cancelled_td_list, cancelled_td_list) { in xhci_invalidate_cancelled_tds() 964 last_unlinked_td = list_last_entry(&ep->cancelled_td_list, in xhci_handle_cmd_stop_ep() 965 struct xhci_td, cancelled_td_list); in xhci_handle_cmd_stop_ep() 967 if (list_empty(&ep->cancelled_td_list)) { in xhci_handle_cmd_stop_ep() 994 cur_td = list_first_entry(&ep->cancelled_td_list, in xhci_handle_cmd_stop_ep() 995 struct xhci_td, cancelled_td_list); in xhci_handle_cmd_stop_ep() 996 list_del_init(&cur_td->cancelled_td_list); in xhci_handle_cmd_stop_ep() [all...] |
H A D | xhci.c | 1701 if (!list_empty(&td->cancelled_td_list)) in xhci_urb_dequeue() 1702 list_del_init(&td->cancelled_td_list); in xhci_urb_dequeue() 1716 if (!list_empty(&td->cancelled_td_list)) in xhci_urb_dequeue() 1717 list_del_init(&td->cancelled_td_list); in xhci_urb_dequeue() 1735 list_add_tail(&td->cancelled_td_list, &ep->cancelled_td_list); in xhci_urb_dequeue()
|
H A D | xhci.h | 951 struct list_head cancelled_td_list; member 1547 struct list_head cancelled_td_list; member
|
H A D | xhci-mem.c | 1029 INIT_LIST_HEAD(&dev->eps[i].cancelled_td_list); in xhci_alloc_virt_device()
|
Completed in 36 milliseconds