Lines Matching defs:indp
1094 indp;
1110 indp = *devs;
1111 if (indp->options &&
1112 xf86CheckBoolOption(indp->options, "CorePointer", FALSE)) {
1114 corePointer = indp;
1116 xf86ReplaceBoolOption(indp->options, "CorePointer", FALSE);
1119 indp->name);
1122 if (indp->options &&
1123 xf86CheckBoolOption(indp->options, "CoreKeyboard", FALSE)) {
1125 coreKeyboard = indp;
1127 xf86ReplaceBoolOption(indp->options, "CoreKeyboard", FALSE);
1130 indp->name);
1454 InputInfoPtr *indp;
1467 indp = xnfcalloc((count + 1), sizeof(InputInfoPtr));
1468 indp[count] = NULL;
1472 indp[count] = xf86AllocateInput();
1473 if (!configInput(indp[count], irp->iref_inputdev, X_CONFIG)) {
1475 free(indp[count]);
1477 free(indp);
1480 indp[count]->options = xf86OptionListMerge(indp[count]->options,
1485 servlayoutp->inputs = indp;
1717 InputInfoPtr *indp;
1763 indp = xnfalloc(sizeof(InputInfoPtr));
1764 *indp = NULL;
1765 servlayoutp->inputs = indp;