Searched refs:ucSubCommand (Results 1 – 2 of 2) sorted by relevance
642 void _mdrv_mhl_CbusRxQueueInsertMSG(MHL_RESOURCE_PRIVATE *pMHLResourcePrivate, MS_U8 ucSubCommand, … in _mdrv_mhl_CbusRxQueueInsertMSG() argument647 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() argument1855 pMHLResourcePrivate->stCbusQueueInfo[ucQueueIndex].ucData[0] = ucSubCommand; in _mdrv_mhl_CbusSendSubMessage()3761 MS_U8 ucSubCommand = 0; in _mdrv_mhl_CbusMSGEventProc() local3788 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 …]
163 void _mapi_mhl_MSGCallBackProc(MS_U8 ucSubCommand, MS_U8 ucKeyCode) in _mapi_mhl_MSGCallBackProc() argument167 switch(ucSubCommand) in _mapi_mhl_MSGCallBackProc()