Searched refs:dmam_alloc_attrs (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/kernel/dma/ | 
| D | mapping.c | 81 void *dmam_alloc_attrs(struct device *dev, size_t size, dma_addr_t *dma_handle,  in dmam_alloc_attrs()  function106 EXPORT_SYMBOL(dmam_alloc_attrs);
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | dma-mapping.h | 449 void *dmam_alloc_attrs(struct device *dev, size_t size, dma_addr_t *dma_handle,528 static inline void *dmam_alloc_attrs(struct device *dev, size_t size,  in dmam_alloc_attrs()  function
 773 	return dmam_alloc_attrs(dev, size, dma_handle, gfp,  in dmam_alloc_coherent()
 
 | 
| /Linux-v5.4/Documentation/driver-api/driver-model/ | 
| D | devres.rst | 260   dmam_alloc_attrs()
 | 
| /Linux-v5.4/drivers/video/fbdev/ | 
| D | gbefb.c | 1183 		gbe_mem = dmam_alloc_attrs(&p_dev->dev, gbe_mem_size,  in gbefb_probe()
 | 
| D | au1200fb.c | 1693 		fbdev->fb_mem = dmam_alloc_attrs(&dev->dev,  in au1200fb_drv_probe()
 |