Searched refs:dma_pool_destroy (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Ddmapool.h20 void dma_pool_destroy(struct dma_pool *pool);
H A Dpci.h625 #define pci_pool_destroy(pool) dma_pool_destroy(pool)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-mem.c50 dma_pool_destroy (ohci->td_cache);
59 dma_pool_destroy (ohci->td_cache);
63 dma_pool_destroy (ohci->ed_cache);
H A Dehci-mem.c135 dma_pool_destroy (ehci->qtd_pool);
139 dma_pool_destroy (ehci->qh_pool);
144 dma_pool_destroy (ehci->itd_pool);
148 dma_pool_destroy (ehci->sitd_pool);
H A Duhci-hcd.c472 dma_pool_destroy(uhci->qh_pool);
474 dma_pool_destroy(uhci->td_pool);
677 dma_pool_destroy(uhci->qh_pool);
680 dma_pool_destroy(uhci->td_pool);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/base/
H A Ddmapool.c224 * dma_pool_destroy - destroys a pool of dma memory blocks.
232 dma_pool_destroy (struct dma_pool *pool) function
246 dev_err(pool->dev, "dma_pool_destroy %s, %p busy\n",
249 printk (KERN_ERR "dma_pool_destroy %s, %p busy\n",
425 dma_pool_destroy(pool);
463 * dmam_pool_destroy - Managed dma_pool_destroy()
466 * Managed dma_pool_destroy().
472 dma_pool_destroy(pool);
477 EXPORT_SYMBOL (dma_pool_destroy); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dbuffer.c88 dma_pool_destroy(pool);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/common/
H A Ddmabounce.c602 dma_pool_destroy(device_info->small.pool);
630 dma_pool_destroy(device_info->small.pool);
632 dma_pool_destroy(device_info->large.pool);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic94xx/
H A Daic94xx_init.c455 dma_pool_destroy(asd_ha->scb_pool);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dfsl_usb2_udc.c2428 dma_pool_destroy(udc_controller->td_pool);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_os.c2087 dma_pool_destroy(ha->s_dma_pool);

Completed in 103 milliseconds