Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/xkb/
H A DXKBMAlloc.c593 first_modmap_key, in XkbChangeKeycodeRange()
634 first_modmap_key, in XkbChangeKeycodeRange()
694 first_modmap_key, in XkbChangeKeycodeRange()
762 first_modmap_key, in XkbChangeKeycodeRange()
H A DxkbEvents.c827 mn.firstModMapKey = pChanges->map.first_modmap_key; in XkbSendNotification()
H A Dxkb.c2340 oldLast = changes->map.first_modmap_key + in SetModifierMap()
2342 if (changes->map.first_modmap_key < first) in SetModifierMap()
2343 first = changes->map.first_modmap_key; in SetModifierMap()
2347 changes->map.first_modmap_key = first; in SetModifierMap()
2681 firstMM = change.map.first_modmap_key; in _XkbSetMap()
H A DxkbUtils.c583 changes.map.first_modmap_key = xkb->min_key_code; in XkbApplyMappingChange()
/OK3568_Linux_fs/external/xserver/include/
H A Dxkbstr.h506 KeyCode first_modmap_key; member