Lines Matching refs:ubRet
4753 MS_BOOL ubRet = 0; in MApi_HDMITx_ColorandRange_Transform_U2() local
4756 …ubRet = MDrv_HDMITx_ColorandRange_Transform(pInstance, (MsHDMITX_VIDEO_COLOR_FORMAT) incolor,(MsHD… in MApi_HDMITx_ColorandRange_Transform_U2()
4757 return ubRet; in MApi_HDMITx_ColorandRange_Transform_U2()
4784 MS_BOOL ubRet = FALSE; in MApi_HDMITx_SSC_Enable_U2() local
4786 ubRet = MDrv_HDMITx_SSC_Enable(pInstance, ubSSCEn); in MApi_HDMITx_SSC_Enable_U2()
4787 return ubRet; in MApi_HDMITx_SSC_Enable_U2()
4810 MS_U8 ubRet = FALSE; in MApi_HDMITx_SetAVIInfoColorimetry_U2() local
4812 ubRet = MDrv_HDMITx_SetAVIInfoColorimetry(pInstance, (MsHDMITX_COLORIMETRY) enColorimetry); in MApi_HDMITx_SetAVIInfoColorimetry_U2()
4813 return ubRet; in MApi_HDMITx_SetAVIInfoColorimetry_U2()
4880 return HDMITXArgs.ubRet; in MApi_HDMITx_CheckLegalTiming()
4887 MS_BOOL ubRet = 0; in MApi_HDMITx_GetPanelSize_FromEDID() local
4889 ubRet = MApi_HDMITx_GetEDIDData(ubEDIDData, 0); in MApi_HDMITx_GetPanelSize_FromEDID()
4902 return ubRet; in MApi_HDMITx_GetPanelSize_FromEDID()
4991 …HDMITXArgs->ubRet = MApi_HDMITx_CheckLegalTiming(HDMITXArgs->eOutputMode, HDMITXArgs->eTiming, HDM… in MApi_HDMITx_GeneralCtrl()
4992 return HDMITXArgs->ubRet; in MApi_HDMITx_GeneralCtrl()