Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/api/pnl/
H A DapiPNL.c2075 PNL_REGS_SAVE_AREA *pPNLResourceStr = NULL; in MApi_PNL_Init_U2() local
2076 UtopiaModuleGetSTRPrivate(pModule, (void**)&pPNLResourceStr); in MApi_PNL_Init_U2()
2077 memcpy(&pPNLResourceStr->pSelPanelType,pSelPanelType,sizeof(PanelType)); in MApi_PNL_Init_U2()
2892 PNL_REGS_SAVE_AREA *pPNLResourceStr = NULL; in MApi_BD_LVDS_Output_Type_U2() local
2893 UtopiaModuleGetSTRPrivate(pModule, (void**)&pPNLResourceStr); in MApi_BD_LVDS_Output_Type_U2()
2894 pPNLResourceStr->BD_LVDS_Output_Type = Type; in MApi_BD_LVDS_Output_Type_U2()
3925 PNL_REGS_SAVE_AREA *pPNLResourceStr = NULL; in MApi_PNL_SetPowerState_U2() local
3926 UtopiaModuleGetSTRPrivate(pModule, (void**)&pPNLResourceStr); in MApi_PNL_SetPowerState_U2()
3939 if((pPNLResourceStr->pSelPanelType.m_ePanelLinkType == LINK_EXT)&& in MApi_PNL_SetPowerState_U2()
3940 …(pPNLResourceStr->pSelPanelType.m_wPanelWidth >= 3840)&&(pPNLResourceStr->pSelPanelType.m_wPanelHe… in MApi_PNL_SetPowerState_U2()
[all …]