Lines Matching refs:devs

278                 if (dmxInput->devs[j]->sendsCore)
279 _dmxChangePointerControl(dmxInput->devs[j], ctrl);
316 if (dmxInput->devs[j]->sendsCore)
317 _dmxKeyboardKbdCtrlProc(dmxInput->devs[j], ctrl);
346 if (dmxInput->devs[j]->sendsCore)
347 _dmxKeyboardBellProc(dmxInput->devs[j], percent);
547 for (i = 0; i < dmxInput->numDevs; i += dmxInput->devs[i]->binding)
548 if (dmxInput->devs[i]->process_input) {
550 miPointerUpdateSprite(dmxInput->devs[i]->pDevice);
552 dmxInput->devs[i]->process_input(dmxInput->devs[i]->private);
587 for (i = 0; i < dmxInput->numDevs; i += dmxInput->devs[i]->binding)
588 if (dmxInput->devs[i]->update_info)
589 dmxInput->devs[i]->update_info(dmxInput->devs[i]->private,
599 for (i = 0; i < dmxInput->numDevs; i += dmxInput->devs[i]->binding)
600 if (dmxInput->devs[i]->collect_events)
601 dmxInput->devs[i]->collect_events(&dmxInput->devs[i]->pDevice->public,
630 if (dmxInput->devs[i]->vt_post_switch)
631 dmxInput->devs[i]->vt_post_switch(dmxInput->devs[i]->private);
643 if (dmxInput->devs[i]->vt_pre_switch)
644 dmxInput->devs[i]->vt_pre_switch(dmxInput->devs[i]->private);
648 if (dmxInput->devs[i]->vt_switch) {
650 if (!dmxInput->devs[i]->vt_switch(dmxInput->devs[i]->private,
762 /** Copy the local input information from \a s into a new \a devs slot
779 dmxInput->devs = realloc(dmxInput->devs,
780 dmxInput->numDevs * sizeof(*dmxInput->devs));
781 dmxInput->devs[dmxInput->numDevs-1] = dmxLocal;
871 DMXLocalInputInfoPtr dmxL = dmxInput->devs[j];
883 DMXLocalInputInfoPtr dmxL = dmxInput->devs[j];
906 DMXLocalInputInfoPtr dmxLocal = dmxInput->devs[i];
919 DMXLocalInputInfoPtr dmxLocal = dmxInput->devs[i];
1026 DMXLocalInputInfoPtr dmxLocal = dmxInput->devs[i];
1072 dmxInputFreeLocal(dmxInput->devs[i]);
1073 dmxInput->devs[i] = NULL;
1075 free(dmxInput->devs);
1076 dmxInput->devs = NULL;
1097 DeviceIntPtr pDevice = dmxInput->devs[i]->pDevice;
1121 if (dmxInput->devs[i]->deviceId >= 0)
1122 dmxLogCont(dmxInfo, "/id%d", dmxInput->devs[i]->deviceId);
1123 if (dmxInput->devs[i]->deviceName)
1124 dmxLogCont(dmxInfo, "=%s", dmxInput->devs[i]->deviceName);
1126 dmxInput->devs[i]->isCore
1128 : (dmxInput->devs[i]->sendsCore
1144 DMXLocalInputInfoPtr dmxLocal = dmxInput->devs[i];
1188 DMXLocalInputInfoPtr dmxLocal = dmxInput->devs[j];
1199 if (id && dmxInput->devs) *id = dmxInput->devs[0]->pDevice->id;
1210 DMXLocalInputInfoPtr dmxLocal = dmxInput->devs[i];