Lines Matching defs:clk_hw
24 * @hw: struct clk_hw * of the clock being enabled
34 int omap2_clkops_enable_clkdm(struct clk_hw *hw)
62 * @hw: struct clk_hw * of the clock being disabled
69 void omap2_clkops_disable_clkdm(struct clk_hw *hw)
98 int omap2_init_clk_clkdm(struct clk_hw *hw)
125 struct clk_hw *clk_hw;
139 clk_hw = __clk_get_hw(clk);
140 if (!omap2_clk_is_hw_omap(clk_hw)) {
146 to_clk_hw_omap(clk_hw)->clkdm_name = clkdm_name;
147 omap2_init_clk_clkdm(clk_hw);