Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dohci-mem.c51 dma_pool_destroy (ohci->td_cache); in ohci_mem_init()
60 dma_pool_destroy (ohci->td_cache); in ohci_mem_cleanup()
64 dma_pool_destroy (ohci->ed_cache); in ohci_mem_cleanup()
Dehci-mem.c132 dma_pool_destroy (ehci->qtd_pool); in ehci_mem_cleanup()
136 dma_pool_destroy (ehci->qh_pool); in ehci_mem_cleanup()
141 dma_pool_destroy (ehci->itd_pool); in ehci_mem_cleanup()
145 dma_pool_destroy (ehci->sitd_pool); in ehci_mem_cleanup()
Duhci-hcd.c534 dma_pool_destroy(uhci->qh_pool); in release_uhci()
536 dma_pool_destroy(uhci->td_pool); in release_uhci()
688 dma_pool_destroy(uhci->qh_pool); in uhci_start()
691 dma_pool_destroy(uhci->td_pool); in uhci_start()
Dxhci-mem.c1831 dma_pool_destroy(xhci->segment_pool); in xhci_mem_cleanup()
1835 dma_pool_destroy(xhci->device_pool); in xhci_mem_cleanup()
1839 dma_pool_destroy(xhci->small_streams_pool); in xhci_mem_cleanup()
1844 dma_pool_destroy(xhci->medium_streams_pool); in xhci_mem_cleanup()
Dfotg210-hcd.c1921 dma_pool_destroy(fotg210->qtd_pool); in fotg210_mem_cleanup()
1924 dma_pool_destroy(fotg210->qh_pool); in fotg210_mem_cleanup()
1927 dma_pool_destroy(fotg210->itd_pool); in fotg210_mem_cleanup()
/linux-4.4.14/scripts/coccinelle/free/
Difnullfree.cocci33 dma_pool_destroy(E);
44 * dma_pool_destroy@p\)(E);
/linux-4.4.14/include/linux/
Ddmapool.h22 void dma_pool_destroy(struct dma_pool *pool);
Dpci.h1233 #define pci_pool_destroy(pool) dma_pool_destroy(pool)
/linux-4.4.14/mm/
Ddmapool.c270 void dma_pool_destroy(struct dma_pool *pool) in dma_pool_destroy() function
309 EXPORT_SYMBOL(dma_pool_destroy);
487 dma_pool_destroy(pool); in dmam_pool_release()
/linux-4.4.14/drivers/usb/core/
Dbuffer.c100 dma_pool_destroy(pool); in hcd_buffer_destroy()
/linux-4.4.14/arch/arm/common/
Ddmabounce.c534 dma_pool_destroy(device_info->small.pool); in dmabounce_register_dev()
562 dma_pool_destroy(device_info->small.pool); in dmabounce_unregister_dev()
564 dma_pool_destroy(device_info->large.pool); in dmabounce_unregister_dev()
/linux-4.4.14/drivers/usb/host/whci/
Dinit.c178 dma_pool_destroy(whc->qset_pool); in whc_clean_up()
/linux-4.4.14/drivers/crypto/ccp/
Dccp-dev.c457 dma_pool_destroy(ccp->cmd_q[i].dma_pool); in ccp_init()
504 dma_pool_destroy(ccp->cmd_q[i].dma_pool); in ccp_destroy()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cmdbuf.c1259 dma_pool_destroy(man->headers); in vmw_cmdbuf_man_create()
1312 dma_pool_destroy(man->dheaders); in vmw_cmdbuf_man_destroy()
1313 dma_pool_destroy(man->headers); in vmw_cmdbuf_man_destroy()
/linux-4.4.14/drivers/dma/
Dcoh901318_lli.c50 dma_pool_destroy(pool->dmapool); in coh901318_pool_destroy()
Dat_hdmac.c2121 dma_pool_destroy(atdma->memset_pool); in at_dma_probe()
2123 dma_pool_destroy(atdma->dma_desc_pool); in at_dma_probe()
2149 dma_pool_destroy(atdma->memset_pool); in at_dma_remove()
2150 dma_pool_destroy(atdma->dma_desc_pool); in at_dma_remove()
Dbcm2835-dma.c265 dma_pool_destroy(c->cb_pool); in bcm2835_dma_free_chan_resources()
Didma64.c525 dma_pool_destroy(idma64c->pool); in idma64_free_chan_resources()
Ddma-jz4780.c680 dma_pool_destroy(jzchan->desc_pool); in jz4780_dma_free_chan_resources()
Dmmp_pdma.c435 dma_pool_destroy(chan->desc_pool); in mmp_pdma_free_chan_resources()
Dfsl-edma.c786 dma_pool_destroy(fsl_chan->tcd_pool); in fsl_edma_free_chan_resources()
Dfsldma.c759 dma_pool_destroy(chan->desc_pool); in fsl_dma_free_chan_resources()
Dxgene-dma.c892 dma_pool_destroy(chan->desc_pool); in xgene_dma_free_chan_resources()
Dpxa_dma.c763 dma_pool_destroy(chan->desc_pool); in pxad_free_chan_resources()
Damba-pl08x.c2428 dma_pool_destroy(pl08x->pool); in pl08x_probe()
/linux-4.4.14/drivers/firmware/google/
Dgsmi.c914 dma_pool_destroy(gsmi_dev.dma_pool); in gsmi_init()
934 dma_pool_destroy(gsmi_dev.dma_pool); in gsmi_exit()
/linux-4.4.14/drivers/crypto/
Dixp4xx_crypto.c514 dma_pool_destroy(ctx_pool); in init_ixp_crypto()
516 dma_pool_destroy(buffer_pool); in init_ixp_crypto()
529 dma_pool_destroy(ctx_pool); in release_ixp_crypto()
530 dma_pool_destroy(buffer_pool); in release_ixp_crypto()
/linux-4.4.14/drivers/usb/chipidea/
Dudc.c1922 dma_pool_destroy(ci->td_pool); in udc_start()
1924 dma_pool_destroy(ci->qh_pool); in udc_start()
1942 dma_pool_destroy(ci->td_pool); in ci_hdrc_gadget_destroy()
1943 dma_pool_destroy(ci->qh_pool); in ci_hdrc_gadget_destroy()
/linux-4.4.14/drivers/usb/gadget/udc/bdc/
Dbdc_core.c327 dma_pool_destroy(bdc->bd_table_pool); in bdc_mem_free()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_user_sdma.c247 dma_pool_destroy(pq->header_cache); in qib_user_sdma_queue_create()
1109 dma_pool_destroy(pq->header_cache); in qib_user_sdma_queue_destroy()
/linux-4.4.14/drivers/nvme/host/
Dlightnvm.c532 dma_pool_destroy(dma_pool); in nvme_nvm_destroy_dma_pool()
Dpci.c3013 dma_pool_destroy(dev->prp_page_pool); in nvme_setup_prp_pools()
3021 dma_pool_destroy(dev->prp_page_pool); in nvme_release_prp_pools()
3022 dma_pool_destroy(dev->prp_small_pool); in nvme_release_prp_pools()
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_user_sdma.c603 dma_pool_destroy(pq->header_cache); in ipath_user_sdma_queue_destroy()
/linux-4.4.14/drivers/thunderbolt/
Dctl.c534 dma_pool_destroy(ctl->frame_pool); in tb_ctl_free()
/linux-4.4.14/drivers/usb/gadget/udc/
Damd5536udc.c3125 dma_pool_destroy(dev->stp_requests); in free_dma_pools()
3126 dma_pool_destroy(dev->data_requests); in free_dma_pools()
3212 dma_pool_destroy(dev->stp_requests); in init_dma_pools()
3215 dma_pool_destroy(dev->data_requests); in init_dma_pools()
Dmv_u3d_core.c1770 dma_pool_destroy(u3d->trb_pool); in mv_u3d_remove()
1981 dma_pool_destroy(u3d->trb_pool); in mv_u3d_probe()
Dfsl_udc_core.c2520 dma_pool_destroy(udc_controller->td_pool); in fsl_udc_probe()
2564 dma_pool_destroy(udc_controller->td_pool); in fsl_udc_remove()
Dmv_udc_core.c2103 dma_pool_destroy(udc->dtd_pool); in mv_udc_remove()
2327 dma_pool_destroy(udc->dtd_pool); in mv_udc_probe()
Dlpc32xx_udc.c3298 dma_pool_destroy(udc->dd_cache); in lpc32xx_udc_probe()
3345 dma_pool_destroy(udc->dd_cache); in lpc32xx_udc_remove()
Dgr_udc.c2120 dma_pool_destroy(dev->desc_pool); in gr_remove()
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_os.c3557 dma_pool_destroy(ha->fcp_cmnd_dma_pool); in qla2x00_mem_alloc()
3562 dma_pool_destroy(ha->dl_dma_pool); in qla2x00_mem_alloc()
3566 dma_pool_destroy(ha->s_dma_pool); in qla2x00_mem_alloc()
3681 dma_pool_destroy(ha->s_dma_pool); in qla2x00_mem_free()
3703 dma_pool_destroy(ha->dl_dma_pool); in qla2x00_mem_free()
3706 dma_pool_destroy(ha->fcp_cmnd_dma_pool); in qla2x00_mem_free()
/linux-4.4.14/drivers/atm/
Dhe.c898 dma_pool_destroy(he_dev->rbpl_pool); in he_init_group()
1581 dma_pool_destroy(he_dev->rbpl_pool); in he_stop()
1595 dma_pool_destroy(he_dev->tpd_pool); in he_stop()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c624 dma_pool_destroy(ddp_pool->pool); in ixgbe_fcoe_dma_pool_free()
/linux-4.4.14/drivers/dma/xilinx/
Dxilinx_vdma.c433 dma_pool_destroy(chan->desc_pool); in xilinx_vdma_free_chan_resources()
/linux-4.4.14/drivers/scsi/aic94xx/
Daic94xx_init.c620 dma_pool_destroy(asd_ha->scb_pool); in asd_destroy_ha_caches()
/linux-4.4.14/drivers/usb/musb/
Dcppi_dma.c1364 dma_pool_destroy(cppi->pool); in cppi_dma_controller_destroy()
/linux-4.4.14/Documentation/
DDMA-API.txt134 void dma_pool_destroy(struct dma_pool *pool);
136 dma_pool_destroy() frees the resources of the pool. It must be
DDMA-API-HOWTO.txt465 dma_pool_destroy(pool);
/linux-4.4.14/drivers/net/wan/
Dixp4xx_hss.c1041 dma_pool_destroy(dma_pool); in destroy_hdlc_queues()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_fcoe.c492 dma_pool_destroy(ddp_pool->pool); in i40e_fcoe_dma_pool_free()
/linux-4.4.14/drivers/net/ethernet/xscale/
Dixp4xx_eth.c1196 dma_pool_destroy(dma_pool); in destroy_queues()
/linux-4.4.14/drivers/scsi/ibmvscsi/
Dibmvfc.c4590 dma_pool_destroy(vhost->sg_pool); in ibmvfc_free_mem()
4678 dma_pool_destroy(vhost->sg_pool); in ibmvfc_alloc_mem()
/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_os.c4155 dma_pool_destroy(ha->chap_dma_pool); in qla4xxx_mem_free()
4162 dma_pool_destroy(ha->fw_ddb_dma_pool); in qla4xxx_mem_free()
/linux-4.4.14/drivers/scsi/
Dadvansys.c10916 dma_pool_destroy(board->adv_sgblk_pool); in advansys_wide_free_mem()
Dipr.c9297 dma_pool_destroy(ioa_cfg->ipr_cmd_pool); in ipr_free_cmd_blks()