Searched refs:xhci_ring (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | xhci-ring.c | 36 static int last_trb(struct xhci_ctrl *ctrl, struct xhci_ring *ring, in last_trb() 56 struct xhci_ring *ring, in last_trb_on_last_seg() 89 static void inc_enq(struct xhci_ctrl *ctrl, struct xhci_ring *ring, in inc_enq() 147 static void inc_deq(struct xhci_ctrl *ctrl, struct xhci_ring *ring) in inc_deq() 182 struct xhci_ring *ring, in queue_trb() 210 static int prepare_ring(struct xhci_ctrl *ctrl, struct xhci_ring *ep_ring, in prepare_ring() 484 struct xhci_ring *ring = ctrl->devs[udev->slot_id]->eps[ep_index].ring; in reset_ep() 521 struct xhci_ring *ring = ctrl->devs[udev->slot_id]->eps[ep_index].ring; in abort_td() 611 struct xhci_ring *ring; /* EP transfer ring */ in xhci_bulk_tx() 805 struct xhci_ring *ep_ring; in xhci_ctrl_tx()
|
| H A D | xhci-mem.c | 79 static void xhci_ring_free(struct xhci_ring *ring) in xhci_ring_free() 246 static void xhci_initialize_ring_info(struct xhci_ring *ring) in xhci_initialize_ring_info() 303 struct xhci_ring *xhci_ring_alloc(unsigned int num_segs, bool link_trbs) in xhci_ring_alloc() 305 struct xhci_ring *ring; in xhci_ring_alloc() 308 ring = (struct xhci_ring *)malloc(sizeof(struct xhci_ring)); in xhci_ring_alloc()
|
| /rk3399_rockchip-uboot/include/usb/ |
| H A D | xhci.h | 1010 struct xhci_ring { struct 1061 struct xhci_ring *ring; 1224 struct xhci_ring *event_ring; 1225 struct xhci_ring *cmd_ring; 1226 struct xhci_ring *transfer_ring; 1266 struct xhci_ring *xhci_ring_alloc(unsigned int num_segs, bool link_trbs);
|