Home
last modified time | relevance | path

Searched refs:PRIVATE_DEVICE (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dprivates.c77 [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 Ddevices.c266 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 Dprivates.h36 PRIVATE_DEVICE, enumerator
/OK3568_Linux_fs/external/xserver/test/xi2/
H A Dprotocol-common.c272 dixRegisterPrivateKey(&miPointerPrivKeyRec, PRIVATE_DEVICE, 0); in init_simple()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmidispcur.c97 !dixRegisterScreenPrivateKey(&miDCDeviceKeyRec, pScreen, PRIVATE_DEVICE, in miDCInitialize()
H A Dmipointer.c125 if (!dixRegisterPrivateKey(&miPointerPrivKeyRec, PRIVATE_DEVICE, 0)) in miPointerInitialize()
H A Dmisprite.c298 (&miSpriteDevPrivatesKeyRec, PRIVATE_DEVICE, sizeof(miCursorInfoRec))) in miSpriteInitialize()
/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbActions.c70 return dixRegisterPrivateKey(&xkbDevicePrivateKeyRec, PRIVATE_DEVICE, in XkbInitPrivates()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddriver.c1797 pScreen, PRIVATE_DEVICE, in ScreenInit()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-input.c2935 if (!dixRegisterPrivateKey(&xwl_tablet_private_key, PRIVATE_DEVICE, 0)) { in InitInput()