Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Events.c101 InputHandlerProc ihproc; member
540 if (ih->enabled && ih->fd >= 0 && ih->ihproc) { in xf86InputHandlerNotify()
541 ih->ihproc(ih->fd, ih->data); in xf86InputHandlerNotify()
558 ih->ihproc = proc; in addInputHandler()
603 old_proc = handler->ihproc; in xf86SetConsoleHandler()