Searched refs:cpu_notifier (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
D | omap-secure.c | 226 static int cpu_notifier(struct notifier_block *nb, unsigned long cmd, void *v) in cpu_notifier() function 242 .notifier_call = cpu_notifier,
|
D | prm44xx.c | 770 static int cpu_notifier(struct notifier_block *nb, unsigned long cmd, void *v) in cpu_notifier() function 830 nb.notifier_call = cpu_notifier; in omap44xx_prm_init()
|
D | control.c | 710 static int cpu_notifier(struct notifier_block *nb, unsigned long cmd, void *v) in cpu_notifier() function 839 nb.notifier_call = cpu_notifier; in omap_control_init()
|
D | powerdomain.c | 337 static int cpu_notifier(struct notifier_block *nb, unsigned long cmd, void *v) in cpu_notifier() function 377 nb.notifier_call = cpu_notifier; in pwrdm_complete_init()
|
D | clockdomain.c | 453 static int cpu_notifier(struct notifier_block *nb, unsigned long cmd, void *v) in cpu_notifier() function 497 nb.notifier_call = cpu_notifier; in clkdm_complete_init()
|