Home
last modified time | relevance | path

Searched refs:AttachDevice (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xi/
H A Dxichangehierarchy.c192 AttachDevice(NULL, XTestptr, ptr); in add_master()
193 AttachDevice(NULL, XTestkeybd, keybd); in add_master()
293 AttachDevice(client, attached, newptr); in remove_master()
297 AttachDevice(client, attached, newkeybd); in remove_master()
356 AttachDevice(client, dev, NULL); in detach_slave()
403 AttachDevice(client, dev, newmaster); in attach_slave()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxtest.c577 AttachDevice(NULL, xtestpointer, inputInfo.pointer); in InitXTestDevices()
579 AttachDevice(NULL, xtestkeyboard, inputInfo.keyboard); in InitXTestDevices()
/OK3568_Linux_fs/external/xserver/include/
H A Dinput.h506 extern int AttachDevice(ClientPtr client,
/OK3568_Linux_fs/external/xserver/dix/
H A Ddevices.c398 AttachDevice(NULL, dev, other); in EnableDevice()
473 AttachDevice(NULL, other, NULL); in DisableDevice()
2585 AttachDevice(ClientPtr client, DeviceIntPtr dev, DeviceIntPtr master) in AttachDevice() function
H A Devents.c1443 AttachDevice(NULL, dev, NULL); in DetachFromMaster()
1457 AttachDevice(serverClient, dev, master); in ReattachToOldMaster()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog89421 devices.c: In function 'AttachDevice':
150010 AttachDevice...
158121 dix: set the device's sprite when using AttachDevice
158274 dix: add AttachDevice, needed to attach a slave device to a master device.