Searched refs:intel_scu_notifier (Results 1 – 2 of 2) sorted by relevance
55 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()
68 struct blocking_notifier_head intel_scu_notifier = variable69 BLOCKING_NOTIFIER_INIT(intel_scu_notifier);70 EXPORT_SYMBOL_GPL(intel_scu_notifier);