Searched refs:autoAddDevices (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Privstr.h90 Bool autoAddDevices; /* Whether to succeed NIDR, or ignore. */ member in struct:__anon669d33250208
H A Dxf86Globals.c123 .autoAddDevices = TRUE,
127 .autoAddDevices = FALSE,
H A Dxf86Xinput.c1070 if (!xf86Info.autoAddDevices) {
1125 if (is_auto && !xf86Info.autoAddDevices)
H A Dxf86Config.c762 &xf86Info.autoAddDevices);
769 xf86Info.autoAddDevices ? "A" : "Not a");
885 xf86Info.forceInputDevices = !(xf86Info.autoAddDevices &&
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Privstr.h111 Bool autoAddDevices; /* Whether to succeed NIDR, or ignore. */ member in struct:__anon813e10320308
H A Dxf86Globals.c131 .autoAddDevices = TRUE,
135 .autoAddDevices = FALSE,
H A Dxf86Xinput.c893 if (!xf86Info.autoAddDevices) {
942 if (is_auto && !xf86Info.autoAddDevices)
H A Dxf86Config.c837 &xf86Info.autoAddDevices);
844 xf86Info.autoAddDevices ? "A" : "Not a");
953 xf86Info.forceInputDevices = !(xf86Info.autoAddDevices && xf86Info.autoEnableDevices);

Completed in 18 milliseconds