Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Dtegra20-apb-dma.c274 static int tegra_dma_runtime_suspend(struct device *dev);
1491 tegra_dma_runtime_suspend(&pdev->dev); in tegra_dma_probe()
1510 tegra_dma_runtime_suspend(&pdev->dev); in tegra_dma_remove()
1515 static int tegra_dma_runtime_suspend(struct device *dev) in tegra_dma_runtime_suspend() function
1563 tegra_dma_runtime_suspend(dev); in tegra_dma_pm_suspend()
1595 tegra_dma_runtime_suspend(dev); in tegra_dma_pm_resume()
1602 .runtime_suspend = tegra_dma_runtime_suspend,