Searched refs:xhci_td (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/usb/host/ |
| D | xhci-ring.c | 106 static bool last_td_in_urb(struct xhci_td *td) in last_td_in_urb() 523 unsigned int stream_id, struct xhci_td *cur_td, in xhci_find_new_dequeue_state() 607 struct xhci_td *td, bool flip_cycle) in td_to_noop() 639 struct xhci_td *cur_td, int status) in xhci_giveback_urb_in_irq() 661 struct xhci_ring *ring, struct xhci_td *td) in xhci_unmap_td_bounce_buffer() 705 struct xhci_td *cur_td = NULL; in xhci_handle_cmd_stop_ep() 706 struct xhci_td *last_unlinked_td; in xhci_handle_cmd_stop_ep() 729 struct xhci_td, cancelled_td_list); in xhci_handle_cmd_stop_ep() 812 struct xhci_td, cancelled_td_list); in xhci_handle_cmd_stop_ep() 837 struct xhci_td *cur_td; in xhci_kill_ring_urbs() [all …]
|
| D | xhci.h | 1534 struct xhci_td { struct 1645 struct xhci_td td[0]; 2104 unsigned int stream_id, struct xhci_td *cur_td, 2110 unsigned int stream_id, struct xhci_td *td);
|
| D | xhci.c | 41 static bool td_on_ring(struct xhci_td *td, struct xhci_ring *ring) in td_on_ring() 1607 struct xhci_td *td; in xhci_urb_dequeue() 3036 unsigned int stream_id, struct xhci_td *td) in xhci_cleanup_stalled_ring()
|