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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
whalHwCtrl.h 73 HwMboxCmdBit_T *pHwMboxCmdBit;
whalHwMboxCmdBit.c 147 * pHwMboxCmdBit The object to free
153 int whal_hwMboxCmdBit_Destroy(HwMboxCmdBit_T *pHwMboxCmdBit)
155 if (pHwMboxCmdBit)
157 whalCtrl_EventMbox_Disable( pHwMboxCmdBit->hWhalCtr, HAL_EVENT_PLT_RX_CALIBRATION_COMPLETE );
158 os_memoryFree(pHwMboxCmdBit->hOs, pHwMboxCmdBit, sizeof(HwMboxCmdBit_T));
174 int whal_hwMboxCmdBit_Config(TI_HANDLE hWhalCtr, HwMboxCmdBit_T *pHwMboxCmdBit, TI_HANDLE hCmdQueue, TI_HANDLE hReport)
176 pHwMboxCmdBit->hReport = hReport;
177 pHwMboxCmdBit->hCmdQueue = hCmdQueue;
178 pHwMboxCmdBit->hWhalCtr = hWhalCtr
    [all...]

Completed in 366 milliseconds