Lines Matching defs:clk_hw
57 struct clk_hw *clk;
137 static int _omap4_clkctrl_clk_enable(struct clk_hw *hw)
179 static void _omap4_clkctrl_clk_disable(struct clk_hw *hw)
211 static int _omap4_clkctrl_clk_is_enabled(struct clk_hw *hw)
231 static struct clk_hw *_ti_omap4_clkctrl_xlate(struct of_phandle_args *clkspec,
294 struct device_node *node, struct clk_hw *clk_hw,
314 clk_hw->init = &init;
320 clk = of_ti_clk_register(node, clk_hw, init.name);
328 clkctrl_clk->clk = clk_hw;
346 struct clk_hw_omap *clk_hw;
348 clk_hw = kzalloc(sizeof(*clk_hw), GFP_KERNEL);
349 if (!clk_hw)
352 clk_hw->enable_bit = data->bit;
353 clk_hw->enable_reg.ptr = reg;
355 if (_ti_clkctrl_clk_register(provider, node, &clk_hw->hw, offset,
358 kfree(clk_hw);
743 struct clk_hw *hw;