Searched refs:mux_nb (Results 1 – 2 of 2) sorted by relevance
285 int ccu_mux_notifier_register(struct clk *clk, struct ccu_mux_nb *mux_nb) in ccu_mux_notifier_register() argument287 mux_nb->clk_nb.notifier_call = ccu_mux_notifier_cb; in ccu_mux_notifier_register()289 return clk_notifier_register(clk, &mux_nb->clk_nb); in ccu_mux_notifier_register()
116 int ccu_mux_notifier_register(struct clk *clk, struct ccu_mux_nb *mux_nb);