Searched refs:clk_safe (Results 1 – 1 of 1) sorted by relevance
416 struct clk *clk_safe; member1444 err = tegra_sor_set_parent_clock(sor, sor->clk_safe); in tegra_sor_power_down()2272 err = tegra_sor_set_parent_clock(sor, sor->clk_safe); in tegra_sor_hdmi_enable()2696 err = tegra_sor_set_parent_clock(sor, sor->clk_safe); in tegra_sor_dp_disable()2742 err = tegra_sor_set_parent_clock(sor, sor->clk_safe); in tegra_sor_dp_enable()3160 err = clk_prepare_enable(sor->clk_safe); in tegra_sor_init()3168 clk_disable_unprepare(sor->clk_safe); in tegra_sor_init()3197 clk_disable_unprepare(sor->clk_safe); in tegra_sor_exit()3878 sor->clk_safe = devm_clk_get(&pdev->dev, "safe"); in tegra_sor_probe()3879 if (IS_ERR(sor->clk_safe)) { in tegra_sor_probe()[all …]