Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hdmi/drv/mhl/
H A DdrvMHL.c1332 …pMHLResourcePrivate, MS_BOOL bReceiveVC, MS_U8 ucVCNumber, MS_U8 ucVCFeatureID, MS_U8 ucVCSlotSize) in _mdrv_mhl_InsertVCInformation() argument
1344 … else if((ucVCFeatureID == MHL_VC_FEATURE_ID_EMSC) && (ucVCSlotSize != MHL_EMSC_TIME_SLOT_DEFAULT)) in _mdrv_mhl_InsertVCInformation()
1370 … ucTotalTimeSlot = ucTotalTimeSlot +pMHLResourcePrivate->stVirtualChannelInfo[uctemp].ucVCSlotSize; in _mdrv_mhl_InsertVCInformation()
1381 … else if(ucTotalTimeSlot +ucVCSlotSize > MHL_ECBUS_S_TIME_SLOT_TOTAL -1) // Time slot not enough in _mdrv_mhl_InsertVCInformation()
1389 …[ucTargetVC].ucVCResponseCode = pMHLResourcePrivate->stVirtualChannelInfo[ucTargetVC].ucVCSlotSize; in _mdrv_mhl_InsertVCInformation()
1392 pMHLResourcePrivate->stVirtualChannelInfo[ucTargetVC].ucVCSlotSize = ucVCSlotSize; in _mdrv_mhl_InsertVCInformation()
1440 …pMHLResourcePrivate->stVirtualChannelInfo[ucTargetVC].ucVCSlotSize = pMHLResourcePrivate->stVirtua… in _mdrv_mhl_CheckVCInformation()
1444 pMHLResourcePrivate->stVirtualChannelInfo[ucTargetVC].ucVCSlotSize = 0; in _mdrv_mhl_CheckVCInformation()
1448 pMHLResourcePrivate->stVirtualChannelInfo[ucTargetVC].ucVCSlotSize = 0; in _mdrv_mhl_CheckVCInformation()
1653 if(pMHLResourcePrivate->stVirtualChannelInfo[uctemp].ucVCSlotSize == 0) in _mdrv_mhl_eCbusTimeSlotAllocation()
[all …]
H A Dmdrv_mhl_st.h861 MS_U8 ucVCSlotSize;