Searched refs:clk_safe (Results 1 – 1 of 1) sorted by relevance
418 struct clk *clk_safe; member1447 err = tegra_sor_set_parent_clock(sor, sor->clk_safe); in tegra_sor_power_down()2271 err = tegra_sor_set_parent_clock(sor, sor->clk_safe); in tegra_sor_hdmi_enable()2695 err = tegra_sor_set_parent_clock(sor, sor->clk_safe); in tegra_sor_dp_disable()2741 err = tegra_sor_set_parent_clock(sor, sor->clk_safe); in tegra_sor_dp_enable()3153 err = clk_prepare_enable(sor->clk_safe); in tegra_sor_init()3161 clk_disable_unprepare(sor->clk_safe); in tegra_sor_init()3190 clk_disable_unprepare(sor->clk_safe); in tegra_sor_exit()3864 sor->clk_safe = devm_clk_get(&pdev->dev, "safe"); in tegra_sor_probe()3865 if (IS_ERR(sor->clk_safe)) { in tegra_sor_probe()[all …]