Searched refs:ep0out_buf (Results 1 – 1 of 1) sorted by relevance
370 void *ep0out_buf; member2994 dev->ep0out_buf = kzalloc(UDC_EP0OUT_BUFF_SIZE * 4, GFP_KERNEL); in init_dma_pools()2995 if (!dev->ep0out_buf) in init_dma_pools()2997 dev->dma_addr = dma_map_single(&dev->pdev->dev, dev->ep0out_buf, in init_dma_pools()3081 kfree(dev->ep0out_buf); in pch_udc_remove()