Home
last modified time | relevance | path

Searched refs:mux_ops (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/clk/
Dclk-composite.c32 const struct clk_ops *mux_ops = composite->mux_ops; in clk_composite_set_parent() local
35 return mux_ops->set_parent(mux, parent); in clk_composite_set_parent()
87 const struct clk_ops *mux_ops, in clk_register_composite() argument
103 if (mux && mux_ops) { in clk_register_composite()
105 composite->mux_ops = mux_ops; in clk_register_composite()
106 if (mux_ops->set_parent) in clk_register_composite()
/third_party/uboot/u-boot-2020.01/include/linux/
Dclk-provider.h151 const struct clk_ops *mux_ops; member
160 struct clk *mux_clk, const struct clk_ops *mux_ops,