Searched refs:clk_dsc (Results 1 – 2 of 2) sorted by relevance
44 struct clk *clk_dsc; member
975 clk_disable_unprepare(hub->clk_dsc); in tegra_display_hub_runtime_suspend()1000 err = clk_prepare_enable(hub->clk_dsc); in tegra_display_hub_runtime_resume()1026 clk_disable_unprepare(hub->clk_dsc); in tegra_display_hub_runtime_resume()1069 hub->clk_dsc = devm_clk_get(&pdev->dev, "dsc"); in tegra_display_hub_probe()1070 if (IS_ERR(hub->clk_dsc)) { in tegra_display_hub_probe()1071 err = PTR_ERR(hub->clk_dsc); in tegra_display_hub_probe()