Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hdmi/drv/mhl/
H A DdrvMHL.c1336 MS_U8 ucTargetVC = MHL_VIRTUAL_CHANNEL_LENGTH; in _mdrv_mhl_InsertVCInformation() local
1355 ucTargetVC = uctemp; in _mdrv_mhl_InsertVCInformation()
1361 ucTargetVC = uctemp; in _mdrv_mhl_InsertVCInformation()
1363 pMHLResourcePrivate->stVirtualChannelInfo[ucTargetVC].ucVCNumber = ucVCNumber; in _mdrv_mhl_InsertVCInformation()
1364 pMHLResourcePrivate->stVirtualChannelInfo[ucTargetVC].ucVCFeatureID = ucVCFeatureID; in _mdrv_mhl_InsertVCInformation()
1373 if(ucTargetVC < MHL_VIRTUAL_CHANNEL_LENGTH) // Can insert new VC information in _mdrv_mhl_InsertVCInformation()
1375 pMHLResourcePrivate->stVirtualChannelInfo[ucTargetVC].bVCConfirm = TRUE; in _mdrv_mhl_InsertVCInformation()
1377 …if(pMHLResourcePrivate->stVirtualChannelInfo[ucTargetVC].ucVCFeatureID != ucVCFeatureID) // Same V… in _mdrv_mhl_InsertVCInformation()
1389 …ourcePrivate->stVirtualChannelInfo[ucTargetVC].ucVCResponseCode = pMHLResourcePrivate->stVirtualCh… in _mdrv_mhl_InsertVCInformation()
1392 pMHLResourcePrivate->stVirtualChannelInfo[ucTargetVC].ucVCSlotSize = ucVCSlotSize; in _mdrv_mhl_InsertVCInformation()
[all …]