Lines Matching defs:trb
72 union xhci_trb *trb) in xhci_trb_virt_to_dma()
85 static bool trb_is_noop(union xhci_trb *trb) in trb_is_noop()
90 static bool trb_is_link(union xhci_trb *trb) in trb_is_link()
95 static bool last_trb_on_seg(struct xhci_segment *seg, union xhci_trb *trb) in last_trb_on_seg()
101 struct xhci_segment *seg, union xhci_trb *trb) in last_trb_on_ring()
106 static bool link_trb_toggles_cycle(union xhci_trb *trb) in link_trb_toggles_cycle()
131 static void trb_to_noop(union xhci_trb *trb, u32 noop_type) in trb_to_noop()
151 union xhci_trb **trb) in next_trb()
804 union xhci_trb *trb = td->start_trb; in td_to_noop() local
1179 union xhci_trb *trb, u32 comp_code) in xhci_handle_cmd_stop_ep()
1411 union xhci_trb *trb, u32 cmd_comp_code) in xhci_handle_cmd_set_deq()
1551 union xhci_trb *trb, u32 cmd_comp_code) in xhci_handle_cmd_reset_ep()
2291 union xhci_trb *trb = td->start_trb; in sum_trb_lengths() local
3221 struct xhci_generic_trb *trb; in queue_trb() local