Lines Matching refs:Notify
197 * type of notify (System/Device). Device/Thermal/Processor objects
198 * may have one device notify handler, and multiple system notify
236 * Registering a notify handler on the root object indicates that the
238 * only one global handler can be registered per notify type.
258 goto UnlockAndExit; /* Global notify handler installed, all done */
309 if (HandlerObj->Notify.Handler == Handler)
315 HandlerObj = HandlerObj->Notify.Next[i];
320 /* Create and populate a new notify handler object */
329 HandlerObj->Notify.Node = Node;
330 HandlerObj->Notify.HandlerType = HandlerType;
331 HandlerObj->Notify.Handler = Handler;
332 HandlerObj->Notify.Context = Context;
340 HandlerObj->Notify.Next[i] =
427 "Removing global notify handler\n"));
434 /* Make sure all deferred notify tasks are completed */
476 (HandlerObj->Notify.Handler != Handler))
479 HandlerObj = HandlerObj->Notify.Next[i];
492 PreviousHandlerObj->Notify.Next[i] =
493 HandlerObj->Notify.Next[i];
498 HandlerObj->Notify.Next[i];
503 /* Make sure all deferred notify tasks are completed */
1061 /* Setup up dispatch flags to indicate handler (vs. method/notify) */