Searched refs:clk_safe (Results 1 – 1 of 1) sorted by relevance
420 struct clk *clk_safe; member1451 err = tegra_sor_set_parent_clock(sor, sor->clk_safe); in tegra_sor_power_down()2275 err = tegra_sor_set_parent_clock(sor, sor->clk_safe); in tegra_sor_hdmi_enable()2710 err = tegra_sor_set_parent_clock(sor, sor->clk_safe); in tegra_sor_dp_disable()2756 err = tegra_sor_set_parent_clock(sor, sor->clk_safe); in tegra_sor_dp_enable()3187 err = clk_prepare_enable(sor->clk_safe); in tegra_sor_init()3195 clk_disable_unprepare(sor->clk_safe); in tegra_sor_init()3224 clk_disable_unprepare(sor->clk_safe); in tegra_sor_exit()3902 sor->clk_safe = devm_clk_get(&pdev->dev, "safe"); in tegra_sor_probe()3903 if (IS_ERR(sor->clk_safe)) { in tegra_sor_probe()[all …]