Home
last modified time | relevance | path

Searched refs:XkbSetCauseCoreReq (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dxkbsrv.h103 #define XkbSetCauseCoreReq(c,e,cl) XkbSetCauseReq(c,e,0,cl) macro
/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbUtils.c565 XkbSetCauseCoreReq(&cause, X_ChangeKeyboardMapping, client); in XkbApplyMappingChange()
578 XkbSetCauseCoreReq(&cause, X_SetModifierMapping, client); in XkbApplyMappingChange()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddevices.c2073 XkbSetCauseCoreReq(&cause, X_ChangeKeyboardControl, client); in DoChangeKeyboardControl()