Lines Matching refs:handler
95 * Wakeup handler.
215 * Os wakeup handler.
228 * input thread handler
522 /* Input handler registration */
581 * Set the handler for the console's fd. Replaces (and returns) the previous
582 * handler or NULL, whichever appropriate.
588 static IHPtr handler = NULL;
591 if (handler) {
592 old_proc = handler->ihproc;
593 xf86RemoveGeneralHandler(handler);
596 handler = xf86AddGeneralHandler(xf86Info.consoleFd, proc, data);
621 xf86RemoveInputHandler(void *handler)
626 if (!handler)
629 ih = handler;
638 xf86RemoveGeneralHandler(void *handler)
643 if (!handler)
646 ih = handler;
655 xf86DisableInputHandler(void *handler)
659 if (!handler)
662 ih = handler;
669 xf86DisableGeneralHandler(void *handler)
673 if (!handler)
676 ih = handler;
683 xf86EnableInputHandler(void *handler)
687 if (!handler)
690 ih = handler;
697 xf86EnableGeneralHandler(void *handler)
701 if (!handler)
704 ih = handler;