Searched refs:dmam_alloc_attrs (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| H A D | dma-mapping.h | 185 void *dmam_alloc_attrs(struct device *dev, size_t size, dma_addr_t *dma_handle, 272 static inline void *dmam_alloc_attrs(struct device *dev, size_t size, in dmam_alloc_attrs() function 746 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 | 480 priv->buffer = dmam_alloc_attrs(dmaengine_get_dma_device(priv->dma_chan), in sun50i_a100_ledc_probe()
|
| /linux/drivers/video/fbdev/ |
| H A D | gbefb.c | 1178 gbe_mem = dmam_alloc_attrs(&p_dev->dev, gbe_mem_size, in gbefb_probe()
|
| /linux/drivers/usb/core/ |
| H A D | hcd.c | 3128 local_mem = dmam_alloc_attrs(hcd->self.sysdev, size, &dma, in usb_hcd_setup_local_mem()
|