Searched refs:forceInputDevices (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Privstr.h89 Bool forceInputDevices; /* force xorg.conf or built-in input devices */ member in struct:__anon669d33250208
H A Dxf86Globals.c122 .forceInputDevices = FALSE,
126 .forceInputDevices = TRUE,
H A Dxf86Config.c885 xf86Info.forceInputDevices = !(xf86Info.autoAddDevices &&
891 if (!xf86Info.forceInputDevices)
1107 if (!foundPointer && (xf86Info.forceInputDevices || implicitLayout)) {
1123 if (!foundPointer && xf86Info.forceInputDevices) {
1141 if (!foundPointer && xf86Info.forceInputDevices) {
1180 if (!foundPointer && xf86Info.forceInputDevices) {
1217 if (!foundKeyboard && (xf86Info.forceInputDevices || implicitLayout)) {
1233 if (!foundKeyboard && xf86Info.forceInputDevices) {
1248 if (!foundKeyboard && xf86Info.forceInputDevices) {
1276 if (!foundKeyboard && xf86Info.forceInputDevices) {
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Privstr.h110 Bool forceInputDevices; /* force xorg.conf or built-in input devices */ member in struct:__anon813e10320308
H A Dxf86Globals.c130 .forceInputDevices = FALSE,
134 .forceInputDevices = TRUE,
H A Dxf86Config.c953 xf86Info.forceInputDevices = !(xf86Info.autoAddDevices && xf86Info.autoEnableDevices);
958 if (!xf86Info.forceInputDevices)
1175 if (!foundPointer && (xf86Info.forceInputDevices || implicitLayout)) {
1191 if (!foundPointer && xf86Info.forceInputDevices) {
1208 if (!foundPointer && xf86Info.forceInputDevices) {
1244 if (!foundPointer && xf86Info.forceInputDevices) {
1268 if (!found && xf86Info.forceInputDevices) {
1328 if (!foundKeyboard && (xf86Info.forceInputDevices || implicitLayout)) {
1344 if (!foundKeyboard && xf86Info.forceInputDevices) {
1359 if (!foundKeyboard && xf86Info.forceInputDevices) {
[all...]

Completed in 9 milliseconds