Home
last modified time | relevance | path

Searched refs:dmam_alloc_noncoherent (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/base/
Ddma-mapping.c124 void *dmam_alloc_noncoherent(struct device *dev, size_t size, in dmam_alloc_noncoherent() function
148 EXPORT_SYMBOL(dmam_alloc_noncoherent);
/linux-4.4.14/include/linux/
Ddma-mapping.h239 extern void *dmam_alloc_noncoherent(struct device *dev, size_t size,
/linux-4.4.14/Documentation/driver-model/
Ddevres.txt242 dmam_alloc_noncoherent()
/linux-4.4.14/drivers/video/fbdev/
Dau1200fb.c1696 fbdev->fb_mem = dmam_alloc_noncoherent(&dev->dev, in au1200fb_drv_probe()