HomeSort by: relevance | last modified time | path
    Searched refs:autoEnableDevices (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Privstr.h 91 Bool autoEnableDevices; /* Whether to enable, or let the client
xf86Globals.c 124 .autoEnableDevices = TRUE,
128 .autoEnableDevices = FALSE,
xf86Xinput.c 1120 (is_auto && xf86Info.autoEnableDevices)));
1665 (is_auto && xf86Info.autoEnableDevices)));
xf86Config.c 691 {FLAG_AUTO_ENABLE_DEVICES, "AutoEnableDevices", OPTV_BOOLEAN,
773 &xf86Info.autoEnableDevices);
780 xf86Info.autoEnableDevices ? "A" : "Not a");
886 xf86Info.autoEnableDevices);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Privstr.h 112 Bool autoEnableDevices; /* Whether to enable, or let the client
xf86Globals.c 132 .autoEnableDevices = TRUE
136 .autoEnableDevices = FALSE
xf86Config.c 748 { FLAG_AUTO_ENABLE_DEVICES, "AutoEnableDevices", OPTV_BOOLEAN,
848 &xf86Info.autoEnableDevices);
855 xf86Info.autoEnableDevices ? "A" : "Not a");
953 xf86Info.forceInputDevices = !(xf86Info.autoAddDevices && xf86Info.autoEnableDevices);
xf86Xinput.c 937 (!is_auto || (is_auto && xf86Info.autoEnableDevices)));

Completed in 13 milliseconds