Searched refs:tegra_dma_runtime_suspend (Results 1 – 1 of 1) sorted by relevance
274 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() function1563 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,