Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hdmi/drv/mhl/
H A DdrvMHL.c1353 …if(pMHLResourcePrivate->stVirtualChannelInfo[uctemp].ucVCNumber == ucVCNumber) // VC present, info… in _mdrv_mhl_InsertVCInformation()
1359 …else if(pMHLResourcePrivate->stVirtualChannelInfo[uctemp].ucVCNumber == 0) // VC absent, insert ne… in _mdrv_mhl_InsertVCInformation()
1363 pMHLResourcePrivate->stVirtualChannelInfo[ucTargetVC].ucVCNumber = ucVCNumber; in _mdrv_mhl_InsertVCInformation()
1364 pMHLResourcePrivate->stVirtualChannelInfo[ucTargetVC].ucVCFeatureID = ucVCFeatureID; in _mdrv_mhl_InsertVCInformation()
1370 … ucTotalTimeSlot = ucTotalTimeSlot +pMHLResourcePrivate->stVirtualChannelInfo[uctemp].ucVCSlotSize; 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 …pMHLResourcePrivate->stVirtualChannelInfo[ucTargetVC].ucVCResponseCode = pMHLResourcePrivate->stVi… in _mdrv_mhl_InsertVCInformation()
1392 pMHLResourcePrivate->stVirtualChannelInfo[ucTargetVC].ucVCSlotSize = ucVCSlotSize; in _mdrv_mhl_InsertVCInformation()
1397 pMHLResourcePrivate->stVirtualChannelInfo[ucTargetVC].ucVCResponseCode = ucResponseCode; in _mdrv_mhl_InsertVCInformation()
[all …]
/utopia/UTPA2-700.0.x/modules/hdmi/api/mhl/
H A DapiMHL_private.h181 stMHL_VIRTUAL_CHANNEL_INFO stVirtualChannelInfo[MHL_VIRTUAL_CHANNEL_LENGTH]; member