Searched defs:clk_composite (Results 1 – 1 of 1) sorted by relevance
569 struct clk_composite { struct570 struct clk_hw hw;571 struct clk_ops ops;573 struct clk_hw *mux_hw;574 struct clk_hw *rate_hw;575 struct clk_hw *gate_hw;577 const struct clk_ops *mux_ops;578 const struct clk_ops *rate_ops;579 const struct clk_ops *gate_ops;