Searched refs:is_auto (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Xinput.c1031 int is_auto = 0; local in function:NewInputDeviceRequest
1069 is_auto = 1;
1119 (!is_auto ||
1120 (is_auto && xf86Info.autoEnableDevices)));
1125 if (is_auto && !xf86Info.autoAddDevices)
1648 int is_auto = 0; local in function:xf86InputEnableVTProbe
1656 is_auto = 0;
1661 is_auto = 1;
1664 (!is_auto ||
1665 (is_auto
[all...]
H A Dxf86Xinput.h193 int xf86NewInputDevice(InputInfoPtr pInfo, DeviceIntPtr *pdev, BOOL is_auto);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Xinput.h157 int xf86NewInputDevice(InputInfoPtr pInfo, DeviceIntPtr *pdev, BOOL is_auto);
H A Dxf86Xinput.c857 int is_auto = 0; local in function:NewInputDeviceRequest
892 is_auto = 1;
937 (!is_auto || (is_auto && xf86Info.autoEnableDevices)));
942 if (is_auto && !xf86Info.autoAddDevices)

Completed in 51 milliseconds