Home
last modified time | relevance | path

Searched refs:xhci_td (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/usb/host/
Dxhci-ring.c109 static bool last_td_in_urb(struct xhci_td *td) in last_td_in_urb()
568 unsigned int stream_id, struct xhci_td *td) in xhci_move_dequeue_past_td()
724 struct xhci_td *td, bool flip_cycle) in td_to_noop()
748 struct xhci_td *cur_td, int status) in xhci_giveback_urb_in_irq()
768 struct xhci_ring *ring, struct xhci_td *td) in xhci_unmap_td_bounce_buffer()
801 static int xhci_td_cleanup(struct xhci_hcd *xhci, struct xhci_td *td, in xhci_td_cleanup()
854 struct xhci_td *td, *tmp_td; in xhci_giveback_invalidated_tds()
900 struct xhci_td *td, in xhci_handle_halted_endpoint()
951 struct xhci_td *td = NULL; in xhci_invalidate_cancelled_tds()
952 struct xhci_td *tmp_td = NULL; in xhci_invalidate_cancelled_tds()
[all …]
Dxhci.h1560 struct xhci_td { struct
1667 struct xhci_td td[];
2179 struct xhci_td *td);
Dxhci.c40 static bool td_on_ring(struct xhci_td *td, struct xhci_ring *ring) in td_on_ring()
1793 struct xhci_td *td; in xhci_urb_dequeue()