Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbUtils.c75 _XkbLookupAnyDevice(DeviceIntPtr *pDev, int id, ClientPtr client, in _XkbLookupAnyDevice() function
102 rc = _XkbLookupAnyDevice(pDev, id, client, access_mode, xkb_err); in _XkbLookupKeyboard()
122 rc = _XkbLookupAnyDevice(pDev, id, client, access_mode, xkb_err); in _XkbLookupBellDevice()
145 rc = _XkbLookupAnyDevice(pDev, id, client, access_mode, xkb_err); in _XkbLookupLedDevice()
165 rc = _XkbLookupAnyDevice(pDev, id, client, access_mode, xkb_err); in _XkbLookupButtonDevice()
H A Dxkb.c74 CHK_DEVICE(dev, id, client, mode, _XkbLookupAnyDevice)
/OK3568_Linux_fs/external/xserver/include/
H A Dxkbsrv.h348 extern _X_EXPORT int _XkbLookupAnyDevice(DeviceIntPtr *pDev,
/OK3568_Linux_fs/external/xserver/
H A DChangeLog140341 XKB: Tiny cleanups to _XkbLookupAnyDevice
144435 xkb: use PickPointer/PickKeyboard in _XkbLookupAnyDevice.