Searched refs:EnableDevice (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/external/xserver/test/xi2/ |
| H A D | protocol-common.c | 172 EnableDevice(local_devices.vcp, FALSE); in init_devices() 173 EnableDevice(local_devices.vck, FALSE); in init_devices() 181 EnableDevice(local_devices.mouse, FALSE); in init_devices() 182 EnableDevice(local_devices.kbd, FALSE); in init_devices()
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | xichangehierarchy.c | 179 EnableDevice(ptr, FALSE); in add_master() 180 EnableDevice(keybd, FALSE); in add_master() 184 EnableDevice(XTestptr, FALSE); in add_master() 185 EnableDevice(XTestkeybd, FALSE); in add_master()
|
| H A D | chgdctl.c | 207 EnableDevice(dev, TRUE); in ProcXChangeDeviceControl()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86PM.c | 143 EnableDevice(pInfo->dev, TRUE); in resume()
|
| H A D | xf86Events.c | 330 EnableDevice(pInfo->dev, TRUE); in xf86EnableInputDeviceForVTSwitch()
|
| H A D | xf86Xinput.c | 970 EnableDevice(dev, TRUE); in xf86NewInputDevice() 1538 EnableDevice(dev, TRUE); in xf86EnableDevice()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | xtest.c | 574 if (!EnableDevice(xtestpointer, TRUE) || !EnableDevice(xtestkeyboard, TRUE)) in InitXTestDevices()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | devices.c | 163 EnableDevice(dev, TRUE); in DeviceSetProperty() 366 EnableDevice(DeviceIntPtr dev, BOOL sendevent) in EnableDevice() function 731 if (!EnableDevice(inputInfo.pointer, TRUE)) { in InitCoreDevices() 735 if (!EnableDevice(inputInfo.keyboard, TRUE)) { in InitCoreDevices() 770 EnableDevice(dev, TRUE); in InitAndStartDevices()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | input.h | 264 extern _X_EXPORT Bool EnableDevice(DeviceIntPtr /*device */ ,
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/src/ |
| H A D | kinput.c | 2037 EnableDevice(pi->dixdev, TRUE) != TRUE) { in NewInputDeviceRequest() 2059 EnableDevice(ki->dixdev, TRUE) != TRUE) { in NewInputDeviceRequest()
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-input.c | 1172 EnableDevice(dev, TRUE); in enable_device() 2217 EnableDevice(pad->xdevice, TRUE); in tablet_pad_done()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | dmxinputinit.c | 1292 EnableDevice(dmxLocal->pDevice, TRUE); in dmxInputAttachOld()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 25653 EnableDevice interfaces is incorrect. 90076 Fix this by calling RemoveDevice if EnableDevice fails. 96254 xfree86: block signals between EnableDevice and first CheckMotion() 96256 Devices usually enable SIGIO processing in EnableDevice. CheckMotion 110768 dix: remove obsolete comment.from EnableDevice. 135827 XQuartz: Don't need explicit Activate/EnableDevice in InitInput 140549 PairDevices() is only ever called in EnableDevice(). 140966 EnableDevice and DisableDevice both change the property too. 163780 In NewInputDeviceRequest, only call EnableDevice if xf86Screens[0]->vtSema is 165989 Don't explicitly init sprite for VCP, EnableDevice() will take care of that. [all …]
|