Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86HWCurs.c142 ScreenPtr pSlave; in xf86CheckHWCursor() local
153 xorg_list_for_each_entry(pSlave, &pScreen->slave_list, slave_head) { in xf86CheckHWCursor()
156 if (!RRHasScanoutPixmap(pSlave)) in xf86CheckHWCursor()
159 sPriv = dixLookupPrivate(&pSlave->devPrivates, xf86CursorScreenKey); in xf86CheckHWCursor()
166 if (!xf86ScreenCheckHWCursor(pSlave, cursor, sPriv->CursorInfoPtr)) { in xf86CheckHWCursor()
244 ScreenPtr pSlave; in xf86SetCursor() local
256 xorg_list_for_each_entry(pSlave, &pScreen->slave_list, slave_head) { in xf86SetCursor()
257 if (!RRHasScanoutPixmap(pSlave)) in xf86SetCursor()
260 if (!xf86ScreenSetCursor(pSlave, pCurs, x, y)) { in xf86SetCursor()
322 ScreenPtr pSlave; in xf86MoveCursor() local
[all …]