Searched refs:indp (Results 1 – 1 of 1) sorted by relevance
1020 indp; in checkCoreInputDevices() local1036 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() local1323 indp = xnfcalloc((count + 1), sizeof(InputInfoPtr)); in configInputDevices()[all …]