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

/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Config.c1048 XF86ConfInputPtr confInput; local in function:checkCoreInputDevices
1077 confInput = NULL;
1081 confInput = xf86findInput(xf86PointerName,
1083 if (!confInput) {
1113 confInput = p;
1126 confInput = xf86findInput(CONF_IMPLICIT_POINTER,
1128 while (*driver && !confInput) {
1129 confInput = xf86findInputByDriver(*driver,
1133 if (confInput) {
1156 confInput
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Config.c1096 XF86ConfInputPtr confInput; local in function:checkCoreInputDevices
1136 confInput = NULL;
1140 confInput = xf86findInput(xf86PointerName,
1142 if (!confInput) {
1181 confInput = p;
1193 confInput = xf86findInput(CONF_IMPLICIT_POINTER,
1195 while (*driver && !confInput) {
1196 confInput = xf86findInputByDriver(*driver,
1200 if (confInput) {
1220 confInput
[all...]

Completed in 5 milliseconds