Home
last modified time | relevance | path

Searched refs:cio_gp_dma_zalloc (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/arch/s390/include/asm/
Dcio.h365 void *cio_gp_dma_zalloc(struct gen_pool *gp_dma, struct device *dma_dev,
/linux-6.1.9/drivers/s390/cio/
Dcss.c1122 void *cio_gp_dma_zalloc(struct gen_pool *gp_dma, struct device *dma_dev, in cio_gp_dma_zalloc() function
1161 return cio_gp_dma_zalloc(cio_dma_pool, cio_get_dma_css_dev(), size); in cio_dma_zalloc()
Ddevice_ops.c832 addr = cio_gp_dma_zalloc(cdev->private->dma_pool, &cdev->dev, size); in ccw_device_dma_zalloc()
Ddevice.c707 cdev->private->dma_area = cio_gp_dma_zalloc(dma_pool, &cdev->dev, in io_subchannel_allocate_dev()