Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dof_device.h56 void of_dma_configure(struct device *dev, struct device_node *np);
94 static inline void of_dma_configure(struct device *dev, struct device_node *np) in of_dma_configure() function
/linux-4.1.27/drivers/of/
Ddevice.c84 void of_dma_configure(struct device *dev, struct device_node *np) in of_dma_configure() function
151 EXPORT_SYMBOL_GPL(of_dma_configure);
Dplatform.c186 of_dma_configure(&dev->dev, dev->dev.of_node); in of_platform_device_create_pdata()
249 of_dma_configure(&dev->dev, dev->dev.of_node); in of_amba_device_create()
Dof_pci.c135 of_dma_configure(dev, bridge->parent->of_node); in of_pci_dma_configure()