Lines Matching refs:MBi_CommCallChildError
41 static void MBi_CommCallChildError(u16 errcode);
388 MBi_CommCallChildError(MB_ERRCODE_FATAL); in MBi_CommChildCallback()
400 MBi_CommCallChildError(MB_ERRCODE_WM_FAILURE); in MBi_CommChildCallback()
423 MBi_CommCallChildError(MB_ERRCODE_FATAL); in MBi_CommChildCallback()
429 MBi_CommCallChildError(MB_ERRCODE_WM_FAILURE); in MBi_CommChildCallback()
522 MBi_CommCallChildError(MB_ERRCODE_INVALID_DLFILEINFO); in MBi_CommChildRecvData()
560 MBi_CommCallChildError(MB_ERRCODE_INVALID_BLOCK_NUM); in MBi_CommChildRecvData()
573 MBi_CommCallChildError(MB_ERRCODE_INVALID_BLOCK_NO); in MBi_CommChildRecvData()
582 MBi_CommCallChildError(MB_ERRCODE_INVALID_FILE); in MBi_CommChildRecvData()
590 MBi_CommCallChildError(MB_ERRCODE_INVALID_RECV_ADDR); in MBi_CommChildRecvData()
888 static void MBi_CommCallChildError(u16 errcode) in MBi_CommCallChildError() function