Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/dma/
Dtegra20-apb-dma.c270 static int tegra_dma_runtime_suspend(struct device *dev);
1478 tegra_dma_runtime_suspend(&pdev->dev); in tegra_dma_probe()
1497 tegra_dma_runtime_suspend(&pdev->dev); in tegra_dma_remove()
1502 static int tegra_dma_runtime_suspend(struct device *dev) in tegra_dma_runtime_suspend() function
1550 tegra_dma_runtime_suspend(dev); in tegra_dma_pm_suspend()
1582 tegra_dma_runtime_suspend(dev); in tegra_dma_pm_resume()
1589 .runtime_suspend = tegra_dma_runtime_suspend,