Searched refs:pll_nb (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/clk/sunxi-ng/
H A Dccu_common.c103 int ccu_pll_notifier_register(struct ccu_pll_nb *pll_nb) argument
105 pll_nb->clk_nb.notifier_call = ccu_pll_notifier_cb;
107 return clk_notifier_register(pll_nb->common->hw.clk,
108 &pll_nb->clk_nb);
H A Dccu_common.h74 int ccu_pll_notifier_register(struct ccu_pll_nb *pll_nb);

Completed in 180 milliseconds