Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dclk-provider.h507 struct clk_composite { struct
508 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;