Searched refs:InputHandlers (Results 1 – 2 of 2) sorted by relevance
108 static IHPtr InputHandlers = NULL; variable381 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()
64210 xf86: use nt_list_for_each_entry_safe to walk InputHandlers in xf86Wakeup