Searched refs:dmam_alloc_attrs (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| H A D | dma-mapping.h | 193 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 D | mapping.c | 93 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 D | leds-sun50i-a100.c | 479 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 D | devres.rst | 261 dmam_alloc_attrs()
|
| /linux/drivers/video/fbdev/ |
| H A D | gbefb.c | 1178 gbe_mem = dmam_alloc_attrs(&p_dev->dev, gbe_mem_size, in gbefb_probe()
|