Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcpu_pm.h62 int cpu_pm_unregister_notifier(struct notifier_block *nb);
75 static inline int cpu_pm_unregister_notifier(struct notifier_block *nb) in cpu_pm_unregister_notifier() function
/linux/kernel/
H A Dcpu_pm.c81 int cpu_pm_unregister_notifier(struct notifier_block *nb) in cpu_pm_unregister_notifier() function
91 EXPORT_SYMBOL_GPL(cpu_pm_unregister_notifier);
/linux/drivers/perf/
H A Dstarfive_starlink_pmu.c496 cpu_pm_unregister_notifier(&starlink_pmu->starlink_pmu_pm_nb); in starlink_pmu_pm_unregister()
H A Darm_pmu.c826 cpu_pm_unregister_notifier(&cpu_pmu->cpu_pm_nb); in cpu_pm_pmu_unregister()
H A Driscv_pmu_sbi.c1295 cpu_pm_unregister_notifier(&pmu->riscv_pm_nb); in riscv_pm_pmu_unregister()
/linux/drivers/dma/ti/
H A Domap-dma.c1856 cpu_pm_unregister_notifier(&od->nb); in omap_dma_remove()