Searched defs:clk_ops (Results 1 – 3 of 3) sorted by relevance
12 struct clk_ops { struct18 struct clk_ops *clk_ops; argument
269 struct clk_ops { struct270 int (*prepare)(struct clk_hw *hw);271 void (*unprepare)(struct clk_hw *hw);272 int (*is_prepared)(struct clk_hw *hw);273 void (*unprepare_unused)(struct clk_hw *hw);274 int (*enable)(struct clk_hw *hw);275 void (*disable)(struct clk_hw *hw);276 int (*is_enabled)(struct clk_hw *hw);277 void (*disable_unused)(struct clk_hw *hw);278 int (*save_context)(struct clk_hw *hw);[all …]
290 const struct clk_ops *clk_ops; member