Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/include/asm/
Dcio.h369 void cio_gp_dma_destroy(struct gen_pool *gp_dma, struct device *dma_dev);
/Linux-v5.4/drivers/s390/cio/
Ddevice.c693 cio_gp_dma_destroy(cdev->private->dma_pool, &cdev->dev); in ccw_device_release()
724 cio_gp_dma_destroy(dma_pool, &cdev->dev); in io_subchannel_allocate_dev()
Dcss.c1130 void cio_gp_dma_destroy(struct gen_pool *gp_dma, struct device *dma_dev) in cio_gp_dma_destroy() function