Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Events.c319 pInfo->flags |= XI86_DEVICE_DISABLED; in xf86DisableInputDeviceForVTSwitch()
329 if (pInfo->dev && (pInfo->flags & XI86_DEVICE_DISABLED) == 0) in xf86EnableInputDeviceForVTSwitch()
331 pInfo->flags &= ~XI86_DEVICE_DISABLED; in xf86EnableInputDeviceForVTSwitch()
H A Dxf86Xinput.h67 #define XI86_DEVICE_DISABLED 0x10 /* device was disabled before vt switch */ macro