Searched refs:cio_gp_dma_free (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/arch/s390/include/asm/ |
D | cio.h | 367 void cio_gp_dma_free(struct gen_pool *gp_dma, void *cpu_addr, size_t size);
|
/Linux-v6.1/drivers/s390/cio/ |
D | css.c | 1144 void cio_gp_dma_free(struct gen_pool *gp_dma, void *cpu_addr, size_t size) in cio_gp_dma_free() function 1166 cio_gp_dma_free(cio_dma_pool, cpu_addr, size); in cio_dma_free()
|
D | device_ops.c | 843 cio_gp_dma_free(cdev->private->dma_pool, cpu_addr, size); in ccw_device_dma_free()
|
D | device.c | 669 cio_gp_dma_free(cdev->private->dma_pool, cdev->private->dma_area, in ccw_device_release()
|