Searched refs:per_key_repeat (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | ddxCtrls.c | 68 for (rep_old = old->per_key_repeat, in XkbDDXChangeControls() 69 rep_new = new->per_key_repeat, in XkbDDXChangeControls()
|
| H A D | XKBMisc.c | 472 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 D | xkbEvents.c | 323 if (old->per_key_repeat[i] != new->per_key_repeat[i]) in XkbComputeControlsNotify()
|
| H A D | xkmread.c | 791 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 D | xkbInit.c | 634 memcpy(dev->kbdfeed->ctrl.autoRepeats, xkb->ctrls->per_key_repeat, in InitKeyboardDeviceStructInternal()
|
| H A D | xkbUtils.c | 342 repeat = xkb->ctrls->per_key_repeat; in XkbUpdateActions() 540 ctrls->per_key_repeat[key / 8] = in XkbSetRepeatKeys()
|
| H A D | xkbout.c | 439 if (xkb->ctrls->per_key_repeat[i / 8] & (1 << (i % 8))) in XkbWriteXKBSymbols()
|
| H A D | xkb.c | 739 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 D | quartzKeyboard.c | 362 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 D | xkbstr.h | 305 unsigned char per_key_repeat[XkbPerKeyBitArraySize]; member
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | hostx.c | 1281 controls->per_key_repeat[i] = controls_r->perKeyRepeat[i]; in hostx_load_keymap()
|