Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-ring.c110 static bool last_td_in_urb(struct xhci_td *td) in last_td_in_urb()
631 unsigned int stream_id, struct xhci_td *td) in xhci_move_dequeue_past_td()
764 struct xhci_td *td, bool flip_cycle) in td_to_noop()
788 struct xhci_td *cur_td, int status) in xhci_giveback_urb_in_irq()
808 struct xhci_ring *ring, struct xhci_td *td) in xhci_unmap_td_bounce_buffer()
841 static int xhci_td_cleanup(struct xhci_hcd *xhci, struct xhci_td *td, in xhci_td_cleanup()
894 struct xhci_td *td, *tmp_td; in xhci_giveback_invalidated_tds()
940 struct xhci_td *td, in xhci_handle_halted_endpoint()
991 struct xhci_td *td = NULL; in xhci_invalidate_cancelled_tds()
992 struct xhci_td *tmp_td = NULL; in xhci_invalidate_cancelled_tds()
[all …]
H A Dxhci.h1312 struct xhci_td { struct
1422 struct xhci_td td[];
1943 struct xhci_td *td);
H A Dxhci.c42 static bool td_on_ring(struct xhci_td *td, struct xhci_ring *ring) in td_on_ring()
1654 struct xhci_td *td; in xhci_urb_dequeue()