Searched defs:clk_ops (Results 1 – 10 of 10) sorted by relevance
21 struct clk_ops { struct40 int (*of_xlate)(struct clk *clock,55 int (*request)(struct clk *clock);64 int (*free)(struct clk *clock);71 ulong (*get_rate)(struct clk *clk);79 ulong (*set_rate)(struct clk *clk, ulong rate);87 int (*get_phase)(struct clk *clk);96 int (*set_phase)(struct clk *clk, int degrees);104 int (*set_parent)(struct clk *clk, struct clk *parent);111 int (*enable)(struct clk *clk);[all …]
12 struct clk_ops { struct19 struct clk_ops *clk_ops; argument
228 struct clk_ops { struct229 int (*prepare)(struct clk_hw *hw);230 void (*unprepare)(struct clk_hw *hw);231 int (*is_prepared)(struct clk_hw *hw);232 void (*unprepare_unused)(struct clk_hw *hw);233 int (*enable)(struct clk_hw *hw);234 void (*disable)(struct clk_hw *hw);235 int (*is_enabled)(struct clk_hw *hw);236 void (*disable_unused)(struct clk_hw *hw);237 int (*save_context)(struct clk_hw *hw);[all …]
50 struct clk_ops { struct68 struct clk_ops *ops; argument
16 static const struct scmi_clk_proto_ops *clk_ops; variable
128 const struct clk_ops *clk_ops; member
152 const struct sdhci_arasan_clk_ops *clk_ops; member174 const struct sdhci_arasan_clk_ops *clk_ops; member
502 struct ti_sci_clk_ops clk_ops; member
289 const struct clk_ops *clk_ops; member