Searched refs:cpu_notifier (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/arch/arm/mach-omap2/ |
D | omap-secure.c | 233 static int cpu_notifier(struct notifier_block *nb, unsigned long cmd, void *v) in cpu_notifier() function 249 .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 | 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()
|
D | control.c | 705 static int cpu_notifier(struct notifier_block *nb, unsigned long cmd, void *v) in cpu_notifier() function 838 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()
|