Searched refs:clk_safe (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/ |
H A D | sor.c | 416 struct clk *clk_safe; member 1444 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...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
H A D | sor.c | 416 struct clk *clk_safe; member 1445 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() 2738 err = tegra_sor_set_parent_clock(sor, sor->clk_safe); in tegra_sor_dp_enable() 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() [all...] |
Completed in 8 milliseconds