Home
last modified time | relevance | path

Searched refs:dmam_alloc_attrs (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Ddma-mapping.h193 void *dmam_alloc_attrs(struct device *dev, size_t size, dma_addr_t *dma_handle,
280 static inline void *dmam_alloc_attrs(struct device *dev, size_t size, in dmam_alloc_attrs() function
754 return dmam_alloc_attrs(dev, size, dma_handle, gfp, in dmam_alloc_coherent()
/linux/kernel/dma/
H A Dmapping.c93 void *dmam_alloc_attrs(struct device *dev, size_t size, dma_addr_t *dma_handle, in dmam_alloc_attrs() function
118 EXPORT_SYMBOL(dmam_alloc_attrs);
/linux/drivers/leds/
H A Dleds-sun50i-a100.c479 priv->buffer = dmam_alloc_attrs(dmaengine_get_dma_device(priv->dma_chan), in sun50i_a100_ledc_probe()
/linux/Documentation/driver-api/driver-model/
H A Ddevres.rst261 dmam_alloc_attrs()
/linux/drivers/video/fbdev/
H A Dgbefb.c1178 gbe_mem = dmam_alloc_attrs(&p_dev->dev, gbe_mem_size, in gbefb_probe()