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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/Inc/
ElpCtrl.h 101 (TI_HANDLE hElpCtrl, void *fFail, TI_HANDLE hFail);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/ELP_Controller/
ElpCtrl.c 80 failureEventCB_t fFail; /* upper layer failure event callback.
82 TI_HANDLE hFail; /* object parameter passed to the fFail
111 if (pElpCtrl->fFail)
112 pElpCtrl->fFail (pElpCtrl->hFail, HW_AWAKE_FAILURE);
558 pElpCtrl->fFail = (failureEventCB_t)fCb;

Completed in 103 milliseconds