Searched refs:dd_cache (Results 1 – 1 of 1) sorted by relevance
143 struct dma_pool *dd_cache; member926 dd = dma_pool_alloc(udc->dd_cache, GFP_ATOMIC | GFP_DMA, &dma); in udc_dd_alloc()936 dma_pool_free(udc->dd_cache, dd, dd->this_dma); in udc_dd_free()3095 udc->dd_cache = dma_pool_create("udc_dd", udc->dev, in lpc32xx_udc_probe()3098 if (!udc->dd_cache) { in lpc32xx_udc_probe()3164 dma_pool_destroy(udc->dd_cache); in lpc32xx_udc_probe()3190 dma_pool_destroy(udc->dd_cache); in lpc32xx_udc_remove()