Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hdmi/drv/mhl/
H A DdrvMHL.c1704 stMHL_VIRTUAL_CHANNEL_INFO stVirtualChannelTemp = {FALSE, 0, 0, 0, 0}; in _mdrv_mhl_SortingVCInformation() local
1726stVirtualChannelTemp.bVCConfirm = pMHLResourcePrivate->stVirtualChannelInfo[uctemp +1].bVCConfirm; in _mdrv_mhl_SortingVCInformation()
1727stVirtualChannelTemp.ucVCFeatureID = pMHLResourcePrivate->stVirtualChannelInfo[uctemp +1].ucVCFeat… in _mdrv_mhl_SortingVCInformation()
1728stVirtualChannelTemp.ucVCNumber = pMHLResourcePrivate->stVirtualChannelInfo[uctemp +1].ucVCNumber; in _mdrv_mhl_SortingVCInformation()
1729stVirtualChannelTemp.ucVCResponseCode = pMHLResourcePrivate->stVirtualChannelInfo[uctemp +1].ucVCR… in _mdrv_mhl_SortingVCInformation()
1730stVirtualChannelTemp.ucVCSlotSize = pMHLResourcePrivate->stVirtualChannelInfo[uctemp +1].ucVCSlotS… in _mdrv_mhl_SortingVCInformation()
1738 … pMHLResourcePrivate->stVirtualChannelInfo[uctemp].bVCConfirm = stVirtualChannelTemp.bVCConfirm; in _mdrv_mhl_SortingVCInformation()
1739 …pMHLResourcePrivate->stVirtualChannelInfo[uctemp].ucVCFeatureID = stVirtualChannelTemp.ucVCFeature… in _mdrv_mhl_SortingVCInformation()
1740 … pMHLResourcePrivate->stVirtualChannelInfo[uctemp].ucVCNumber = stVirtualChannelTemp.ucVCNumber; in _mdrv_mhl_SortingVCInformation()
1741 …LResourcePrivate->stVirtualChannelInfo[uctemp].ucVCResponseCode = stVirtualChannelTemp.ucVCRespons… in _mdrv_mhl_SortingVCInformation()
[all …]