Searched defs:clk_ops (Results 1 – 3 of 3) sorted by relevance
12 struct clk_ops { struct18 struct clk_ops *clk_ops; argument
234 struct clk_ops { struct235 int (*prepare)(struct clk_hw *hw);236 void (*unprepare)(struct clk_hw *hw);237 int (*is_prepared)(struct clk_hw *hw);238 void (*unprepare_unused)(struct clk_hw *hw);239 int (*enable)(struct clk_hw *hw);240 void (*disable)(struct clk_hw *hw);241 int (*is_enabled)(struct clk_hw *hw);242 void (*disable_unused)(struct clk_hw *hw);243 int (*save_context)(struct clk_hw *hw);[all …]
139 const struct clk_ops *clk_ops; member