Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dintel_scu_ipc.h55 extern struct blocking_notifier_head intel_scu_notifier;
59 blocking_notifier_chain_register(&intel_scu_notifier, nb); in intel_scu_notifier_add()
64 blocking_notifier_chain_unregister(&intel_scu_notifier, nb); in intel_scu_notifier_remove()
69 return blocking_notifier_call_chain(&intel_scu_notifier, v, p); in intel_scu_notifier_post()
/arch/x86/platform/intel-mid/
Dsfi.c68 struct blocking_notifier_head intel_scu_notifier = variable
69 BLOCKING_NOTIFIER_INIT(intel_scu_notifier);
70 EXPORT_SYMBOL_GPL(intel_scu_notifier);