Home
last modified time | relevance | path

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

/linux/drivers/base/power/
H A Dclock_ops.c534 * pm_clk_notify - Notify routine for device addition and removal.
549 static int pm_clk_notify(struct notifier_block *nb, in pm_clk_notify() function
667 * pm_clk_notify - Notify routine for device addition and removal.
677 static int pm_clk_notify(struct notifier_block *nb, in pm_clk_notify() function
719 * notifier_call member will be replaced with pm_clk_notify(). However,
729 clknb->nb.notifier_call = pm_clk_notify; in pm_clk_add_notifier()