Searched refs:ccu_mux_helper_set_parent (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/clk/sunxi-ng/ |
H A D | ccu_mux.c | 183 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 D | ccu_div.c | 131 return ccu_mux_helper_set_parent(&cd->common, &cd->mux, index); in ccu_div_set_parent()
|
H A D | ccu_mux.h | 148 int ccu_mux_helper_set_parent(struct ccu_common *common,
|
H A D | ccu_mult.c | 158 return ccu_mux_helper_set_parent(&cm->common, &cm->mux, index); in ccu_mult_set_parent()
|
H A D | ccu_mp.c | 265 return ccu_mux_helper_set_parent(&cmp->common, &cmp->mux, index); in ccu_mp_set_parent()
|