Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/include/asm/
Dcio.h371 void cio_gp_dma_destroy(struct gen_pool *gp_dma, struct device *dma_dev);
/linux-6.12.1/drivers/s390/cio/
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()
Dcss.c1099 void cio_gp_dma_destroy(struct gen_pool *gp_dma, struct device *dma_dev) in cio_gp_dma_destroy() function