Searched refs:ucResponseCode (Results 1 – 1 of 1) sorted by relevance
1338 MS_U8 ucResponseCode = MHL_VC_RESPONSE_ACCEPT; in _mdrv_mhl_InsertVCInformation() local1342 ucResponseCode = MHL_VC_RESPONSE_REJECT_FEATURE_ID; in _mdrv_mhl_InsertVCInformation()1346 ucResponseCode = MHL_VC_RESPONSE_REJECT_CHANNEL_SIZE; in _mdrv_mhl_InsertVCInformation()1379 ucResponseCode = MHL_VC_RESPONSE_REJECT_NUMBER; in _mdrv_mhl_InsertVCInformation()1383 ucResponseCode = MHL_VC_RESPONSE_REJECT_CHANNEL_SIZE; in _mdrv_mhl_InsertVCInformation()1397 pMHLResourcePrivate->stVirtualChannelInfo[ucTargetVC].ucVCResponseCode = ucResponseCode; in _mdrv_mhl_InsertVCInformation()1416 …RESOURCE_PRIVATE *pMHLResourcePrivate, MS_U8 ucVCNumber, MS_U8 ucVCFeatureID, MS_U8 ucResponseCode) in _mdrv_mhl_CheckVCInformation() argument1438 if(ucResponseCode == MHL_VC_RESPONSE_REJECT_CHANNEL_SIZE) in _mdrv_mhl_CheckVCInformation()1442 else if(ucResponseCode == MHL_VC_RESPONSE_REJECT_NUMBER) in _mdrv_mhl_CheckVCInformation()1446 else if(ucResponseCode == MHL_VC_RESPONSE_REJECT_FEATURE_ID) in _mdrv_mhl_CheckVCInformation()