Home
last modified time | relevance | path

Searched defs:clk_composite (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/linux/
Dclk-provider.h569 struct clk_composite { struct
570 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;