Searched defs:clk_ops (Results 1 – 4 of 4) sorted by relevance
20 struct clk_ops { struct39 int (*of_xlate)(struct clk *clock,54 int (*request)(struct clk *clock);63 int (*rfree)(struct clk *clock);71 ulong (*round_rate)(struct clk *clk, ulong rate);78 ulong (*get_rate)(struct clk *clk);86 ulong (*set_rate)(struct clk *clk, ulong rate);94 int (*set_parent)(struct clk *clk, struct clk *parent);101 int (*enable)(struct clk *clk);108 int (*disable)(struct clk *clk);
50 struct clk_ops { struct68 struct clk_ops *ops; argument
594 struct ti_sci_clk_ops clk_ops; member
Completed in 11 milliseconds