clk_heads         808 drivers/gpu/drm/tegra/hub.c 	hub->clk_heads = devm_kcalloc(&pdev->dev, hub->num_heads, sizeof(clk),
clk_heads         810 drivers/gpu/drm/tegra/hub.c 	if (!hub->clk_heads)
clk_heads         829 drivers/gpu/drm/tegra/hub.c 		hub->clk_heads[i] = clk;
clk_heads         881 drivers/gpu/drm/tegra/hub.c 		clk_disable_unprepare(hub->clk_heads[i]);
clk_heads         909 drivers/gpu/drm/tegra/hub.c 		err = clk_prepare_enable(hub->clk_heads[i]);
clk_heads         922 drivers/gpu/drm/tegra/hub.c 		clk_disable_unprepare(hub->clk_heads[i]);
clk_heads          49 drivers/gpu/drm/tegra/hub.h 	struct clk **clk_heads;