Lines Matching full:notifier
7 * notifier chain.
15 #include <linux/notifier.h>
38 * lwmi_events_register_notifier() - Add a notifier to the notifier chain.
41 * Call blocking_notifier_chain_register to register the notifier block to the
42 * lenovo-wmi-events driver blocking notifier chain.
53 * lwmi_events_unregister_notifier() - Remove a notifier from the notifier
57 * Call blocking_notifier_chain_unregister to unregister the notifier block
58 * from the lenovo-wmi-events driver blocking notifier chain.
69 * devm_lwmi_events_unregister_notifier() - Remove a notifier from the notifier
73 * Call lwmi_events_unregister_notifier to unregister the notifier block from
74 * the lenovo-wmi-events driver blocking notifier chain.
86 * devm_lwmi_events_register_notifier() - Add a notifier to the notifier chain.
90 * Call lwmi_events_register_notifier to register the notifier block to the
91 * lenovo-wmi-events driver blocking notifier chain. Then add, as a device
93 * notifier block upon its parent device removal.
111 * lwmi_events_notify() - Call functions for the notifier call chain.