cpu_pm_unregister_notifier
cpu_pm_unregister_notifier(&hyp_init_cpu_pm_nb);
cpu_pm_unregister_notifier(&sysc_soc->nb);
WARN_ON(cpu_pm_unregister_notifier(&arch_timer_cpu_pm_notifier));
cpu_pm_unregister_notifier(&timer->nb);
cpu_pm_unregister_notifier(&od->nb);
cpu_pm_unregister_notifier(&sdei_pm_nb);
cpu_pm_unregister_notifier(&bank->nb);
cpu_pm_unregister_notifier(&cti_cpu_pm_nb);
cpu_pm_unregister_notifier(&etm4_cpu_pm_nb);
cpu_pm_unregister_notifier(&etm4_cpu_pm_nb);
cpu_pm_unregister_notifier(&gpmc->nb);
cpu_pm_unregister_notifier(&cpu_pmu->cpu_pm_nb);
cpu_pm_unregister_notifier(&pmu->riscv_pm_nb);
cpu_pm_unregister_notifier(&starlink_pmu->starlink_pmu_pm_nb);
cpu_pm_unregister_notifier(&bgp->nb);
int cpu_pm_unregister_notifier(struct notifier_block *nb);
EXPORT_SYMBOL_GPL(cpu_pm_unregister_notifier);