Home
last modified time | relevance | path

Searched refs:confInput (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Config.c1022 XF86ConfInputPtr confInput; in checkCoreInputDevices() local
1051 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 …]