Home
last modified time | relevance | path

Searched refs:CloseDevice (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Ddevices.c962 CloseDevice(DeviceIntPtr dev) in CloseDevice() function
1073 CloseDevice(inputInfo.pointer); in CloseDownDevices()
1075 CloseDevice(inputInfo.keyboard); in CloseDownDevices()
1178 CloseDevice(tmp); in RemoveDevice()
1189 CloseDevice(tmp); in RemoveDevice()
H A Dprotocol.txt756 R004 XInputExtension:CloseDevice
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dworker.h710 virtual bool CloseDevice(int fd);
H A Dworker.cc2845 bool DiskThread::CloseDevice(int fd) { in CloseDevice() function in DiskThread
3237 CloseDevice(fd); in Work()
3247 CloseDevice(fd); in Work()
3263 CloseDevice(fd); in Work()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog63069 Slave devices don't need these and the matching code in CloseDevice() has a
112401 In the process, fixes a memory leak in CloseDevice, and an unchecked
113122 ==5069== by 0x807973E: CloseDevice (devices.c:840)
113142 ==5069== by 0x807973E: CloseDevice (devices.c:840)
117209 CloseDevice: call XkbRemoveResourceClient before freeing key class struct
117212 CloseDevice calls XkbRemoveResourceClient until it removes all resources.
150217 in the DIX. CloseDevice will only remove it from the DIX, not the DDX. If the
151943 dix: set dev->key to NULL after freeing it in CloseDevice. (Bug #12830)
158182 dix: don't call CloseDevice on VCP/VCK separately.
165528 Check for NULL devices in CloseDevice().