Searched refs:xhci_td (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | xhci-ring.c | 106 static bool last_td_in_urb(struct xhci_td *td) in last_td_in_urb() 516 unsigned int stream_id, struct xhci_td *cur_td, in xhci_find_new_dequeue_state() 600 struct xhci_td *td, bool flip_cycle) in td_to_noop() 632 struct xhci_td *cur_td, int status) in xhci_giveback_urb_in_irq() 654 struct xhci_ring *ring, struct xhci_td *td) in xhci_unmap_td_bounce_buffer() 694 struct xhci_td *cur_td = NULL; in xhci_handle_cmd_stop_ep() 695 struct xhci_td *last_unlinked_td; in xhci_handle_cmd_stop_ep() 718 struct xhci_td, cancelled_td_list); in xhci_handle_cmd_stop_ep() 801 struct xhci_td, cancelled_td_list); in xhci_handle_cmd_stop_ep() 826 struct xhci_td *cur_td; in xhci_kill_ring_urbs() [all …]
|
D | xhci.h | 1512 struct xhci_td { struct 1622 struct xhci_td td[0]; 2085 unsigned int stream_id, struct xhci_td *cur_td, 2091 unsigned int stream_id, struct xhci_td *td);
|
D | xhci.c | 40 static bool td_on_ring(struct xhci_td *td, struct xhci_ring *ring) in td_on_ring() 1442 num_tds * sizeof(struct xhci_td), mem_flags); in xhci_urb_enqueue() 1553 struct xhci_td *td; in xhci_urb_dequeue() 2976 unsigned int stream_id, struct xhci_td *td) in xhci_cleanup_stalled_ring()
|