Lines Matching refs:indp
1046 indp;
1062 indp = *devs;
1063 if (indp->options &&
1064 xf86CheckBoolOption(indp->options, "CorePointer", FALSE)) {
1066 corePointer = indp;
1069 if (indp->options &&
1070 xf86CheckBoolOption(indp->options, "CoreKeyboard", FALSE)) {
1072 coreKeyboard = indp;
1347 InputInfoPtr *indp;
1360 indp = xnfcalloc((count + 1), sizeof(InputInfoPtr));
1361 indp[count] = NULL;
1365 indp[count] = xf86AllocateInput();
1366 if (!configInput(indp[count], irp->iref_inputdev, X_CONFIG)) {
1368 free(indp[count]);
1370 free(indp);
1373 indp[count]->options = xf86OptionListMerge(indp[count]->options,
1378 servlayoutp->inputs = indp;
1610 InputInfoPtr *indp;
1657 indp = xnfalloc(sizeof(InputInfoPtr));
1658 *indp = NULL;
1659 servlayoutp->inputs = indp;