Home
last modified time | relevance | path

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

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/tegra/
H A Dhub.c810 clk_disable_unprepare(hub->clk_heads[i]); in tegra_display_hub_runtime_suspend()
847 err = clk_prepare_enable(hub->clk_heads[i]); in tegra_display_hub_runtime_resume()
860 clk_disable_unprepare(hub->clk_heads[i]); in tegra_display_hub_runtime_resume()
951 hub->clk_heads = devm_kcalloc(&pdev->dev, hub->num_heads, sizeof(clk), in tegra_display_hub_probe()
953 if (!hub->clk_heads) in tegra_display_hub_probe()
972 hub->clk_heads[i] = clk; in tegra_display_hub_probe()
H A Dhub.h49 struct clk **clk_heads; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/tegra/
H A Dhub.c810 clk_disable_unprepare(hub->clk_heads[i]); in tegra_display_hub_runtime_suspend()
847 err = clk_prepare_enable(hub->clk_heads[i]); in tegra_display_hub_runtime_resume()
860 clk_disable_unprepare(hub->clk_heads[i]); in tegra_display_hub_runtime_resume()
951 hub->clk_heads = devm_kcalloc(&pdev->dev, hub->num_heads, sizeof(clk), in tegra_display_hub_probe()
953 if (!hub->clk_heads) in tegra_display_hub_probe()
972 hub->clk_heads[i] = clk; in tegra_display_hub_probe()
H A Dhub.h49 struct clk **clk_heads; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/tegra/
H A Dhub.c810 clk_disable_unprepare(hub->clk_heads[i]); in tegra_display_hub_runtime_suspend()
847 err = clk_prepare_enable(hub->clk_heads[i]); in tegra_display_hub_runtime_resume()
860 clk_disable_unprepare(hub->clk_heads[i]); in tegra_display_hub_runtime_resume()
951 hub->clk_heads = devm_kcalloc(&pdev->dev, hub->num_heads, sizeof(clk), in tegra_display_hub_probe()
953 if (!hub->clk_heads) in tegra_display_hub_probe()
972 hub->clk_heads[i] = clk; in tegra_display_hub_probe()
H A Dhub.h49 struct clk **clk_heads; member