Searched refs:ucStatus (Results 1 – 2 of 2) sorted by relevance
165 MS_U8 ucStatus = 0; in _mapi_mhl_MSGCallBackProc() local172 ucStatus = pfRCPCallBackFunction(ucKeyCode); in _mapi_mhl_MSGCallBackProc()174 … MAPI_MHL_MSG_INFO("** MHL RCP callback function keycode %x status %d\r\n", ucKeyCode, ucStatus); in _mapi_mhl_MSGCallBackProc()182 ucStatus = pfRAPCallBackFunction(ucKeyCode); in _mapi_mhl_MSGCallBackProc()184 … MAPI_MHL_MSG_INFO("** MHL RAP callback function keycode %x status %d\r\n", ucKeyCode, ucStatus); in _mapi_mhl_MSGCallBackProc()192 ucStatus = pfUCPCallBackFunction(ucKeyCode); in _mapi_mhl_MSGCallBackProc()194 … MAPI_MHL_MSG_INFO("** MHL UCP callback function keycode %x status %d\r\n", ucKeyCode, ucStatus); in _mapi_mhl_MSGCallBackProc()202 ucStatus = pfATTCallBackFunction(ucKeyCode); in _mapi_mhl_MSGCallBackProc()204 … MAPI_MHL_MSG_INFO("** MHL ATT callback function keycode %x status %d\r\n", ucKeyCode, ucStatus); in _mapi_mhl_MSGCallBackProc()212 ucStatus = pfRBPCallBackFunction(ucKeyCode); in _mapi_mhl_MSGCallBackProc()[all …]
3760 MS_U8 ucStatus = MHL_RCP_NO_ERROR; in _mdrv_mhl_CbusMSGEventProc() local3777 ucStatus = MHL_RCP_NO_ERROR; in _mdrv_mhl_CbusMSGEventProc()3786 if(ucStatus == MHL_RCP_NO_ERROR) in _mdrv_mhl_CbusMSGEventProc()3794 ucKeyCode = ucStatus; in _mdrv_mhl_CbusMSGEventProc()3812 ucStatus = MHL_RAP_NO_ERROR; in _mdrv_mhl_CbusMSGEventProc()3824 ucKeyCode = ucStatus; in _mdrv_mhl_CbusMSGEventProc()3842 ucStatus = MHL_UCP_NO_ERROR; in _mdrv_mhl_CbusMSGEventProc()3851 if(ucStatus == MHL_UCP_NO_ERROR) in _mdrv_mhl_CbusMSGEventProc()3859 ucKeyCode = ucStatus; in _mdrv_mhl_CbusMSGEventProc()3877 ucStatus = MHL_ATT_NO_ERROR; in _mdrv_mhl_CbusMSGEventProc()[all …]