Lines Matching refs:indp
1020 indp; in checkCoreInputDevices() local
1036 indp = *devs; in checkCoreInputDevices()
1037 if (indp->options && in checkCoreInputDevices()
1038 xf86CheckBoolOption(indp->options, "CorePointer", FALSE)) { in checkCoreInputDevices()
1040 corePointer = indp; in checkCoreInputDevices()
1043 if (indp->options && in checkCoreInputDevices()
1044 xf86CheckBoolOption(indp->options, "CoreKeyboard", FALSE)) { in checkCoreInputDevices()
1046 coreKeyboard = indp; in checkCoreInputDevices()
1310 InputInfoPtr *indp; in configInputDevices() local
1323 indp = xnfcalloc((count + 1), sizeof(InputInfoPtr)); in configInputDevices()
1324 indp[count] = NULL; in configInputDevices()
1328 indp[count] = xf86AllocateInput(); in configInputDevices()
1329 if (!configInput(indp[count], irp->iref_inputdev, X_CONFIG)) { in configInputDevices()
1331 free(indp[count]); in configInputDevices()
1333 free(indp); in configInputDevices()
1336 indp[count]->options = xf86OptionListMerge(indp[count]->options, in configInputDevices()
1341 servlayoutp->inputs = indp; in configInputDevices()
1573 InputInfoPtr *indp; in configImpliedLayout() local
1620 indp = xnfalloc(sizeof(InputInfoPtr)); in configImpliedLayout()
1621 *indp = NULL; in configImpliedLayout()
1622 servlayoutp->inputs = indp; in configImpliedLayout()