Searched defs:clk_ops (Results 1 – 3 of 3) 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 …]
50 struct clk_ops { struct68 struct clk_ops *ops; argument