Searched defs:clk_ops (Results 1 – 2 of 2) sorted by relevance
242 struct clk_ops { struct243 int (*prepare)(struct clk_hw *hw);244 void (*unprepare)(struct clk_hw *hw);245 int (*is_prepared)(struct clk_hw *hw);246 void (*unprepare_unused)(struct clk_hw *hw);247 int (*enable)(struct clk_hw *hw);248 void (*disable)(struct clk_hw *hw);249 int (*is_enabled)(struct clk_hw *hw);250 void (*disable_unused)(struct clk_hw *hw);251 int (*save_context)(struct clk_hw *hw);[all …]
541 struct ti_sci_clk_ops clk_ops; member