Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hdmi/drv/mhl/
H A DdrvMHL.c642 void _mdrv_mhl_CbusRxQueueInsertMSG(MHL_RESOURCE_PRIVATE *pMHLResourcePrivate, MS_U8 ucSubCommand, … in _mdrv_mhl_CbusRxQueueInsertMSG() argument
647 pMHLResourcePrivate->stCbusQueueInfo[MHL_CBUS_RX_QUEUE_INDEX].ucData[0] = ucSubCommand; in _mdrv_mhl_CbusRxQueueInsertMSG()
1841 MS_BOOL _mdrv_mhl_CbusSendSubMessage(MHL_RESOURCE_PRIVATE *pMHLResourcePrivate, MS_U8 ucSubCommand,… in _mdrv_mhl_CbusSendSubMessage() argument
1855 pMHLResourcePrivate->stCbusQueueInfo[ucQueueIndex].ucData[0] = ucSubCommand; in _mdrv_mhl_CbusSendSubMessage()
3761 MS_U8 ucSubCommand = 0; in _mdrv_mhl_CbusMSGEventProc() local
3788 ucSubCommand = MSC_MSG_RCPK; in _mdrv_mhl_CbusMSGEventProc()
3793 ucSubCommand = MSC_MSG_RCPE; in _mdrv_mhl_CbusMSGEventProc()
3800 _mdrv_mhl_CbusRxQueueInsertMSG(pMHLResourcePrivate, ucSubCommand, ucKeyCode); in _mdrv_mhl_CbusMSGEventProc()
3823 ucSubCommand = MSC_MSG_RAPK; in _mdrv_mhl_CbusMSGEventProc()
3826 _mdrv_mhl_CbusRxQueueInsertMSG(pMHLResourcePrivate, ucSubCommand, ucKeyCode); in _mdrv_mhl_CbusMSGEventProc()
[all …]
/utopia/UTPA2-700.0.x/modules/hdmi/api/mhl/
H A DapiMHL.c163 void _mapi_mhl_MSGCallBackProc(MS_U8 ucSubCommand, MS_U8 ucKeyCode) in _mapi_mhl_MSGCallBackProc() argument
167 switch(ucSubCommand) in _mapi_mhl_MSGCallBackProc()