Home
last modified time | relevance | path

Searched refs:ActivateDevice (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/test/xi2/
H A Dprotocol-common.c167 ret = ActivateDevice(local_devices.vcp, FALSE); in init_devices()
170 ret = ActivateDevice(local_devices.vck, FALSE); in init_devices()
177 ret = ActivateDevice(local_devices.mouse, FALSE); in init_devices()
179 ret = ActivateDevice(local_devices.kbd, FALSE); in init_devices()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxichangehierarchy.c168 ActivateDevice(ptr, FALSE); in add_master()
169 ActivateDevice(keybd, FALSE); in add_master()
173 ActivateDevice(XTestptr, FALSE); in add_master()
174 ActivateDevice(XTestkeybd, FALSE); in add_master()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-input.c1187 ActivateDevice(xwl_seat->pointer, TRUE); in init_pointer()
1221 ActivateDevice(xwl_seat->relative_pointer, TRUE); in init_relative_pointer()
1250 ActivateDevice(xwl_seat->keyboard, TRUE); in init_keyboard()
1286 ActivateDevice(xwl_seat->touch, TRUE); in init_touch()
1455 ActivateDevice(xwl_seat->stylus, TRUE); in tablet_handle_done()
1461 ActivateDevice(xwl_seat->eraser, TRUE); in tablet_handle_done()
1467 ActivateDevice(xwl_seat->puck, TRUE); in tablet_handle_done()
2216 ActivateDevice(pad->xdevice, TRUE); in tablet_pad_done()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxtest.c571 if (ActivateDevice(xtestpointer, TRUE) != Success || in InitXTestDevices()
572 ActivateDevice(xtestkeyboard, TRUE) != Success) in InitXTestDevices()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddevices.c567 ActivateDevice(DeviceIntPtr dev, BOOL sendevent) in ActivateDevice() function
721 result = ActivateDevice(inputInfo.pointer, TRUE); in InitCoreDevices()
726 result = ActivateDevice(inputInfo.keyboard, TRUE); in InitCoreDevices()
762 ActivateDevice(dev, TRUE); in InitAndStartDevices()
/OK3568_Linux_fs/external/xserver/include/
H A Dinput.h267 extern _X_EXPORT Bool ActivateDevice(DeviceIntPtr /*device */ ,
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkinput.c2036 ActivateDevice(pi->dixdev, TRUE) != Success || in NewInputDeviceRequest()
2058 ActivateDevice(ki->dixdev, TRUE) != Success || in NewInputDeviceRequest()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.c953 rval = ActivateDevice(dev, TRUE); in xf86NewInputDevice()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog40983 Abort xi2 tests if ActivateDevice() fails
40996 but which was overlooked because the ActivateDevice() return code wasn't
62338 ==2547== by 0x425A3D: ActivateDevice (devices.c:540)
106330 Caveat: It's not clear atm how relevant other callers of ActivateDevice
109724 ==8591== by 0x447162: ActivateDevice (devices.c:530)
109733 ==8591== by 0x447162: ActivateDevice (devices.c:530)
110639 ActivateDevice was ignoring errors from DeviceCursorInitialize, so
130727 xfree86: Remove device from inputInfo.devices if ActivateDevice failed.
130730 inputInfo.devices. However, if the subsequent call to ActivateDevice
136414 continue. Return the error code from ActivateDevice() without setting up
[all …]