Searched refs:dmabounce_register_dev (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/arch/arm/include/asm/ |
H A D | dma-mapping.h | 294 * dmabounce_register_dev 305 extern int dmabounce_register_dev(struct device *, unsigned long, 314 * that was previously registered with dmabounce_register_dev is removed
|
/linux-4.1.27/arch/arm/common/ |
H A D | dmabounce.c | 479 int dmabounce_register_dev(struct device *dev, unsigned long small_buffer_size, dmabounce_register_dev() function 539 EXPORT_SYMBOL(dmabounce_register_dev); variable
|
H A D | it8152.c | 264 dmabounce_register_dev(dev, 2048, 4096, it8152_needs_bounce); it8152_pci_platform_notify()
|
H A D | sa1111.c | 1411 int ret = dmabounce_register_dev(&dev->dev, 1024, 4096, sa1111_notifier_call()
|
/linux-4.1.27/arch/arm/mach-ixp4xx/ |
H A D | common.c | 615 dmabounce_register_dev(dev, 2048, 4096, ixp4xx_needs_bounce); ixp4xx_platform_notify()
|
Completed in 295 milliseconds