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

/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Privstr.h91 Bool autoEnableDevices; /* Whether to enable, or let the client member in struct:__anon669d33250208
H A Dxf86Globals.c124 .autoEnableDevices = TRUE,
128 .autoEnableDevices = FALSE,
H A Dxf86Xinput.c1120 (is_auto && xf86Info.autoEnableDevices)));
1665 (is_auto && xf86Info.autoEnableDevices)));
H A Dxf86Config.c773 &xf86Info.autoEnableDevices);
780 xf86Info.autoEnableDevices ? "A" : "Not a");
886 xf86Info.autoEnableDevices);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Privstr.h112 Bool autoEnableDevices; /* Whether to enable, or let the client member in struct:__anon813e10320308
H A Dxf86Globals.c132 .autoEnableDevices = TRUE
136 .autoEnableDevices = FALSE
H A Dxf86Config.c848 &xf86Info.autoEnableDevices);
855 xf86Info.autoEnableDevices ? "A" : "Not a");
953 xf86Info.forceInputDevices = !(xf86Info.autoAddDevices && xf86Info.autoEnableDevices);
H A Dxf86Xinput.c937 (!is_auto || (is_auto && xf86Info.autoEnableDevices)));

Completed in 12 milliseconds