Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_display.c3093 MS_WINDOW_TYPE stWinType; in MDrv_SC_FBL_Calc_Vtt() local
3094 memset(&stWinType, 0, sizeof(MS_WINDOW_TYPE)); in MDrv_SC_FBL_Calc_Vtt()
3095 MDrv_XC_PCMonitor_Get_Dvi_Hdmi_De_Info(pInstance, eWindow, &stWinType); in MDrv_SC_FBL_Calc_Vtt()
3096 u16Vde_in = stWinType.height; in MDrv_SC_FBL_Calc_Vtt()
3223 MS_WINDOW_TYPE stWinType; in MDrv_SC_Set_LockFreeze_Point() local
3224 memset(&stWinType, 0, sizeof(MS_WINDOW_TYPE)); in MDrv_SC_Set_LockFreeze_Point()
3225 MDrv_XC_PCMonitor_Get_Dvi_Hdmi_De_Info(pInstance, eWindow, &stWinType); in MDrv_SC_Set_LockFreeze_Point()
3227 if(HVMODE_HDE_VALIDATION(stWinType.width)) in MDrv_SC_Set_LockFreeze_Point()
H A Dmdrv_sc_display.c.03091 MS_WINDOW_TYPE stWinType;
3092 memset(&stWinType, 0, sizeof(MS_WINDOW_TYPE));
3093 MDrv_XC_PCMonitor_Get_Dvi_Hdmi_De_Info(pInstance, eWindow, &stWinType);
3094 u16Vde_in = stWinType.height;
3221 MS_WINDOW_TYPE stWinType;
3222 memset(&stWinType, 0, sizeof(MS_WINDOW_TYPE));
3223 MDrv_XC_PCMonitor_Get_Dvi_Hdmi_De_Info(pInstance, eWindow, &stWinType);
3225 if(HVMODE_HDE_VALIDATION(stWinType.width))