Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dcio.h368 void cio_gp_dma_destroy(struct gen_pool *gp_dma, struct device *dma_dev);
/openbmc/linux/drivers/s390/cio/
H A Ddevice.c679 cio_gp_dma_destroy(cdev->private->dma_pool, &cdev->dev); in ccw_device_release()
723 cio_gp_dma_destroy(dma_pool, &cdev->dev); in io_subchannel_allocate_dev()
H A Dcss.c1115 void cio_gp_dma_destroy(struct gen_pool *gp_dma, struct device *dma_dev) in cio_gp_dma_destroy() function