Searched refs:AddInputDevice (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/vfb/ |
| H A D | InitInput.c | 139 p = AddInputDevice(serverClient, vfbMouseProc, TRUE); in InitInput() 140 k = AddInputDevice(serverClient, vfbKeybdProc, TRUE); in InitInput()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | darwin.c | 558 darwinTabletStylus = AddInputDevice(serverClient, DarwinTabletProc, TRUE); in InitInput() 562 darwinTabletCursor = AddInputDevice(serverClient, DarwinTabletProc, TRUE); in InitInput() 566 darwinTabletEraser = AddInputDevice(serverClient, DarwinTabletProc, TRUE); in InitInput()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | input.h | 260 extern _X_EXPORT DeviceIntPtr AddInputDevice(ClientPtr /*client */ ,
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/src/ |
| H A D | kinput.c | 738 ki->dixdev = AddInputDevice(serverClient, KdKeyboardProc, TRUE); in KdAddKeyboard() 805 pi->dixdev = AddInputDevice(serverClient, KdPointerProc, TRUE); in KdAddPointer()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | devices.c | 241 AddInputDevice(ClientPtr client, DeviceProc deviceProc, Bool autoStart) in AddInputDevice() function 2729 pointer = AddInputDevice(client, ptr_proc, TRUE); in AllocDevicePair() 2753 keyboard = AddInputDevice(client, keybd_proc, TRUE); in AllocDevicePair()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Xinput.c | 365 dev = AddInputDevice(serverClient, pInfo->device_control, TRUE); in xf86ActivateDevice()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | dmxinputinit.c | 722 pDevice = AddInputDevice(serverClient, dmxDeviceOnOff, TRUE); in dmxAddDevice()
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-input.c | 1146 dev = AddInputDevice(serverClient, device_proc, TRUE); in add_device()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 64003 ==5712== by 0x4251C9: AddInputDevice (devices.c:312) 106488 simply be moved into AddInputDevice(). Purge RegisterOtherDevice() and 106503 ActivateGrab and DeactivateGrab are set in AddInputDevice() already. 132801 Bare Xvnc (it is something like Xvfb) simply uses AddInputDevice & 132807 schema as Xvnc, so it simply calls AddInputDevice & RegisterDevice. Thus 140968 And enabled must be set to FALSE in AddInputDevice, the device is not enabled 140989 dix: fix endianess issue in AddInputDevice. #18111 147944 dix: don't use serverClient in AddInputDevice, use the one supplied instead. 153270 AddInputDevice checks for permissions already, so all we do is modify a few 172127 Previously, AddInputDevice would add all the devices in reverse order to
|