Searched refs:ucVirtualChannel (Results 1 – 1 of 1) sorted by relevance
1630 MS_U8 ucVirtualChannel[MHL_VIRTUAL_CHANNEL_LENGTH +2]; in _mdrv_mhl_eCbusTimeSlotAllocation() local1634 ucVirtualChannel[uctemp] = 0; in _mdrv_mhl_eCbusTimeSlotAllocation()1649 ucVirtualChannel[0] = MHL_CBUS1_TIME_SLOT_DEFAULT; in _mdrv_mhl_eCbusTimeSlotAllocation()1659 … ucVirtualChannel[uctemp +1] = pMHLResourcePrivate->stVirtualChannelInfo[uctemp].ucVCSlotSize; in _mdrv_mhl_eCbusTimeSlotAllocation()1664 ucVirtualChannel[uctemp +1] = ucTimeSlotNumber; in _mdrv_mhl_eCbusTimeSlotAllocation()1668 MDRV_MHL_MSG_INFO("** MHL time slot assign %d\r\n", ucVirtualChannel[uctemp]); in _mdrv_mhl_eCbusTimeSlotAllocation()1675 if(ucVirtualChannel[uctemp] > 0) in _mdrv_mhl_eCbusTimeSlotAllocation()1677 ucTimeSlotNumber = ucTimeSlotNumber -ucVirtualChannel[uctemp]; in _mdrv_mhl_eCbusTimeSlotAllocation()1679 …_mdrv_mhl_SlotAllocationAlgorithm(uctemp, ucTimeSlotNumber, ucVirtualChannel[uctemp], ucSlotAlloca… in _mdrv_mhl_eCbusTimeSlotAllocation()