Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dintel_scu_ipc.h62 extern struct blocking_notifier_head intel_scu_notifier;
66 blocking_notifier_chain_register(&intel_scu_notifier, nb); in intel_scu_notifier_add()
71 blocking_notifier_chain_unregister(&intel_scu_notifier, nb); in intel_scu_notifier_remove()
76 return blocking_notifier_call_chain(&intel_scu_notifier, v, p); in intel_scu_notifier_post()
/Linux-v4.19/drivers/watchdog/
Dintel_scu_watchdog.c505 watchdog_device.intel_scu_notifier.notifier_call = in intel_scu_watchdog_init()
508 ret = register_reboot_notifier(&watchdog_device.intel_scu_notifier); in intel_scu_watchdog_init()
542 unregister_reboot_notifier(&watchdog_device.intel_scu_notifier); in intel_scu_watchdog_init()
553 unregister_reboot_notifier(&watchdog_device.intel_scu_notifier); in intel_scu_watchdog_exit()
Dintel_scu_watchdog.h58 struct notifier_block intel_scu_notifier; member
/Linux-v4.19/arch/x86/platform/intel-mid/
Dsfi.c67 struct blocking_notifier_head intel_scu_notifier = variable
68 BLOCKING_NOTIFIER_INIT(intel_scu_notifier);
69 EXPORT_SYMBOL_GPL(intel_scu_notifier);