Lines Matching refs:xhci_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()
129 static void trb_to_noop(union xhci_trb *trb, u32 noop_type) in trb_to_noop()
151 union xhci_trb **trb) in next_trb()
224 union xhci_trb *next; in inc_enq()
287 union xhci_trb *enq = ring->enqueue; in xhci_num_trbs_free()
288 union xhci_trb *last_on_seg; in xhci_num_trbs_free()
433 union xhci_trb *new_deq = xhci->cmd_ring->dequeue; in xhci_abort_cmd_ring()
639 union xhci_trb *new_deq; in xhci_move_dequeue_past_td()
747 union xhci_trb *trb = td->first_trb; in td_to_noop()
1094 union xhci_trb *trb, u32 comp_code) in xhci_handle_cmd_stop_ep()
1293 union xhci_trb *dequeue_temp; in update_ring_for_set_deq_completion()
1333 union xhci_trb *trb, u32 cmd_comp_code) in xhci_handle_cmd_set_deq()
1468 union xhci_trb *trb, u32 cmd_comp_code) in xhci_handle_cmd_reset_ep()
1707 union xhci_trb *cmd_trb; in handle_cmd_completion()
1838 union xhci_trb *event, u32 trb_type) in handle_vendor_event()
1846 union xhci_trb *event) in handle_device_notification()
1894 static void handle_port_status(struct xhci_hcd *xhci, union xhci_trb *event) in handle_port_status()
2270 union xhci_trb *stop_trb) in sum_trb_lengths()
2273 union xhci_trb *trb = ring->dequeue; in sum_trb_lengths()
2288 union xhci_trb *ep_trb, struct xhci_transfer_event *event) in process_ctrl_td()
2383 union xhci_trb *ep_trb, struct xhci_transfer_event *event) in process_isoc_td()
2513 union xhci_trb *ep_trb, struct xhci_transfer_event *event) in process_bulk_intr_td()
2621 union xhci_trb *ep_trb; in handle_tx_event()
2938 union xhci_trb *event) in xhci_handle_event_trb()