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