HomeSort by relevance Sort by last modified time
    Searched defs:cmdMbox_SendCommand (Results 1 - 2 of 2) sorted by null

  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
CmdMBox.c 66 * \sa cmdMbox_SendCommand
198 TI_STATUS cmdMbox_SendCommand (TI_HANDLE hCmdMbox, Command_e cmdType, TI_UINT8* pParamsBuf, TI_UINT32 uWriteLen, TI_UINT32 uReadLen)
208 TRACE0(pCmdMbox->hReport, REPORT_SEVERITY_ERROR, "cmdMbox_SendCommand(): Trying to send Cmd while other Cmd is still in progres!\n");
225 TRACE1(pCmdMbox->hReport, REPORT_SEVERITY_WARNING, "cmdMbox_SendCommand(): Command length isn't 32bit aligned! CmdId=%d\n", pCmd->cmdID);
264 * \sa cmdMbox_SendCommand, cmdMbox_TransferComplete
304 * \sa cmdMbox_SendCommand, cmdMbox_TransferComplete
328 * \sa cmdMbox_SendCommand
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
CmdMBox.c 66 * \sa cmdMbox_SendCommand
199 TI_STATUS cmdMbox_SendCommand (TI_HANDLE hCmdMbox, Command_e cmdType, TI_UINT8* pParamsBuf, TI_UINT32 uWriteLen, TI_UINT32 uReadLen)
209 TRACE0(pCmdMbox->hReport, REPORT_SEVERITY_ERROR, "cmdMbox_SendCommand(): Trying to send Cmd while other Cmd is still in progres!\n");
226 TRACE1(pCmdMbox->hReport, REPORT_SEVERITY_WARNING, "cmdMbox_SendCommand(): Command length isn't 32bit aligned! CmdId=%d\n", pCmd->cmdID);
265 * \sa cmdMbox_SendCommand, cmdMbox_TransferComplete
303 * \sa cmdMbox_SendCommand, cmdMbox_TransferComplete
327 * \sa cmdMbox_SendCommand

Completed in 40 milliseconds