Home
last modified time | relevance | path

Searched refs:clk_heads (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/tegra/
A Dhub.c972 clk_disable_unprepare(hub->clk_heads[i]); in tegra_display_hub_runtime_suspend()
1009 err = clk_prepare_enable(hub->clk_heads[i]); in tegra_display_hub_runtime_resume()
1022 clk_disable_unprepare(hub->clk_heads[i]); in tegra_display_hub_runtime_resume()
1113 hub->clk_heads = devm_kcalloc(&pdev->dev, hub->num_heads, sizeof(clk), in tegra_display_hub_probe()
1115 if (!hub->clk_heads) in tegra_display_hub_probe()
1134 hub->clk_heads[i] = clk; in tegra_display_hub_probe()
A Dhub.h49 struct clk **clk_heads; member

Completed in 7 milliseconds