Home
last modified time | relevance | path

Searched refs:owl_mux_helper_set_parent (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/clk/actions/
Dowl-mux.c36 int owl_mux_helper_set_parent(const struct owl_clk_common *common, in owl_mux_helper_set_parent() function
53 return owl_mux_helper_set_parent(&mux->common, &mux->mux_hw, index); in owl_mux_set_parent()
Dowl-mux.h56 int owl_mux_helper_set_parent(const struct owl_clk_common *common,
Dowl-composite.c27 return owl_mux_helper_set_parent(&comp->common, &comp->mux_hw, index); in owl_comp_set_parent()