Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/
Dclk-composite.c27 const struct clk_ops *mux_ops = composite->mux_ops; in clk_composite_get_parent() local
38 const struct clk_ops *mux_ops = composite->mux_ops; in clk_composite_set_parent() local
63 const struct clk_ops *mux_ops = composite->mux_ops; in clk_composite_determine_rate() local
191 struct clk_hw *mux_hw, const struct clk_ops *mux_ops, in clk_register_composite()
/linux-4.4.14/drivers/clk/tegra/
Dclk-periph.c27 const struct clk_ops *mux_ops = periph->mux_ops; in clk_periph_get_parent() local
38 const struct clk_ops *mux_ops = periph->mux_ops; in clk_periph_set_parent() local
Dclk.h449 const struct clk_ops *mux_ops; member
/linux-4.4.14/drivers/clk/meson/
Dclkc.c57 const struct clk_ops *mux_ops = NULL; in meson_clk_register_composite() local
/linux-4.4.14/drivers/clk/mediatek/
Dclk-mtk.c146 const struct clk_ops *mux_ops = NULL, *gate_ops = NULL, *div_ops = NULL; in mtk_clk_register_composite() local
/linux-4.4.14/drivers/clk/berlin/
Dberlin2-div.c243 const struct clk_ops *mux_ops = &berlin2_div_mux_ops; in berlin2_div_register() local
/linux-4.4.14/drivers/clk/imx/
Dclk-busy.c119 const struct clk_ops *mux_ops; member
/linux-4.4.14/drivers/clk/rockchip/
Dclk.c53 const struct clk_ops *mux_ops = NULL, *div_ops = NULL, in rockchip_clk_register_branch() local
/linux-4.4.14/include/linux/
Dclk-provider.h577 const struct clk_ops *mux_ops; member