Lines Matching refs:ucSubCommand
642 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()
3853 ucSubCommand = MSC_MSG_UCPK; in _mdrv_mhl_CbusMSGEventProc()
3858 ucSubCommand = MSC_MSG_UCPE; in _mdrv_mhl_CbusMSGEventProc()
3865 _mdrv_mhl_CbusRxQueueInsertMSG(pMHLResourcePrivate, ucSubCommand, ucKeyCode); in _mdrv_mhl_CbusMSGEventProc()
3886 ucSubCommand = MSC_MSG_ATTK; in _mdrv_mhl_CbusMSGEventProc()
3889 _mdrv_mhl_CbusRxQueueInsertMSG(pMHLResourcePrivate, ucSubCommand, ucKeyCode); in _mdrv_mhl_CbusMSGEventProc()
3911 ucSubCommand = MSC_MSG_RBPK; in _mdrv_mhl_CbusMSGEventProc()
3916 ucSubCommand = MSC_MSG_RBPE; in _mdrv_mhl_CbusMSGEventProc()
3923 _mdrv_mhl_CbusRxQueueInsertMSG(pMHLResourcePrivate, ucSubCommand, ucKeyCode); in _mdrv_mhl_CbusMSGEventProc()