HomeSort by relevance Sort by last modified time
    Searched refs:xhci_trb (Results 1 - 4 of 4) sorted by null

  /external/u-boot/drivers/usb/host/
xhci-ring.c 36 struct xhci_segment *seg, union xhci_trb *trb)
57 union xhci_trb *trb)
92 union xhci_trb *next;
125 sizeof(union xhci_trb));
212 union xhci_trb *next = ep_ring->enqueue;
246 xhci_flush_cache((uintptr_t)next, sizeof(union xhci_trb));
410 union xhci_trb *event;
413 sizeof(union xhci_trb));
434 union xhci_trb *xhci_wait_for_event(struct xhci_ctrl *ctrl, trb_type expected)
440 union xhci_trb *event = ctrl->event_ring->dequeue
    [all...]
xhci.h 892 union xhci_trb { union
    [all...]
xhci.c 454 union xhci_trb *event;
632 union xhci_trb *event;
709 union xhci_trb *event;
    [all...]
xhci-mem.c 280 seg->trbs = (union xhci_trb *)xhci_malloc(SEGMENT_SIZE);

Completed in 4087 milliseconds