Searched defs:clk_ops (Results 1 – 3 of 3) sorted by relevance
20 struct clk_ops { struct39 int (*of_xlate)(struct clk *clock,54 int (*request)(struct clk *clock);63 int (*free)(struct clk *clock);70 ulong (*get_rate)(struct clk *clk);78 ulong (*set_rate)(struct clk *clk, ulong rate);86 int (*set_parent)(struct clk *clk, struct clk *parent);93 int (*enable)(struct clk *clk);100 int (*disable)(struct clk *clk);
49 struct clk_ops { struct67 struct clk_ops *ops; argument