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

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Xinput.c 1031 int is_auto = 0; local
1069 is_auto = 1;
1119 (!is_auto ||
1120 (is_auto && xf86Info.autoEnableDevices)));
1125 if (is_auto && !xf86Info.autoAddDevices)
1648 int is_auto = 0; local
1656 is_auto = 0;
1661 is_auto = 1;
1664 (!is_auto ||
1665 (is_auto && xf86Info.autoEnableDevices)))
    [all...]
xf86Xinput.h 193 int xf86NewInputDevice(InputInfoPtr pInfo, DeviceIntPtr *pdev, BOOL is_auto);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Xinput.h 157 int xf86NewInputDevice(InputInfoPtr pInfo, DeviceIntPtr *pdev, BOOL is_auto);
xf86Xinput.c 857 int is_auto = 0; local
892 is_auto = 1;
937 (!is_auto || (is_auto && xf86Info.autoEnableDevices)));
942 if (is_auto && !xf86Info.autoAddDevices)

Completed in 16 milliseconds