Searched defs:clk_ops (Results 1 – 11 of 11) sorted by relevance
12 struct clk_ops { struct26 void clk_register(const struct clk_ops *ops); argument
29758 struct clk_ops { struct29759 int (*prepare)(struct clk_hw *);29760 void (*unprepare)(struct clk_hw *);29761 int (*is_prepared)(struct clk_hw *);29762 void (*unprepare_unused)(struct clk_hw *);29763 int (*enable)(struct clk_hw *);29764 void (*disable)(struct clk_hw *);29765 int (*is_enabled)(struct clk_hw *);29766 void (*disable_unused)(struct clk_hw *);29767 int (*save_context)(struct clk_hw *);[all …]
39066 struct clk_ops { struct39067 int (*prepare)(struct clk_hw *);39068 void (*unprepare)(struct clk_hw *);39069 int (*is_prepared)(struct clk_hw *);39070 void (*unprepare_unused)(struct clk_hw *);39071 int (*enable)(struct clk_hw *);39072 void (*disable)(struct clk_hw *);39073 int (*is_enabled)(struct clk_hw *);39074 void (*disable_unused)(struct clk_hw *);39075 int (*save_context)(struct clk_hw *);[all …]
89093 struct clk_ops { struct89094 int (*prepare)(struct clk_hw *);89095 void (*unprepare)(struct clk_hw *);89096 int (*is_prepared)(struct clk_hw *);89097 void (*unprepare_unused)(struct clk_hw *);89098 int (*enable)(struct clk_hw *);89099 void (*disable)(struct clk_hw *);89100 int (*is_enabled)(struct clk_hw *);89101 void (*disable_unused)(struct clk_hw *);89102 int (*save_context)(struct clk_hw *);[all …]
70117 struct clk_ops { struct70118 int (*prepare)(struct clk_hw *);70119 void (*unprepare)(struct clk_hw *);70120 int (*is_prepared)(struct clk_hw *);70121 void (*unprepare_unused)(struct clk_hw *);70122 int (*enable)(struct clk_hw *);70123 void (*disable)(struct clk_hw *);70124 int (*is_enabled)(struct clk_hw *);70125 void (*disable_unused)(struct clk_hw *);70126 int (*save_context)(struct clk_hw *);[all …]
42152 struct clk_ops { struct42153 int (*prepare)(struct clk_hw *);42154 void (*unprepare)(struct clk_hw *);42155 int (*is_prepared)(struct clk_hw *);42156 void (*unprepare_unused)(struct clk_hw *);42157 int (*enable)(struct clk_hw *);42158 void (*disable)(struct clk_hw *);42159 int (*is_enabled)(struct clk_hw *);42160 void (*disable_unused)(struct clk_hw *);42161 int (*save_context)(struct clk_hw *);[all …]
79566 struct clk_ops { struct79567 int (*prepare)(struct clk_hw *);79568 void (*unprepare)(struct clk_hw *);79569 int (*is_prepared)(struct clk_hw *);79570 void (*unprepare_unused)(struct clk_hw *);79571 int (*enable)(struct clk_hw *);79572 void (*disable)(struct clk_hw *);79573 int (*is_enabled)(struct clk_hw *);79574 void (*disable_unused)(struct clk_hw *);79575 int (*save_context)(struct clk_hw *);[all …]