Searched defs:clk_hw (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dclk-provider.h35 struct clk_hw;
165 int (*prepare)(struct clk_hw *hw);
166 void (*unprepare)(struct clk_hw *hw);
167 int (*is_prepared)(struct clk_hw *hw);
168 void (*unprepare_unused)(struct clk_hw *hw);
169 int (*enable)(struct clk_hw *hw);
170 void (*disable)(struct clk_hw *hw);
171 int (*is_enabled)(struct clk_hw *hw);
172 void (*disable_unused)(struct clk_hw *hw);
173 unsigned long (*recalc_rate)(struct clk_hw *h
225 struct clk_hw { struct
[all...]

Completed in 108 milliseconds