Lines Matching refs:xhci_trb
70 union xhci_trb *trb) in xhci_trb_virt_to_dma()
84 static bool trb_is_noop(union xhci_trb *trb) in trb_is_noop()
89 static bool trb_is_link(union xhci_trb *trb) in trb_is_link()
94 static bool last_trb_on_seg(struct xhci_segment *seg, union xhci_trb *trb) in last_trb_on_seg()
100 struct xhci_segment *seg, union xhci_trb *trb) in last_trb_on_ring()
105 static bool link_trb_toggles_cycle(union xhci_trb *trb) in link_trb_toggles_cycle()
124 static void trb_to_noop(union xhci_trb *trb, u32 noop_type) in trb_to_noop()
146 union xhci_trb **trb) in next_trb()
221 union xhci_trb *next; in inc_enq()
372 union xhci_trb *new_deq = xhci->cmd_ring->dequeue; in xhci_abort_cmd_ring()
578 union xhci_trb *new_deq; in xhci_move_dequeue_past_td()
580 union xhci_trb *halted_trb; in xhci_move_dequeue_past_td()
729 union xhci_trb *trb = td->first_trb; in td_to_noop()
1072 union xhci_trb *trb, u32 comp_code) in xhci_handle_cmd_stop_ep()
1315 union xhci_trb *dequeue_temp; in update_ring_for_set_deq_completion()
1354 union xhci_trb *trb, u32 cmd_comp_code) in xhci_handle_cmd_set_deq()
1463 union xhci_trb *trb, u32 cmd_comp_code) in xhci_handle_cmd_reset_ep()
1706 union xhci_trb *cmd_trb; in handle_cmd_completion()
1837 union xhci_trb *event, u32 trb_type) in handle_vendor_event()
1845 union xhci_trb *event) in handle_device_notification()
1894 union xhci_trb *event) in handle_port_status()
2080 union xhci_trb *start_trb, in trb_in_td()
2081 union xhci_trb *end_trb, in trb_in_td()
2282 union xhci_trb *stop_trb) in sum_trb_lengths()
2285 union xhci_trb *trb = ring->dequeue; in sum_trb_lengths()
2300 union xhci_trb *ep_trb, struct xhci_transfer_event *event) in process_ctrl_td()
2396 union xhci_trb *ep_trb, struct xhci_transfer_event *event) in process_isoc_td()
2507 union xhci_trb *ep_trb, struct xhci_transfer_event *event) in process_bulk_intr_td()
2592 union xhci_trb *ep_trb; in handle_tx_event()
2963 union xhci_trb *event; in xhci_handle_event()
3038 union xhci_trb *event_ring_deq) in xhci_update_erst_dequeue()
3086 union xhci_trb *event_ring_deq; in xhci_irq()