Home
last modified time | relevance | path

Searched refs:RemoveDevice (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xi/
H A Dxichangehierarchy.c323 RemoveDevice(XTestptr, FALSE); in remove_master()
324 RemoveDevice(XTestkeybd, FALSE); in remove_master()
325 RemoveDevice(keybd, FALSE); in remove_master()
326 RemoveDevice(ptr, FALSE); in remove_master()
H A Dstubs.c144 RemoveDevice(dev, TRUE); in DeleteInputDeviceRequest()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.c956 RemoveDevice(dev, TRUE); in xf86NewInputDevice()
963 RemoveDevice(dev, TRUE); in xf86NewInputDevice()
973 RemoveDevice(dev, TRUE); in xf86NewInputDevice()
1114 RemoveDevice(pDev, TRUE); in DeleteInputDeviceRequest()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddevices.c1140 RemoveDevice(DeviceIntPtr dev, BOOL sendevent) in RemoveDevice() function
2735 RemoveDevice(pointer, FALSE); in AllocDevicePair()
2755 RemoveDevice(pointer, FALSE); in AllocDevicePair()
2761 RemoveDevice(keyboard, FALSE); in AllocDevicePair()
2762 RemoveDevice(pointer, FALSE); in AllocDevicePair()
/OK3568_Linux_fs/external/xserver/include/
H A Dinput.h280 extern _X_EXPORT int RemoveDevice(DeviceIntPtr /*dev */ ,
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkinput.c2082 RemoveDevice(pDev, TRUE); in DeleteInputDeviceRequest()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-input.c2270 RemoveDevice(pad->xdevice, TRUE); in tablet_pad_removed()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog22397 RemoveDevice() manipulates the input device and its file descriptors, it's
22398 safer to put the input_unlock() call after RemoveDevice() to avoid events
32943 at 0x43402A: RemoveDevice (devices.c:1125)
32954 by 0x434158: RemoveDevice (devices.c:1157)
65579 RemoveDevice() frees the DeviceIntPtr, we shouldn't use the pointer after
74725 Xi: make stub DeleteInputDeviceRequest call RemoveDevice
74728 call RemoveDevice to avoid leaking devices in Xvfb/Xnest/Xwin.
90076 Fix this by calling RemoveDevice if EnableDevice fails.
118391 NewInputDeviceRequest (and RemoveDevice) have checks in place to not allow
127626 config: fix build after XI2 API changes to RemoveDevice.
[all …]