Searched refs:clk_safe (Results 1 – 1 of 1) sorted by relevance
416 struct clk *clk_safe; member1445 err = tegra_sor_set_parent_clock(sor, sor->clk_safe); in tegra_sor_power_down()2268 err = tegra_sor_set_parent_clock(sor, sor->clk_safe); in tegra_sor_hdmi_enable()2692 err = tegra_sor_set_parent_clock(sor, sor->clk_safe); in tegra_sor_dp_disable()3150 err = clk_prepare_enable(sor->clk_safe); in tegra_sor_init()3158 clk_disable_unprepare(sor->clk_safe); in tegra_sor_init()3187 clk_disable_unprepare(sor->clk_safe); in tegra_sor_exit()3861 sor->clk_safe = devm_clk_get(&pdev->dev, "safe"); in tegra_sor_probe()3862 if (IS_ERR(sor->clk_safe)) { in tegra_sor_probe()3863 err = PTR_ERR(sor->clk_safe); in tegra_sor_probe()[all …]