Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dof_device.h58 void of_dma_configure(struct device *dev, struct device_node *np);
101 static inline void of_dma_configure(struct device *dev, struct device_node *np) in of_dma_configure() function
/linux-4.4.14/drivers/of/
Ddevice.c85 void of_dma_configure(struct device *dev, struct device_node *np) in of_dma_configure() function
152 EXPORT_SYMBOL_GPL(of_dma_configure);
Dplatform.c186 of_dma_configure(&dev->dev, dev->dev.of_node); in of_platform_device_create_pdata()
250 of_dma_configure(&dev->dev, dev->dev.of_node); in of_amba_device_create()
/linux-4.4.14/drivers/pci/
Dprobe.c1704 of_dma_configure(&dev->dev, bridge->parent->of_node); in pci_dma_configure()