Home
last modified time | relevance | path

Searched refs:pll_nb (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/clk/sunxi-ng/
A Dccu_common.c79 int ccu_pll_notifier_register(struct ccu_pll_nb *pll_nb) in ccu_pll_notifier_register() argument
81 pll_nb->clk_nb.notifier_call = ccu_pll_notifier_cb; in ccu_pll_notifier_register()
83 return clk_notifier_register(pll_nb->common->hw.clk, in ccu_pll_notifier_register()
84 &pll_nb->clk_nb); in ccu_pll_notifier_register()
A Dccu_common.h64 int ccu_pll_notifier_register(struct ccu_pll_nb *pll_nb);

Completed in 4 milliseconds