Searched refs:ep0out_buf (Results 1 – 1 of 1) sorted by relevance
2891 void *ep0out_buf; in init_dma_pools() local2934 ep0out_buf = devm_kzalloc(&dev->pdev->dev, UDC_EP0OUT_BUFF_SIZE * 4, in init_dma_pools()2936 if (!ep0out_buf) in init_dma_pools()2938 dev->dma_addr = dma_map_single(&dev->pdev->dev, ep0out_buf, in init_dma_pools()