Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Dpch_udc.c368 struct pci_pool *stp_requests; member
2953 dev->stp_requests = pci_pool_create("setup requests", dev->pdev, in init_dma_pools()
2955 if (!dev->stp_requests) { in init_dma_pools()
2961 td_stp = pci_pool_alloc(dev->stp_requests, GFP_KERNEL, in init_dma_pools()
3053 if (dev->stp_requests) { in pch_udc_remove()
3056 pci_pool_free(dev->stp_requests, in pch_udc_remove()
3061 pci_pool_free(dev->stp_requests, in pch_udc_remove()
3065 pci_pool_destroy(dev->stp_requests); in pch_udc_remove()
Damd5536udc.c3057 if (dev->stp_requests) { in udc_pci_remove()
3059 pci_pool_free(dev->stp_requests, in udc_pci_remove()
3062 pci_pool_free(dev->stp_requests, in udc_pci_remove()
3066 pci_pool_destroy(dev->stp_requests); in udc_pci_remove()
3112 dev->stp_requests = dma_pool_create("setup requests", NULL, in init_dma_pools()
3114 if (!dev->stp_requests) { in init_dma_pools()
3120 td_stp = dma_pool_alloc(dev->stp_requests, GFP_KERNEL, in init_dma_pools()
3129 td_data = dma_pool_alloc(dev->stp_requests, GFP_KERNEL, in init_dma_pools()
Damd5536udc.h552 struct pci_pool *stp_requests; member