Lines Matching defs:trb
67 union xhci_trb *trb) in xhci_trb_virt_to_dma()
80 static bool trb_is_noop(union xhci_trb *trb) in trb_is_noop()
85 static bool trb_is_link(union xhci_trb *trb) in trb_is_link()
90 static bool last_trb_on_seg(struct xhci_segment *seg, union xhci_trb *trb) in last_trb_on_seg()
96 struct xhci_segment *seg, union xhci_trb *trb) in last_trb_on_ring()
101 static bool link_trb_toggles_cycle(union xhci_trb *trb) in link_trb_toggles_cycle()
120 static void trb_to_noop(union xhci_trb *trb, u32 noop_type) in trb_to_noop()
142 union xhci_trb **trb) in next_trb()
634 union xhci_trb *trb = td->first_trb; in td_to_noop() local
722 union xhci_trb *trb, struct xhci_event_cmd *event) in xhci_handle_cmd_stop_ep()
1062 union xhci_trb *trb, u32 cmd_comp_code) in xhci_handle_cmd_set_deq()
1157 union xhci_trb *trb, u32 cmd_comp_code) in xhci_handle_cmd_reset_ep()
2028 union xhci_trb *trb = ring->dequeue; in sum_trb_lengths() local
2927 struct xhci_generic_trb *trb; in queue_trb() local