Lines Matching defs:clk
13 #include <linux/clk.h>
135 struct clk **clk_gates;
136 struct clk **clk_muxes;
781 struct clk **c = &hdata->clk_muxes[i];
1693 struct clk **clks)
1699 struct clk *clk = devm_clk_get(dev, names->data[i]);
1701 if (IS_ERR(clk)) {
1702 int ret = PTR_ERR(clk);
1710 clks[i] = clk;
1721 struct clk **clks;
1742 static void hdmiphy_clk_enable(struct exynos_drm_clk *clk, bool enable)
1744 struct hdmi_context *hdata = container_of(clk, struct hdmi_context,