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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
whalHwMboxCmdBit.h 85 } HwMboxCmdBit_T;
88 extern HwMboxCmdBit_T *whal_hwMboxCmdBit_Create(TI_HANDLE hOs);
89 extern int whal_hwMboxCmdBit_Destroy(HwMboxCmdBit_T *this);
90 extern int whal_hwMboxCmdBit_Config(TI_HANDLE hWhalCtr, HwMboxCmdBit_T *pHwMboxCmdBit, TI_HANDLE hCmdQueue, TI_HANDLE hReport);
92 int whal_hwCmdBit_ReadRegister(HwMboxCmdBit_T *pHwMboxCmdBit, TI_HANDLE CB_Handle, void *CB_Func, void *CB_Buf);
93 int whal_hwCmdBit_WriteRegister(HwMboxCmdBit_T *pHwMboxCmdBit, TI_HANDLE CB_Handle, void *CB_Func, void *Command_Buf);
95 int whal_hwCmdBit_RxPER(HwMboxCmdBit_T *pHwMboxCmdBit, PLT_RxPerCmd_e eRxPerCmd, TI_HANDLE CB_Handle, void *CB_Func);
97 int whal_hwCmdBit_TestCmd(HwMboxCmdBit_T *pHwMboxCmdBit, void *CB_Func, TI_HANDLE CB_handle, TestCmd_t* pTestCmd_Buf);
101 int whal_hwCmdBit_Fcc(HwMboxCmdBit_T *pHwMboxCmdBit,
107 int whal_hwCmdBit_Telec(HwMboxCmdBit_T *pHwMboxCmdBit, int chID, int bandID, void *CB_Func, TI_HANDLE CB_handle, void *CB_Buf)
    [all...]
whalHwMboxCmdBit.c 126 HwMboxCmdBit_T *whal_hwMboxCmdBit_Create(TI_HANDLE hOs)
128 HwMboxCmdBit_T *pObj;
130 pObj = os_memoryAlloc(hOs, sizeof(HwMboxCmdBit_T));
134 os_memoryZero(hOs, (void *)pObj, sizeof(HwMboxCmdBit_T));
153 int whal_hwMboxCmdBit_Destroy(HwMboxCmdBit_T *pHwMboxCmdBit)
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)
195 static void errPrint_ChID(HwMboxCmdBit_T *pHwMboxCmdBit, int chID)
205 static void errPrint_BandID(HwMboxCmdBit_T *pHwMboxCmdBit, int bandID)
213 int VALIDATE_BAND_CHID(HwMboxCmdBit_T *pHwMboxCmdBit, int chID, int bandID)
    [all...]
whalHwCtrl.h 73 HwMboxCmdBit_T *pHwMboxCmdBit;

Completed in 569 milliseconds