Home
last modified time | relevance | path

Searched refs:DeviceCursorCleanup (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmipointer.h56 void (*DeviceCursorCleanup) (DeviceIntPtr /* pDev */ , member
H A Dmipointer.c149 pScreen->DeviceCursorCleanup = miPointerDeviceCleanup; in miPointerInitialize()
358 (*pScreenPriv->spriteFuncs->DeviceCursorCleanup) (pDev, pScreen); in miPointerDeviceCleanup()
/OK3568_Linux_fs/external/xserver/test/
H A Dxtest.c78 screen.DeviceCursorCleanup = device_cursor_cleanup; in xtest_init_devices()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DCursor.c172 pScreenPriv->spriteFuncs->DeviceCursorCleanup(pDev, pScreen); in xnestDeviceCursorCleanup()
/OK3568_Linux_fs/external/xserver/test/xi2/
H A Dprotocol-common.c262 screen.DeviceCursorCleanup = device_cursor_cleanup; in init_simple()
/OK3568_Linux_fs/external/xserver/include/
H A Dscrnintstr.h627 DeviceCursorCleanupProcPtr DeviceCursorCleanup; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86CursorRD.c514 (*ScreenPriv->spriteFuncs->DeviceCursorCleanup) (pDev, pScreen); in xf86DeviceCursorCleanup()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincursor.c543 pScreenPriv->cursor.spriteFuncs->DeviceCursorCleanup(pDev, pScr); in winDeviceCursorCleanup()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiter.c972 PointPriv->spriteFuncs->DeviceCursorCleanup(pDev, pScreen); in VGAarbiterDeviceCursorCleanup()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddevices.c979 screen->DeviceCursorCleanup(dev, screen); in CloseDevice()
2602 screen->DeviceCursorCleanup(dev, screen); in AttachDevice()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c4632 ms->SpriteFuncs->DeviceCursorCleanup(pDev, pScreen); in drmmode_sprite_device_cursor_cleanup()
4641 .DeviceCursorCleanup = drmmode_sprite_device_cursor_cleanup,
/OK3568_Linux_fs/external/xserver/
H A DChangeLog45479 Ensures the DeviceCursorCleanup() function is called when the associated
92136 The DeviceCursorCleanup in miPointerSpriteFuncRec can no longer be
146672 dmx: add stubs for DeviceCursorInitialize, DeviceCursorCleanup
158188 dix: check for isMaster before calling DeviceCursorCleanup.