Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hdmi/drv/cec/
H A DdrvCEC.c327 pCECResourcePrivate->bCECIsSource = MDrv_SYS_GetChipType();
341 if(pCECResourcePrivate->bCECIsSource) // STB series
441 if(pCECResourcePrivate->bCECIsSource)// STB series
499 if(pCECResourcePrivate->bCECIsSource) // STB series
1031 bIsSource = pCECResourcePrivate->bCECIsSource;
2948 …ePrivate->MyPhysicalAddress, pCECResourcePrivate->MyDeviceType, pCECResourcePrivate->bCECIsSource);
3068 bCECIsSourceFlag = pCECResourcePrivate->bCECIsSource;
/utopia/UTPA2-700.0.x/modules/hdmi/api/cec/
H A DapiCEC_private.h118 MS_BOOL bCECIsSource; member