Home
last modified time | relevance | path

Searched refs:InputHandlers (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Events.c108 static IHPtr InputHandlers = NULL; variable
381 for (ih = InputHandlers; ih; ih = ih->next) { in xf86VTLeave()
439 for (ih = InputHandlers; ih; ih = ih->next) { in xf86VTLeave()
489 for (ih = InputHandlers; ih; ih = ih->next) { in xf86VTEnter()
567 ih->next = InputHandlers; in addInputHandler()
568 InputHandlers = ih; in addInputHandler()
619 if (ih == InputHandlers) in removeInputHandler()
620 InputHandlers = ih->next; in removeInputHandler()
622 p = InputHandlers; in removeInputHandler()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog64210 xf86: use nt_list_for_each_entry_safe to walk InputHandlers in xf86Wakeup