Searched refs:clk_dsc (Results 1 – 2 of 2) sorted by relevance
44 struct clk *clk_dsc; member
984 clk_disable_unprepare(hub->clk_dsc); in tegra_display_hub_runtime_suspend()1009 err = clk_prepare_enable(hub->clk_dsc); in tegra_display_hub_runtime_resume()1035 clk_disable_unprepare(hub->clk_dsc); in tegra_display_hub_runtime_resume()1078 hub->clk_dsc = devm_clk_get(&pdev->dev, "dsc"); in tegra_display_hub_probe()1079 if (IS_ERR(hub->clk_dsc)) { in tegra_display_hub_probe()1080 err = PTR_ERR(hub->clk_dsc); in tegra_display_hub_probe()