Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-ring.c109 static bool last_td_in_urb(struct xhci_td *td) in last_td_in_urb()
632 unsigned int stream_id, struct xhci_td *td) in xhci_move_dequeue_past_td()
744 struct xhci_td *td, bool flip_cycle) in td_to_noop()
764 struct xhci_td *cur_td, int status) in xhci_giveback_urb_in_irq()
784 struct xhci_ring *ring, struct xhci_td *td) in xhci_unmap_td_bounce_buffer()
817 static int xhci_td_cleanup(struct xhci_hcd *xhci, struct xhci_td *td, in xhci_td_cleanup()
870 struct xhci_td *td, *tmp_td; in xhci_giveback_invalidated_tds()
916 struct xhci_td *td, in xhci_handle_halted_endpoint()
967 struct xhci_td *td = NULL; in xhci_invalidate_cancelled_tds()
968 struct xhci_td *tmp_td = NULL; in xhci_invalidate_cancelled_tds()
[all …]
H A Dxhci.h1283 struct xhci_td { struct
1390 struct xhci_td td[] __counted_by(num_tds);
1877 struct xhci_segment *trb_in_td(struct xhci_hcd *xhci, struct xhci_td *td,
1909 struct xhci_td *td);
H A Dxhci.c41 static bool td_on_ring(struct xhci_td *td, struct xhci_ring *ring) in td_on_ring()
1684 struct xhci_td *td; in xhci_urb_dequeue()