Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbPrKeyEv.c49 KeyClassPtr keyc = keybd->key; in XkbProcessKeyboardEvent() local
55 xkbi = keyc->xkbInfo; in XkbProcessKeyboardEvent()
167 KeyClassPtr keyc = keybd->key; in ProcessKeyboardEvent() local
184 xkbi = keyc->xkbInfo; in ProcessKeyboardEvent()
H A DxkbActions.c1307 KeyClassPtr keyc; in XkbHandleActions() local
1317 keyc = kbd->key; in XkbHandleActions()
1318 xkbi = keyc->xkbInfo; in XkbHandleActions()
1354 keyc->modifierKeyCount[i]++; in XkbHandleActions()
1363 keyc->modifierKeyCount[i]--; in XkbHandleActions()
1364 if (keyc->modifierKeyCount[i] <= 0) { in XkbHandleActions()
1366 keyc->modifierKeyCount[i] = 0; in XkbHandleActions()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DKeyboard.c230 KeyClassPtr keyc = pDev->key; in xnestUpdateModifierState() local
250 int count = keyc->modifierKeyCount[i]; in xnestUpdateModifierState()
253 if (keyc->xkbInfo->desc->map->modmap[key] & mask) { in xnestUpdateModifierState()
270 if (keyc->xkbInfo->desc->map->modmap[key] & mask) { in xnestUpdateModifierState()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Events.c283 KeyClassPtr keyc; in xf86ReleaseKeys() local
289 keyc = pDev->key; in xf86ReleaseKeys()
302 for (i = keyc->xkbInfo->desc->min_key_code; in xf86ReleaseKeys()
303 i < keyc->xkbInfo->desc->max_key_code; i++) { in xf86ReleaseKeys()
H A Dxf86DGA.c1020 KeyClassPtr keyc = keybd->key; in DGAProcessKeyboardEvent() local
1030 .corestate = XkbStateFieldFromRec(&keyc->xkbInfo->state) in DGAProcessKeyboardEvent()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinkeynames.h37 #define ModifierDown(k) ((keyc->state & (k)) == (k))
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr.c763 KeyClassPtr keyc = pDev->key; in ephyrUpdateModifierState() local
783 int count = keyc->modifierKeyCount[i]; in ephyrUpdateModifierState()
786 if (keyc->xkbInfo->desc->map->modmap[key] & mask) { in ephyrUpdateModifierState()
803 if (keyc->xkbInfo->desc->map->modmap[key] & mask) { in ephyrUpdateModifierState()
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkinput.c1624 KeyClassPtr keyc = NULL; in KdCheckLock() local
1630 keyc = tmp->dixdev->key; in KdCheckLock()
1634 ! !(XkbStateFieldFromRec(&keyc->xkbInfo->state) & LockMask); in KdCheckLock()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog63737 kinput.c:1844:17: warning: variable 'keyc' set but not used
160907 Add keyc->postdown, which represents the key state as of the last mieqEnqueue
160909 processed state (keyc->down). Add small functions to getevents.c to query and