Searched defs:clk_ops (Results 1 – 7 of 7) sorted by relevance
59635 struct clk_ops { struct59636 int (*prepare)(struct clk_hw *);59637 void (*unprepare)(struct clk_hw *);59638 int (*is_prepared)(struct clk_hw *);59639 void (*unprepare_unused)(struct clk_hw *);59640 int (*enable)(struct clk_hw *);59641 void (*disable)(struct clk_hw *);59642 int (*is_enabled)(struct clk_hw *);59643 void (*disable_unused)(struct clk_hw *);59644 int (*save_context)(struct clk_hw *);[all …]
94766 struct clk_ops { struct94767 int (*prepare)(struct clk_hw *);94768 void (*unprepare)(struct clk_hw *);94769 int (*is_prepared)(struct clk_hw *);94770 void (*unprepare_unused)(struct clk_hw *);94771 int (*enable)(struct clk_hw *);94772 void (*disable)(struct clk_hw *);94773 int (*is_enabled)(struct clk_hw *);94774 void (*disable_unused)(struct clk_hw *);94775 int (*save_context)(struct clk_hw *);[all …]
71489 struct clk_ops { struct71490 int (*prepare)(struct clk_hw *);71491 void (*unprepare)(struct clk_hw *);71492 int (*is_prepared)(struct clk_hw *);71493 void (*unprepare_unused)(struct clk_hw *);71494 int (*enable)(struct clk_hw *);71495 void (*disable)(struct clk_hw *);71496 int (*is_enabled)(struct clk_hw *);71497 void (*disable_unused)(struct clk_hw *);71498 int (*save_context)(struct clk_hw *);[all …]
64295 struct clk_ops { struct64296 int (*prepare)(struct clk_hw *);64297 void (*unprepare)(struct clk_hw *);64298 int (*is_prepared)(struct clk_hw *);64299 void (*unprepare_unused)(struct clk_hw *);64300 int (*enable)(struct clk_hw *);64301 void (*disable)(struct clk_hw *);64302 int (*is_enabled)(struct clk_hw *);64303 void (*disable_unused)(struct clk_hw *);64304 int (*save_context)(struct clk_hw *);[all …]