Searched refs:PRIVATE_DEVICE (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | privates.c | 77 [PRIVATE_DEVICE] = TRUE, 95 [PRIVATE_DEVICE] = "DEVICE", 122 [PRIVATE_DEVICE] = FALSE, 275 if (!fixup(&device->devPrivates, global_keys[PRIVATE_DEVICE].offset, bytes)) in fixupDeviceList() 294 [PRIVATE_DEVICE] = fixupDevices,
|
| H A D | devices.c | 266 if (!dixAllocatePrivates(&dev->devPrivates, PRIVATE_DEVICE)) { in AddInputDevice() 300 dixFreePrivates(dev->devPrivates, PRIVATE_DEVICE); in AddInputDevice() 1016 dixFreePrivates(dev->devPrivates, PRIVATE_DEVICE); in CloseDevice()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | privates.h | 36 PRIVATE_DEVICE, enumerator
|
| /OK3568_Linux_fs/external/xserver/test/xi2/ |
| H A D | protocol-common.c | 272 dixRegisterPrivateKey(&miPointerPrivKeyRec, PRIVATE_DEVICE, 0); in init_simple()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | midispcur.c | 97 !dixRegisterScreenPrivateKey(&miDCDeviceKeyRec, pScreen, PRIVATE_DEVICE, in miDCInitialize()
|
| H A D | mipointer.c | 125 if (!dixRegisterPrivateKey(&miPointerPrivKeyRec, PRIVATE_DEVICE, 0)) in miPointerInitialize()
|
| H A D | misprite.c | 298 (&miSpriteDevPrivatesKeyRec, PRIVATE_DEVICE, sizeof(miCursorInfoRec))) in miSpriteInitialize()
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | xkbActions.c | 70 return dixRegisterPrivateKey(&xkbDevicePrivateKeyRec, PRIVATE_DEVICE, in XkbInitPrivates()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | driver.c | 1797 pScreen, PRIVATE_DEVICE, in ScreenInit()
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-input.c | 2935 if (!dixRegisterPrivateKey(&xwl_tablet_private_key, PRIVATE_DEVICE, 0)) { in InitInput()
|