Lines Matching defs:clk_hw
50 struct clk_hw *clk;
130 static int _omap4_clkctrl_clk_enable(struct clk_hw *hw)
172 static void _omap4_clkctrl_clk_disable(struct clk_hw *hw)
204 static int _omap4_clkctrl_clk_is_enabled(struct clk_hw *hw)
224 static struct clk_hw *_ti_omap4_clkctrl_xlate(struct of_phandle_args *clkspec,
286 struct device_node *node, struct clk_hw *clk_hw,
306 clk_hw->init = &init;
312 clk = of_ti_clk_register(node, clk_hw, init.name);
320 clkctrl_clk->clk = clk_hw;
338 struct clk_hw_omap *clk_hw;
340 clk_hw = kzalloc(sizeof(*clk_hw), GFP_KERNEL);
341 if (!clk_hw)
344 clk_hw->enable_bit = data->bit;
345 clk_hw->enable_reg.ptr = reg;
347 if (_ti_clkctrl_clk_register(provider, node, &clk_hw->hw, offset,
350 kfree(clk_hw);
732 struct clk_hw *hw;