Lines Matching full:notifier
32 #include <linux/notifier.h>
117 * lwmi_om_register_notifier() - Add a notifier to the blocking notifier chain
120 * Call blocking_notifier_chain_register to register the notifier block to the
121 * lenovo-wmi-other driver notifier chain.
132 * lwmi_om_unregister_notifier() - Remove a notifier from the blocking notifier
136 * Call blocking_notifier_chain_unregister to unregister the notifier block from the
137 * lenovo-wmi-other driver notifier chain.
148 * devm_lwmi_om_unregister_notifier() - Remove a notifier from the blocking
149 * notifier chain.
152 * Call lwmi_om_unregister_notifier to unregister the notifier block from the
153 * lenovo-wmi-other driver notifier chain.
165 * devm_lwmi_om_register_notifier() - Add a notifier to the blocking notifier
170 * Call lwmi_om_register_notifier to register the notifier block to the
171 * lenovo-wmi-other driver notifier chain. Then add devm_lwmi_om_unregister_notifier
172 * as a device managed action to automatically unregister the notifier block
192 * lwmi_om_notifier_call() - Call functions for the notifier call chain.