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()
749 union xhci_trb *trb = td->start_trb; in td_to_noop() local
1124 union xhci_trb *trb, u32 comp_code) in xhci_handle_cmd_stop_ep()
1380 union xhci_trb *trb, u32 cmd_comp_code) in xhci_handle_cmd_set_deq()
1520 union xhci_trb *trb, u32 cmd_comp_code) in xhci_handle_cmd_reset_ep()
2321 union xhci_trb *trb = td->start_trb; in sum_trb_lengths() local
3200 struct xhci_generic_trb *trb; in queue_trb() local