Searched refs:clk_dsc (Results 1 – 2 of 2) sorted by relevance
777 clk_disable_unprepare(hub->clk_dsc); in tegra_display_hub_runtime_suspend()802 err = clk_prepare_enable(hub->clk_dsc); in tegra_display_hub_runtime_resume()828 clk_disable_unprepare(hub->clk_dsc); in tegra_display_hub_runtime_resume()864 hub->clk_dsc = devm_clk_get(&pdev->dev, "dsc"); in tegra_display_hub_probe()865 if (IS_ERR(hub->clk_dsc)) { in tegra_display_hub_probe()866 err = PTR_ERR(hub->clk_dsc); in tegra_display_hub_probe()
44 struct clk *clk_dsc; member