Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/tegra/
H A Dhub.h49 struct clk **clk_heads; member
H A Dhub.c981 clk_disable_unprepare(hub->clk_heads[i]); in tegra_display_hub_runtime_suspend()
1018 err = clk_prepare_enable(hub->clk_heads[i]); in tegra_display_hub_runtime_resume()
1031 clk_disable_unprepare(hub->clk_heads[i]); in tegra_display_hub_runtime_resume()
1122 hub->clk_heads = devm_kcalloc(&pdev->dev, hub->num_heads, sizeof(clk), in tegra_display_hub_probe()
1124 if (!hub->clk_heads) in tegra_display_hub_probe()
1143 hub->clk_heads[i] = clk; in tegra_display_hub_probe()