Home
last modified time | relevance | path

Searched refs:ccu_mux_helper_set_parent (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/clk/sunxi-ng/
H A Dccu_mux.c183 int ccu_mux_helper_set_parent(struct ccu_common *common, in ccu_mux_helper_set_parent() function
210 EXPORT_SYMBOL_NS_GPL(ccu_mux_helper_set_parent, "SUNXI_CCU");
244 return ccu_mux_helper_set_parent(&cm->common, &cm->mux, index); in ccu_mux_set_parent()
295 ret = ccu_mux_helper_set_parent(mux->common, mux->cm, in ccu_mux_notifier_cb()
298 ret = ccu_mux_helper_set_parent(mux->common, mux->cm, in ccu_mux_notifier_cb()
H A Dccu_div.c131 return ccu_mux_helper_set_parent(&cd->common, &cd->mux, index); in ccu_div_set_parent()
H A Dccu_mux.h148 int ccu_mux_helper_set_parent(struct ccu_common *common,
H A Dccu_mult.c158 return ccu_mux_helper_set_parent(&cm->common, &cm->mux, index); in ccu_mult_set_parent()
H A Dccu_mp.c265 return ccu_mux_helper_set_parent(&cmp->common, &cmp->mux, index); in ccu_mp_set_parent()