Searched refs:ulHeight (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/video/ |
D | kyro.h | 72 u32 ulHeight; member 85 u32 ulHeight; member
|
/Linux-v4.19/drivers/video/fbdev/kyro/ |
D | fbdev.c | 333 u32 ulHeight, int bLinear) in kyro_dev_overlay_create() argument 355 if (CreateOverlaySurface(deviceInfo.pSTGReg, ulWidth, ulHeight, in kyro_dev_overlay_create() 362 deviceInfo.ulNextFreeVidMem = offset + (ulHeight * stride) + (ulHeight * 2 * uvStride); in kyro_dev_overlay_create() 369 static int kyro_dev_overlay_viewport_set(u32 x, u32 y, u32 ulWidth, u32 ulHeight) in kyro_dev_overlay_viewport_set() argument 379 x, y, x + ulWidth - 1, y + ulHeight - 1); in kyro_dev_overlay_viewport_set() 592 ol_create.ulHeight, 0) < 0) { in kyrofb_ioctl()
|
D | STG4000OverlayDevice.c | 326 u32 ulHeight, ulWidth; in SetOverlayViewPort() local 381 ulHeight = ulSrc; in SetOverlayViewPort() 543 ulHeight += ulExtraLines; in SetOverlayViewPort() 569 (ovlStride | ((ulHeight + 1) << 12) | in SetOverlayViewPort() 573 (ovlStride | ((ulHeight + 1) << 12) | in SetOverlayViewPort()
|
D | STG4000Interface.h | 46 u32 ulWidth, u32 ulHeight,
|