Lines Matching refs:inputInfo

155         if ((dev == inputInfo.pointer ||  in DeviceSetProperty()
156 dev == inputInfo.keyboard || in DeviceSetProperty()
226 for (dev = inputInfo.devices; dev; dev = dev->next) in NextFreePointerDevice()
252 for (devtmp = inputInfo.devices; devtmp; devtmp = devtmp->next) in AddInputDevice()
254 for (devtmp = inputInfo.off_devices; devtmp; devtmp = devtmp->next) in AddInputDevice()
305 inputInfo.numDevices++; in AddInputDevice()
307 for (prev = &inputInfo.off_devices; *prev; prev = &(*prev)->next); in AddInputDevice()
374 for (prev = &inputInfo.off_devices; in EnableDevice()
394 other = (IsPointerDevice(dev)) ? inputInfo.pointer: in EnableDevice()
395 inputInfo.keyboard; in EnableDevice()
412 for (prev = &inputInfo.devices; *prev; prev = &(*prev)->next); in EnableDevice()
459 for (prev = &inputInfo.devices; in DisableDevice()
471 for (other = inputInfo.devices; other; other = other->next) { in DisableDevice()
479 for (other = inputInfo.devices; other; other = other->next) { in DisableDevice()
486 for (other = inputInfo.devices; other; other = other->next) in DisableDevice()
500 for (other = inputInfo.devices; other; other = other->next) { in DisableDevice()
512 dev->next = inputInfo.off_devices; in DisableDevice()
513 inputInfo.off_devices = dev; in DisableDevice()
536 nt_list_for_each_entry_safe(dev, tmp, inputInfo.devices, next) { in DisableAllDevices()
541 nt_list_for_each_entry_safe(dev, tmp, inputInfo.devices, next) { in DisableAllDevices()
546 nt_list_for_each_entry_safe(dev, tmp, inputInfo.devices, next) { in DisableAllDevices()
550 nt_list_for_each_entry_safe(dev, tmp, inputInfo.devices, next) { in DisableAllDevices()
715 &inputInfo.pointer, &inputInfo.keyboard, in InitCoreDevices()
721 result = ActivateDevice(inputInfo.pointer, TRUE); in InitCoreDevices()
726 result = ActivateDevice(inputInfo.keyboard, TRUE); in InitCoreDevices()
731 if (!EnableDevice(inputInfo.pointer, TRUE)) { in InitCoreDevices()
735 if (!EnableDevice(inputInfo.keyboard, TRUE)) { in InitCoreDevices()
759 for (dev = inputInfo.off_devices; dev; dev = dev->next) { in InitAndStartDevices()
766 for (dev = inputInfo.off_devices; dev; dev = next) { in InitAndStartDevices()
1065 for (dev = inputInfo.devices; dev; dev = dev->next) { in CloseDownDevices()
1070 CloseDeviceList(&inputInfo.devices); in CloseDownDevices()
1071 CloseDeviceList(&inputInfo.off_devices); in CloseDownDevices()
1073 CloseDevice(inputInfo.pointer); in CloseDownDevices()
1075 CloseDevice(inputInfo.keyboard); in CloseDownDevices()
1077 inputInfo.devices = NULL; in CloseDownDevices()
1078 inputInfo.off_devices = NULL; in CloseDownDevices()
1079 inputInfo.keyboard = NULL; in CloseDownDevices()
1080 inputInfo.pointer = NULL; in CloseDownDevices()
1101 nt_list_for_each_entry(dev, inputInfo.devices, next) { in AbortDevices()
1106 nt_list_for_each_entry(dev, inputInfo.off_devices, next) { in AbortDevices()
1122 for (dev = inputInfo.devices; dev; dev = dev->next) in UndisplayDevices()
1151 if (!dev || dev == inputInfo.keyboard || dev == inputInfo.pointer) in RemoveDevice()
1168 for (tmp = inputInfo.devices; tmp; (prev = tmp), (tmp = next)) { in RemoveDevice()
1173 inputInfo.devices = next; in RemoveDevice()
1185 for (tmp = inputInfo.off_devices; tmp; (prev = tmp), (tmp = next)) { in RemoveDevice()
1192 inputInfo.off_devices = next; in RemoveDevice()
1204 inputInfo.numDevices--; in RemoveDevice()
1218 return inputInfo.pointer->valuator->numMotionEvents; in NumMotionEvents()
1229 for (dev = inputInfo.devices; dev; dev = dev->next) { in dixLookupDevice()
1233 for (dev = inputInfo.off_devices; dev; dev = dev->next) { in dixLookupDevice()
1249 if (inputInfo.keyboard) { in QueryMinMaxKeyCodes()
1250 *minCode = inputInfo.keyboard->key->xkbInfo->desc->min_key_code; in QueryMinMaxKeyCodes()
1251 *maxCode = inputInfo.keyboard->key->xkbInfo->desc->max_key_code; in QueryMinMaxKeyCodes()
1800 for (tmp = inputInfo.devices; tmp; tmp = tmp->next) { in ProcChangeKeyboardMapping()
2162 for (pDev = inputInfo.devices; pDev; pDev = pDev->next) { in ProcChangeKeyboardControl()
2172 for (pDev = inputInfo.devices; pDev; pDev = pDev->next) { in ProcChangeKeyboardControl()
2238 for (dev = inputInfo.devices; dev; dev = dev->next) { in ProcBell()
2309 for (dev = inputInfo.devices; dev; dev = dev->next) { in ProcChangePointerControl()
2319 for (dev = inputInfo.devices; dev; dev = dev->next) { in ProcChangePointerControl()
2492 for (dev = inputInfo.devices; dev; dev = dev->next) { in RecalculateMasterButtons()