Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Ddma-mapping.h120 void *dmam_alloc_attrs(struct device *dev, size_t size, dma_addr_t *dma_handle,
198 static inline void *dmam_alloc_attrs(struct device *dev, size_t size, in dmam_alloc_attrs() function
591 return dmam_alloc_attrs(dev, size, dma_handle, gfp, in dmam_alloc_coherent()
/linux-6.14.4/kernel/dma/
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-6.14.4/drivers/leds/
Dleds-sun50i-a100.c480 priv->buffer = dmam_alloc_attrs(dmaengine_get_dma_device(priv->dma_chan), in sun50i_a100_ledc_probe()
/linux-6.14.4/Documentation/driver-api/driver-model/
Ddevres.rst260 dmam_alloc_attrs()
/linux-6.14.4/drivers/video/fbdev/
Dgbefb.c1177 gbe_mem = dmam_alloc_attrs(&p_dev->dev, gbe_mem_size, in gbefb_probe()
Dau1200fb.c1697 fbdev->fb_mem = dmam_alloc_attrs(&dev->dev, in au1200fb_drv_probe()
/linux-6.14.4/drivers/usb/core/
Dhcd.c3117 local_mem = dmam_alloc_attrs(hcd->self.sysdev, size, &dma, in usb_hcd_setup_local_mem()