Home
last modified time | relevance | path

Searched refs:per_key_repeat (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/xserver/xkb/
H A DddxCtrls.c68 for (rep_old = old->per_key_repeat, in XkbDDXChangeControls()
69 rep_new = new->per_key_repeat, in XkbDDXChangeControls()
H A DXKBMisc.c472 old = BitIsOn(xkb->ctrls->per_key_repeat, key); in XkbApplyCompatMapToKey()
474 SetBit(xkb->ctrls->per_key_repeat, key); in XkbApplyCompatMapToKey()
476 ClearBit(xkb->ctrls->per_key_repeat, key); in XkbApplyCompatMapToKey()
477 if (changes && old != BitIsOn(xkb->ctrls->per_key_repeat, key)) in XkbApplyCompatMapToKey()
486 old = BitIsOn(xkb->ctrls->per_key_repeat, key); in XkbApplyCompatMapToKey()
487 SetBit(xkb->ctrls->per_key_repeat, key); in XkbApplyCompatMapToKey()
488 if (changes && (old != BitIsOn(xkb->ctrls->per_key_repeat, key))) in XkbApplyCompatMapToKey()
H A DxkbEvents.c323 if (old->per_key_repeat[i] != new->per_key_repeat[i]) in XkbComputeControlsNotify()
H A Dxkmread.c791 xkb->ctrls->per_key_repeat[i / 8] |= (1 << (i % 8)); in ReadXkmSymbols()
795 xkb->ctrls->per_key_repeat[i / 8] &= ~(1 << (i % 8)); in ReadXkmSymbols()
H A DxkbInit.c634 memcpy(dev->kbdfeed->ctrl.autoRepeats, xkb->ctrls->per_key_repeat, in InitKeyboardDeviceStructInternal()
H A DxkbUtils.c342 repeat = xkb->ctrls->per_key_repeat; in XkbUpdateActions()
540 ctrls->per_key_repeat[key / 8] = in XkbSetRepeatKeys()
H A Dxkbout.c439 if (xkb->ctrls->per_key_repeat[i / 8] & (1 << (i % 8))) in XkbWriteXKBSymbols()
H A Dxkb.c739 memcpy(rep.perKeyRepeat, xkb->per_key_repeat, XkbPerKeyBitArraySize); in ProcXkbGetControls()
955 memcpy(new.per_key_repeat, stuff->perKeyRepeat, in ProcXkbSetControls()
958 !BitIsOn(new.per_key_repeat, xkbi->repeatKey)) { in ProcXkbSetControls()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DquartzKeyboard.c362 ctrl->per_key_repeat[i] = -1; in DarwinKeyboardSetRepeat()
370 ClearBit(ctrl->per_key_repeat, keycode + MIN_KEYCODE); in DarwinKeyboardSetRepeat()
374 ClearBit(ctrl->per_key_repeat, keycode + MIN_KEYCODE); in DarwinKeyboardSetRepeat()
379 memcpy(pDev->kbdfeed->ctrl.autoRepeats, ctrl->per_key_repeat, in DarwinKeyboardSetRepeat()
/OK3568_Linux_fs/external/xserver/include/
H A Dxkbstr.h305 unsigned char per_key_repeat[XkbPerKeyBitArraySize]; member
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dhostx.c1281 controls->per_key_repeat[i] = controls_r->perKeyRepeat[i]; in hostx_load_keymap()