Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/kyro/
H A Dfbdev.c334 u32 ulHeight, int bLinear) in kyro_dev_overlay_create() argument
356 if (CreateOverlaySurface(deviceInfo.pSTGReg, ulWidth, ulHeight, in kyro_dev_overlay_create()
363 deviceInfo.ulNextFreeVidMem = offset + (ulHeight * stride) + (ulHeight * 2 * uvStride); in kyro_dev_overlay_create()
370 static int kyro_dev_overlay_viewport_set(u32 x, u32 y, u32 ulWidth, u32 ulHeight) in kyro_dev_overlay_viewport_set() argument
377 ulHeight == 0 || ulHeight == 0xffffffff || in kyro_dev_overlay_viewport_set()
385 x, y, x + ulWidth - 1, y + ulHeight - 1); in kyro_dev_overlay_viewport_set()
603 ol_create.ulHeight, 0) < 0) { in kyrofb_ioctl()
H A DSTG4000OverlayDevice.c326 u32 ulHeight, ulWidth; in SetOverlayViewPort() local
381 ulHeight = ulSrc; in SetOverlayViewPort()
542 ulHeight += ulExtraLines; in SetOverlayViewPort()
568 (ovlStride | ((ulHeight + 1) << 12) | in SetOverlayViewPort()
572 (ovlStride | ((ulHeight + 1) << 12) | in SetOverlayViewPort()
H A DSTG4000Interface.h46 u32 ulWidth, u32 ulHeight,
/linux/include/video/
H A Dkyro.h60 u32 ulHeight; member
73 u32 ulHeight; member