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

  /hardware/ti/wlan/wl1271/Txn/
WspiBusDrv.c 162 * CBArg - The handle for the CBFunc.
227 cb.CBArg = hBusDrv; /* The handle for the BusDrv. */
286 cb.CBArg = hBusDrv; /* The handle for the BusTxnCB. */
  /system/wlan/ti/wilink_6_1/Txn/
WspiBusDrv.c 162 * CBArg - The handle for the CBFunc.
227 cb.CBArg = hBusDrv; /* The handle for the BusDrv. */
286 cb.CBArg = hBusDrv; /* The handle for the BusTxnCB. */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/
wspi.h 70 void *CBArg;
wspi.c 285 pWSPI->pCb = cb->CBArg;
536 * first the fixed busy, second the CBFunc, third the CBArg
597 pWSPI->pCb = cb->CBArg;
750 pWSPI->pCb = cb->CBArg;
    [all...]
whalHwAccess.c 142 void* CBArg;
433 int whal_hwAccess_Config(TI_HANDLE hHwAccess, TI_HANDLE hReport,UINT32 RegBaseAddr, UINT32 MemBaseAddr, HwAccess_callback_t CBFunc,void* CBArg)
454 pHwAccess->CB.CBArg = CBArg;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/Inc/
whalHwAccess.h 122 int whal_hwAccess_Config(TI_HANDLE hHwAccess, TI_HANDLE hReport,UINT32 RegBaseAddr, UINT32 MemBaseAddr, HwAccess_callback_t CBFunc,void* CBArg);

Completed in 2878 milliseconds