Searched refs:xhci_trb (Results 1 – 4 of 4) sorted by relevance
37 struct xhci_segment *seg, union xhci_trb *trb) in last_trb()58 union xhci_trb *trb) in last_trb_on_last_seg()93 union xhci_trb *next; in inc_enq()126 sizeof(union xhci_trb)); in inc_enq()213 union xhci_trb *next = ep_ring->enqueue; in prepare_ring()247 xhci_flush_cache((uintptr_t)next, sizeof(union xhci_trb)); in prepare_ring()411 union xhci_trb *event; in event_ready()414 sizeof(union xhci_trb)); in event_ready()435 union xhci_trb *xhci_wait_for_event(struct xhci_ctrl *ctrl, trb_type expected) in xhci_wait_for_event()441 union xhci_trb *event = ctrl->event_ring->dequeue; in xhci_wait_for_event()[all …]
455 union xhci_trb *event; in xhci_configure_endpoints()636 union xhci_trb *event; in xhci_address_device()716 union xhci_trb *event; in _xhci_alloc_device()
281 seg->trbs = (union xhci_trb *)xhci_malloc(SEGMENT_SIZE); in xhci_segment_alloc()
893 union xhci_trb { union1005 union xhci_trb *trbs;1012 union xhci_trb *enqueue;1014 union xhci_trb *dequeue;1237 unsigned long trb_addr(struct xhci_segment *seg, union xhci_trb *trb);1257 union xhci_trb *xhci_wait_for_event(struct xhci_ctrl *ctrl, trb_type expected);