HomeSort by relevance Sort by last modified time
    Searched refs:cmdQueue_Create (Results 1 - 6 of 6) sorted by null

  /hardware/ti/wlan/wl1271/TWD/Ctrl/Export_Inc/
CmdQueue_api.h 71 TI_HANDLE cmdQueue_Create (TI_HANDLE hOS);
83 * \sa cmdQueue_Create
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/Export_Inc/
CmdQueue_api.h 71 TI_HANDLE cmdQueue_Create (TI_HANDLE hOS);
83 * \sa cmdQueue_Create
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdQueue.c 86 TI_HANDLE cmdQueue_Create (TI_HANDLE hOs)
93 WLAN_OS_REPORT(("FATAL ERROR: cmdQueue_Create(): Error Creating aCmdQueue - Aborting\n"));
114 * \sa cmdQueue_Create
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdQueue.c 86 TI_HANDLE cmdQueue_Create (TI_HANDLE hOs)
93 WLAN_OS_REPORT(("FATAL ERROR: cmdQueue_Create(): Error Creating aCmdQueue - Aborting\n"));
114 * \sa cmdQueue_Create
    [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.c 116 pTWD->hCmdQueue = cmdQueue_Create (hOs);
119 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE, "TWD cmdQueue_Create failed!!!\n");
120 WLAN_OS_REPORT(("TWD cmdQueue_Create failed!!!\n"));
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriver.c 119 pTWD->hCmdQueue = cmdQueue_Create (hOs);
122 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE, "TWD cmdQueue_Create failed!!!\n");
123 WLAN_OS_REPORT(("TWD cmdQueue_Create failed!!!\n"));
    [all...]

Completed in 17 milliseconds