Lines Matching refs:pDev
319 DarwinKeyboardInit(DeviceIntPtr pDev) in DarwinKeyboardInit() argument
326 InitKeyboardDeviceStruct(pDev, NULL, NULL, DarwinChangeKeyboardControl); in DarwinKeyboardInit()
330 CopyKeyClass(pDev, inputInfo.keyboard); in DarwinKeyboardInit()
337 DarwinKeyboardSetRepeat(DeviceIntPtr pDev, int initialKeyRepeatValue, in DarwinKeyboardSetRepeat() argument
342 XkbSetRepeatKeys(pDev, -1, AutoRepeatModeOff); in DarwinKeyboardSetRepeat()
350 XkbSetRepeatKeys(pDev, -1, AutoRepeatModeOn); in DarwinKeyboardSetRepeat()
353 ctrl = pDev->key->xkbInfo->desc->ctrls; in DarwinKeyboardSetRepeat()
378 if (pDev->kbdfeed) in DarwinKeyboardSetRepeat()
379 memcpy(pDev->kbdfeed->ctrl.autoRepeats, ctrl->per_key_repeat, in DarwinKeyboardSetRepeat()
387 XkbDDXChangeControls(pDev, &old, ctrl); in DarwinKeyboardSetRepeat()
397 DeviceIntPtr pDev; in DarwinKeyboardReloadHandler() local
439 for (pDev = inputInfo.devices; pDev; pDev = pDev->next) { in DarwinKeyboardReloadHandler()
440 if ((pDev->coreEvents || in DarwinKeyboardReloadHandler()
441 pDev == inputInfo.keyboard) && pDev->key) { in DarwinKeyboardReloadHandler()
443 pDev, &keySyms, keySyms.minKeyCode, in DarwinKeyboardReloadHandler()
447 DarwinKeyboardSetRepeat(pDev, initialKeyRepeatValue, in DarwinKeyboardReloadHandler()
741 LegalModifier(unsigned int key, DeviceIntPtr pDev) in LegalModifier() argument