Searched refs:confInput (Results 1 – 1 of 1) sorted by relevance
1022 XF86ConfInputPtr confInput; in checkCoreInputDevices() local1051 confInput = NULL; in checkCoreInputDevices()1055 confInput = xf86findInput(xf86PointerName, in checkCoreInputDevices()1057 if (!confInput) { in checkCoreInputDevices()1087 confInput = p; in checkCoreInputDevices()1100 confInput = xf86findInput(CONF_IMPLICIT_POINTER, in checkCoreInputDevices()1102 while (*driver && !confInput) { in checkCoreInputDevices()1103 confInput = xf86findInputByDriver(*driver, in checkCoreInputDevices()1107 if (confInput) { in checkCoreInputDevices()1119 confInput = &defPtr; in checkCoreInputDevices()[all …]