Searched defs:clk_ops (Results 1 – 7 of 7) sorted by relevance
11 struct clk_ops { struct27 struct clk_ops *ops; argument
6 struct clk_ops { struct19 const 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);
188 struct clk_ops { struct189 int (*prepare)(struct clk_hw *hw);190 void (*unprepare)(struct clk_hw *hw);191 int (*is_prepared)(struct clk_hw *hw);192 void (*unprepare_unused)(struct clk_hw *hw);193 int (*enable)(struct clk_hw *hw);194 void (*disable)(struct clk_hw *hw);195 int (*is_enabled)(struct clk_hw *hw);196 void (*disable_unused)(struct clk_hw *hw);197 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; member
119 struct clk_ops *clk_ops; member