Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/fbdevhw/
H A Dfbdevhw.c112 fbdevHWPtr fPtr; in fbdevHWGetFD() local
115 fPtr = FBDEVHWPTR(pScrn); in fbdevHWGetFD()
117 return fPtr->fd; in fbdevHWGetFD()
384 fbdevHWPtr fPtr; in fbdevHWInit() local
387 fPtr = FBDEVHWPTR(pScrn); in fbdevHWInit()
391 fPtr->fd = fbdev_open_pci(pPci, NULL); in fbdevHWInit()
393 fPtr->fd = fbdev_open(pScrn->scrnIndex, device, NULL); in fbdevHWInit()
394 if (-1 == fPtr->fd) { in fbdevHWInit()
404 if (-1 == ioctl(fPtr->fd, FBIOGET_FSCREENINFO, (void *) (&fPtr->fix))) { in fbdevHWInit()
409 if (-1 == ioctl(fPtr->fd, FBIOGET_VSCREENINFO, (void *) (&fPtr->var))) { in fbdevHWInit()
[all …]
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-imx/
H A D0004-Make-video-API-forward-and-backward-compatible.patch154 ImxPtr fPtr = IMXPTR(pScrn);
265 ImxPtr fPtr = IMXPTR(pScrn);
271 pScreen->CloseScreen = fPtr->saveCloseScreen;
286 ImxPtr fPtr = IMXPTR(pScrn);
291 fPtr->fbMemoryBase = fbdevHWMapVidmem(pScrn);
292 if (NULL == fPtr->fbMemoryBase) {
301 fPtr->fbMemoryScreenReserve = fbMaxScreenSize;
305 fPtr->fbMemoryScreenReserve);
306 fPtr->fbMemoryStart2 = NULL;
309 fPtr->fbMemoryScreenReserve += fbOffsetScreen2;
[all …]
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-fbturbo/
H A D0002-Use-own-thunk-functions-instead-of-fbdevHW-Weak.patch111 if (!shadowAdd(pScreen, pPixmap, fPtr->rotate ?
114 FBDevWindowLinear, fPtr->rotate, NULL)) {
157 fPtr->CloseScreen = pScreen->CloseScreen;
/OK3568_Linux_fs/external/xserver/
H A DChangeLog52297 Unused fPtr variable. Deal with string constants.