Lines Matching defs:clk_hw
32 * @hw: struct clk_hw * of the clock being enabled
42 int omap2_clkops_enable_clkdm(struct clk_hw *hw)
70 * @hw: struct clk_hw * of the clock being disabled
77 void omap2_clkops_disable_clkdm(struct clk_hw *hw)
106 int omap2_init_clk_clkdm(struct clk_hw *hw)
133 struct clk_hw *clk_hw;
147 clk_hw = __clk_get_hw(clk);
148 if (!omap2_clk_is_hw_omap(clk_hw)) {
154 to_clk_hw_omap(clk_hw)->clkdm_name = clkdm_name;
155 omap2_init_clk_clkdm(clk_hw);