Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Dxserver-properties.h36 #define XI_PROP_ENABLED "Device Enabled" macro
/OK3568_Linux_fs/external/xserver/dix/
H A Ddevices.c150 if (property == XIGetKnownProperty(XI_PROP_ENABLED)) { in DeviceSetProperty()
312 XIChangeDeviceProperty(dev, XIGetKnownProperty(XI_PROP_ENABLED), in AddInputDevice()
314 XISetDevicePropertyDeletable(dev, XIGetKnownProperty(XI_PROP_ENABLED), in AddInputDevice()
418 XIChangeDeviceProperty(dev, XIGetKnownProperty(XI_PROP_ENABLED), in EnableDevice()
516 XIChangeDeviceProperty(dev, XIGetKnownProperty(XI_PROP_ENABLED), in DisableDevice()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiproperty.c52 {0, XI_PROP_ENABLED},
/OK3568_Linux_fs/external/xserver/
H A DChangeLog144815 Bump inputproto to 1.9.99.2 for XI_PROP_ENABLED
145275 Xi: expose Enable/DisableDevice through XI_PROP_ENABLED property.