Home
last modified time | relevance | path

Searched refs:xhci_trb (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-ring.c37 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 …]
H A Dxhci.c455 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()
H A Dxhci-mem.c281 seg->trbs = (union xhci_trb *)xhci_malloc(SEGMENT_SIZE); in xhci_segment_alloc()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h893 union xhci_trb { union
1005 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);