trb_pool          121 drivers/usb/cdns3/debug.h 	trb = &priv_ep->trb_pool[priv_ep->dequeue];
trb_pool          129 drivers/usb/cdns3/debug.h 	trb = &priv_ep->trb_pool[priv_ep->enqueue];
trb_pool           40 drivers/usb/cdns3/ep0.c 	priv_ep->trb_pool[0].buffer = TRB_BUFFER(dma_addr);
trb_pool           41 drivers/usb/cdns3/ep0.c 	priv_ep->trb_pool[0].length = TRB_LEN(length);
trb_pool           44 drivers/usb/cdns3/ep0.c 		priv_ep->trb_pool[0].control = TRB_CYCLE | TRB_TYPE(TRB_NORMAL);
trb_pool           45 drivers/usb/cdns3/ep0.c 		priv_ep->trb_pool[1].buffer = TRB_BUFFER(dma_addr);
trb_pool           46 drivers/usb/cdns3/ep0.c 		priv_ep->trb_pool[1].length = TRB_LEN(0);
trb_pool           47 drivers/usb/cdns3/ep0.c 		priv_ep->trb_pool[1].control = TRB_CYCLE | TRB_IOC |
trb_pool           50 drivers/usb/cdns3/ep0.c 		priv_ep->trb_pool[0].control = TRB_CYCLE | TRB_IOC |
trb_pool           52 drivers/usb/cdns3/ep0.c 		priv_ep->trb_pool[1].control = 0;
trb_pool           55 drivers/usb/cdns3/ep0.c 	trace_cdns3_prepare_trb(priv_ep, priv_ep->trb_pool);
trb_pool          596 drivers/usb/cdns3/ep0.c 		trace_cdns3_complete_trb(priv_ep, priv_ep->trb_pool);
trb_pool          600 drivers/usb/cdns3/ep0.c 			TRB_LEN(le32_to_cpu(priv_ep->trb_pool->length));
trb_pool          156 drivers/usb/cdns3/gadget.c 	u32 offset = (char *)trb - (char *)priv_ep->trb_pool;
trb_pool          185 drivers/usb/cdns3/gadget.c 	if (!priv_ep->trb_pool) {
trb_pool          186 drivers/usb/cdns3/gadget.c 		priv_ep->trb_pool = dma_alloc_coherent(priv_dev->sysdev,
trb_pool          190 drivers/usb/cdns3/gadget.c 		if (!priv_ep->trb_pool)
trb_pool          193 drivers/usb/cdns3/gadget.c 		memset(priv_ep->trb_pool, 0, ring_size);
trb_pool          201 drivers/usb/cdns3/gadget.c 	link_trb = (priv_ep->trb_pool + (priv_ep->num_trbs - 1));
trb_pool          212 drivers/usb/cdns3/gadget.c 	if (priv_ep->trb_pool) {
trb_pool          215 drivers/usb/cdns3/gadget.c 				  priv_ep->trb_pool, priv_ep->trb_pool_dma);
trb_pool          216 drivers/usb/cdns3/gadget.c 		priv_ep->trb_pool = NULL;
trb_pool          851 drivers/usb/cdns3/gadget.c 	trb = priv_ep->trb_pool + priv_ep->enqueue;
trb_pool          873 drivers/usb/cdns3/gadget.c 		link_trb = priv_ep->trb_pool + (priv_ep->num_trbs - 1);
trb_pool          947 drivers/usb/cdns3/gadget.c 		trb = priv_ep->trb_pool + priv_ep->enqueue;
trb_pool         1100 drivers/usb/cdns3/gadget.c 	trb = &priv_ep->trb_pool[priv_req->start_trb];
trb_pool         1148 drivers/usb/cdns3/gadget.c 		trb = priv_ep->trb_pool + priv_ep->dequeue;
trb_pool         1164 drivers/usb/cdns3/gadget.c 		trb = priv_ep->trb_pool + priv_ep->dequeue;
trb_pool         1125 drivers/usb/cdns3/gadget.h 	struct cdns3_trb	*trb_pool;
trb_pool          378 drivers/usb/cdns3/trace.h 		memcpy(__get_dynamic_array(ring), priv_ep->trb_pool,
trb_pool          686 drivers/usb/dwc3/core.h 	struct dwc3_trb		*trb_pool;
trb_pool          798 drivers/usb/dwc3/debugfs.c 		struct dwc3_trb *trb = &dep->trb_pool[i];
trb_pool          427 drivers/usb/dwc3/gadget.c 	u32		offset = (char *) trb - (char *) dep->trb_pool;
trb_pool          436 drivers/usb/dwc3/gadget.c 	if (dep->trb_pool)
trb_pool          439 drivers/usb/dwc3/gadget.c 	dep->trb_pool = dma_alloc_coherent(dwc->sysdev,
trb_pool          442 drivers/usb/dwc3/gadget.c 	if (!dep->trb_pool) {
trb_pool          456 drivers/usb/dwc3/gadget.c 			dep->trb_pool, dep->trb_pool_dma);
trb_pool          458 drivers/usb/dwc3/gadget.c 	dep->trb_pool = NULL;
trb_pool          646 drivers/usb/dwc3/gadget.c 		memset(dep->trb_pool, 0,
trb_pool          650 drivers/usb/dwc3/gadget.c 		trb_st_hw = &dep->trb_pool[0];
trb_pool          652 drivers/usb/dwc3/gadget.c 		trb_link = &dep->trb_pool[DWC3_TRB_NUM - 1];
trb_pool          671 drivers/usb/dwc3/gadget.c 		trb = &dep->trb_pool[0];
trb_pool          878 drivers/usb/dwc3/gadget.c 	return &dep->trb_pool[tmp - 1];
trb_pool         1041 drivers/usb/dwc3/gadget.c 	trb = &dep->trb_pool[dep->trb_enqueue];
trb_pool         1091 drivers/usb/dwc3/gadget.c 			trb = &dep->trb_pool[dep->trb_enqueue];
trb_pool         1136 drivers/usb/dwc3/gadget.c 		trb = &dep->trb_pool[dep->trb_enqueue];
trb_pool         1153 drivers/usb/dwc3/gadget.c 		trb = &dep->trb_pool[dep->trb_enqueue];
trb_pool         1521 drivers/usb/dwc3/gadget.c 		trb = &dep->trb_pool[dep->trb_dequeue];
trb_pool         2473 drivers/usb/dwc3/gadget.c 	struct dwc3_trb *trb = &dep->trb_pool[dep->trb_dequeue];
trb_pool         2481 drivers/usb/dwc3/gadget.c 		trb = &dep->trb_pool[dep->trb_dequeue];
trb_pool         2499 drivers/usb/dwc3/gadget.c 	struct dwc3_trb *trb = &dep->trb_pool[dep->trb_dequeue];
trb_pool          258 drivers/usb/gadget/udc/mv_u3d.h 	struct dma_pool			*trb_pool; /* for TRB data structure */
trb_pool          193 drivers/usb/gadget/udc/mv_u3d_core.c 		dma_pool_free(u3d->trb_pool,
trb_pool          292 drivers/usb/gadget/udc/mv_u3d_core.c 	trb_hw = dma_pool_alloc(u3d->trb_pool, GFP_ATOMIC, dma);
trb_pool         1758 drivers/usb/gadget/udc/mv_u3d_core.c 	dma_pool_destroy(u3d->trb_pool);
trb_pool         1882 drivers/usb/gadget/udc/mv_u3d_core.c 	u3d->trb_pool = dma_pool_create("u3d_trb",
trb_pool         1888 drivers/usb/gadget/udc/mv_u3d_core.c 	if (!u3d->trb_pool) {
trb_pool         1974 drivers/usb/gadget/udc/mv_u3d_core.c 	dma_pool_destroy(u3d->trb_pool);