Searched refs:ActivateDevice (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/test/xi2/
H A Dprotocol-common.c82 ActivateDevice(devices.vcp, FALSE);
83 ActivateDevice(devices.vck, FALSE);
89 ActivateDevice(devices.mouse, FALSE);
90 ActivateDevice(devices.kbd, FALSE);
/xsrc/external/mit/xorg-server/dist/test/xi2/
H A Dprotocol-common.c170 ret = ActivateDevice(local_devices.vcp, FALSE);
173 ret = ActivateDevice(local_devices.vck, FALSE);
180 ret = ActivateDevice(local_devices.mouse, FALSE);
182 ret = ActivateDevice(local_devices.kbd, FALSE);
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dxichangehierarchy.c168 ActivateDevice(ptr, FALSE);
169 ActivateDevice(keybd, FALSE);
173 ActivateDevice(XTestptr, FALSE);
174 ActivateDevice(XTestkeybd, FALSE);
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dxichangehierarchy.c169 ActivateDevice(ptr, FALSE);
170 ActivateDevice(keybd, FALSE);
174 ActivateDevice(XTestptr, FALSE);
175 ActivateDevice(XTestkeybd, FALSE);
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxtest.c578 if (ActivateDevice(xtestpointer, TRUE) != Success ||
579 ActivateDevice(xtestkeyboard, TRUE) != Success)
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxtest.c573 if (ActivateDevice(xtestpointer, TRUE) != Success ||
574 ActivateDevice(xtestkeyboard, TRUE) != Success)
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dinput.h262 extern _X_EXPORT Bool ActivateDevice(
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddevices.c546 ActivateDevice(DeviceIntPtr dev, BOOL sendevent) function in typeref:typename:int
695 if (ActivateDevice(inputInfo.pointer, TRUE) != Success ||
696 ActivateDevice(inputInfo.keyboard, TRUE) != Success)
725 ActivateDevice(dev, TRUE);
2606 * Only allocates the devices, you will need to call ActivateDevice() and
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddevices.c581 ActivateDevice(DeviceIntPtr dev, BOOL sendevent) function in typeref:typename:int
735 result = ActivateDevice(inputInfo.pointer, TRUE);
740 result = ActivateDevice(inputInfo.keyboard, TRUE);
776 ActivateDevice(dev, TRUE);
2792 * Only allocates the devices, you will need to call ActivateDevice() and
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkinput.c2297 ActivateDevice(pi->dixdev, TRUE) != Success ||
2305 ActivateDevice(ki->dixdev, TRUE) != Success ||
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkinput.c2030 ActivateDevice(pi->dixdev, TRUE) != Success ||
2052 ActivateDevice(ki->dixdev, TRUE) != Success ||
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Xinput.c803 rval = ActivateDevice(dev, TRUE);
/xsrc/external/mit/xorg-server/dist/include/
H A Dinput.h295 extern _X_EXPORT Bool ActivateDevice(DeviceIntPtr /*device */ ,
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Xinput.c840 * Apply backend-specific initialization. Invoked after ActivateDevice(),
981 rval = ActivateDevice(dev, TRUE);

Completed in 23 milliseconds