Lines Matching refs:WM_WARNING
67 WM_WARNING("Could not start MP. Power save mode is illegal.\n"); in WMi_StartMP()
75 WM_WARNING("Already started MP protocol. So can't execute request.\n"); in WMi_StartMP()
82 WM_WARNING("Parameter \"recvBufSize\" is not a multiple of 64.\n"); in WMi_StartMP()
87 WM_WARNING("Parameter \"sendBufSize\" is not a multiple of 32.\n"); in WMi_StartMP()
93 WM_WARNING("Parameter \"recvBuf\" is not 32-byte aligned.\n"); in WMi_StartMP()
98 WM_WARNING("Parameter \"sendBuf\" is not 32-byte aligned.\n"); in WMi_StartMP()
108 WM_WARNING("Parameter \"recvBufSize\" is not enough size.\n"); in WMi_StartMP()
113 WM_WARNING("Parameter \"sendBufSize\" is not enough size.\n"); in WMi_StartMP()
461 WM_WARNING("Parameter \"sendData\" must not be NULL.\n"); in WM_SetMPDataToPortEx()
466 WM_WARNING("There is no child connected.\n"); in WM_SetMPDataToPortEx()
472 WM_WARNING("Parameter \"sendData\" is not 32-byte aligned.\n"); in WM_SetMPDataToPortEx()
477 WM_WARNING in WM_SetMPDataToPortEx()
485 WM_WARNING("Parameter \"sendDataSize\" is over limit.\n"); in WM_SetMPDataToPortEx()
491 WM_WARNING("Parameter \"sendDataSize\" must not be 0.\n"); in WM_SetMPDataToPortEx()
546 WM_WARNING("It is not MP mode now.\n"); in WM_EndMP()