Searched refs:cio_gp_dma_free (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/arch/s390/include/asm/ |
D | cio.h | 370 void cio_gp_dma_free(struct gen_pool *gp_dma, void *cpu_addr, size_t size);
|
/linux-6.12.1/drivers/s390/cio/ |
D | css.c | 1146 void cio_gp_dma_free(struct gen_pool *gp_dma, void *cpu_addr, size_t size) in cio_gp_dma_free() function 1168 cio_gp_dma_free(cio_dma_pool, cpu_addr, size); in cio_dma_free()
|
D | device_ops.c | 852 cio_gp_dma_free(cdev->private->dma_pool, cpu_addr, size); in ccw_device_dma_free()
|
D | device.c | 677 cio_gp_dma_free(cdev->private->dma_pool, cdev->private->dma_area, in ccw_device_release()
|