Searched refs:xhci_trb (Results 1 – 4 of 4) sorted by relevance
36 struct xhci_segment *seg, union xhci_trb *trb) in last_trb()57 union xhci_trb *trb) in last_trb_on_last_seg()92 union xhci_trb *next; in inc_enq()125 sizeof(union xhci_trb)); in inc_enq()212 union xhci_trb *next = ep_ring->enqueue; in prepare_ring()246 xhci_flush_cache((uintptr_t)next, sizeof(union xhci_trb)); in prepare_ring()410 union xhci_trb *event; in event_ready()413 sizeof(union xhci_trb)); in event_ready()434 union xhci_trb *xhci_wait_for_event(struct xhci_ctrl *ctrl, trb_type expected) in xhci_wait_for_event()440 union xhci_trb *event = ctrl->event_ring->dequeue; in xhci_wait_for_event()[all …]
892 union xhci_trb { union1004 union xhci_trb *trbs;1011 union xhci_trb *enqueue;1013 union xhci_trb *dequeue;1235 unsigned long trb_addr(struct xhci_segment *seg, union xhci_trb *trb);1255 union xhci_trb *xhci_wait_for_event(struct xhci_ctrl *ctrl, trb_type expected);
454 union xhci_trb *event; in xhci_configure_endpoints()632 union xhci_trb *event; in xhci_address_device()709 union xhci_trb *event; in _xhci_alloc_device()
280 seg->trbs = (union xhci_trb *)xhci_malloc(SEGMENT_SIZE); in xhci_segment_alloc()