Searched defs:clk_ops (Results 1 – 7 of 7) sorted by relevance
33 struct clk_ops { struct51 const struct clk_ops *ops; argument
11 struct clk_ops { struct27 struct clk_ops *ops; argument
6 struct clk_ops { struct7 long (*round)(struct clk *, unsigned long);8 int (*set)(struct clk *, unsigned long);9 void (*setvco)(struct clk *, struct icst_vco);
6 struct clk_ops { struct19 const struct clk_ops *ops; argument
165 struct clk_ops { struct166 int (*prepare)(struct clk_hw *hw);167 void (*unprepare)(struct clk_hw *hw);168 int (*is_prepared)(struct clk_hw *hw);169 void (*unprepare_unused)(struct clk_hw *hw);170 int (*enable)(struct clk_hw *hw);171 void (*disable)(struct clk_hw *hw);172 int (*is_enabled)(struct clk_hw *hw);173 void (*disable_unused)(struct clk_hw *hw);174 unsigned long (*recalc_rate)(struct clk_hw *hw,[all …]
53 struct clk_ops { struct67 const struct clk_ops *ops; argument
11 struct clk_ops { struct18 struct clk_ops *clk_ops; argument