Searched refs:dd_cache (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c142 struct dma_pool *dd_cache; member in struct:lpc32xx_udc
925 dd = dma_pool_alloc(udc->dd_cache, GFP_ATOMIC | GFP_DMA, &dma);
935 dma_pool_free(udc->dd_cache, dd, dd->this_dma);
3097 udc->dd_cache = dma_pool_create("udc_dd", udc->dev,
3100 if (!udc->dd_cache) {
3166 dma_pool_destroy(udc->dd_cache);
3195 dma_pool_destroy(udc->dd_cache);

Completed in 383 milliseconds