Searched refs:stp_requests (Results 1 – 2 of 2) sorted by relevance
353 struct dma_pool *stp_requests; member2864 dev->stp_requests = dma_pool_create("setup requests", &dev->pdev->dev, in init_dma_pools()2866 if (!dev->stp_requests) { in init_dma_pools()2872 td_stp = dma_pool_alloc(dev->stp_requests, GFP_KERNEL, in init_dma_pools()2995 if (dev->stp_requests) { in pch_udc_remove()2998 dma_pool_free(dev->stp_requests, in pch_udc_remove()3003 dma_pool_free(dev->stp_requests, in pch_udc_remove()3007 dma_pool_destroy(dev->stp_requests); in pch_udc_remove()
556 struct dma_pool *stp_requests; member