Searched defs:clk_composite (Results 1 – 1 of 1) sorted by relevance
507 struct clk_composite { struct508 struct clk_hw hw;509 struct clk_ops ops;511 struct clk_hw *mux_hw;512 struct clk_hw *rate_hw;513 struct clk_hw *gate_hw;515 const struct clk_ops *mux_ops;516 const struct clk_ops *rate_ops;517 const struct clk_ops *gate_ops;