Lines Matching refs:pPNLResourceStr
2075 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()
3945 MApi_BD_LVDS_Output_Type_U2(pInstance,pPNLResourceStr->BD_LVDS_Output_Type); in MApi_PNL_SetPowerState_U2()
3950 MApi_PNL_Init_U2(pInstance, &pPNLResourceStr->pSelPanelType); in MApi_PNL_SetPowerState_U2()