Home
last modified time | relevance | path

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

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