Home
last modified time | relevance | path

Searched refs:dd_cache (Results 1 – 1 of 1) sorted by relevance

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