Lines Matching defs:trb
70 union xhci_trb *trb) in xhci_trb_virt_to_dma()
83 static bool trb_is_noop(union xhci_trb *trb) in trb_is_noop()
88 static bool trb_is_link(union xhci_trb *trb) in trb_is_link()
93 static bool last_trb_on_seg(struct xhci_segment *seg, union xhci_trb *trb) in last_trb_on_seg()
99 struct xhci_segment *seg, union xhci_trb *trb) in last_trb_on_ring()
104 static bool link_trb_toggles_cycle(union xhci_trb *trb) in link_trb_toggles_cycle()
123 static void trb_to_noop(union xhci_trb *trb, u32 noop_type) in trb_to_noop()
145 union xhci_trb **trb) in next_trb()
766 union xhci_trb *trb = td->first_trb; in td_to_noop() local
1099 union xhci_trb *trb, u32 comp_code) in xhci_handle_cmd_stop_ep()
1329 union xhci_trb *trb, u32 cmd_comp_code) in xhci_handle_cmd_set_deq()
1438 union xhci_trb *trb, u32 cmd_comp_code) in xhci_handle_cmd_reset_ep()
2251 union xhci_trb *trb = ring->dequeue; in sum_trb_lengths() local
3187 struct xhci_generic_trb *trb; in queue_trb() local