Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dintel_scu_ipc.h53 extern struct blocking_notifier_head intel_scu_notifier;
57 blocking_notifier_chain_register(&intel_scu_notifier, nb); in intel_scu_notifier_add()
62 blocking_notifier_chain_unregister(&intel_scu_notifier, nb); in intel_scu_notifier_remove()
67 return blocking_notifier_call_chain(&intel_scu_notifier, v, p); in intel_scu_notifier_post()
/linux-3.4.99/drivers/watchdog/
Dintel_scu_watchdog.c507 watchdog_device.intel_scu_notifier.notifier_call = in intel_scu_watchdog_init()
510 ret = register_reboot_notifier(&watchdog_device.intel_scu_notifier); in intel_scu_watchdog_init()
544 unregister_reboot_notifier(&watchdog_device.intel_scu_notifier); in intel_scu_watchdog_init()
555 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-3.4.99/arch/x86/platform/mrst/
Dmrst.c781 BLOCKING_NOTIFIER_HEAD(intel_scu_notifier);
782 EXPORT_SYMBOL_GPL(intel_scu_notifier);