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

  /system/wlan/ti/wilink_6_1/Txn/
TxnQueue.h 151 TI_STATUS txnQ_Open (TI_HANDLE hTxnQ,
161 * \sa txnQ_Open
168 * \sa txnQ_Open
TxnQueue.c 116 TI_UINT32 uMinFuncId; /* The minimal function ID actually registered (through txnQ_Open) */
117 TI_UINT32 uMaxFuncId; /* The maximal function ID actually registered (through txnQ_Open) */
162 pTxnQ->uMinFuncId = MAX_FUNCTIONS; /* Start at maximum and save minimal value in txnQ_Open */
163 pTxnQ->uMaxFuncId = 0; /* Start at minimum and save maximal value in txnQ_Open */
244 TI_STATUS txnQ_Open (TI_HANDLE hTxnQ,
784 /* Clear state - for restart (doesn't call txnQ_Open) */
  /hardware/ti/wlan/wl1271/Txn/
TxnQueue.h 156 TI_STATUS txnQ_Open (TI_HANDLE hTxnQ,
166 * \sa txnQ_Open
173 * \sa txnQ_Open
TxnQueue.c 116 TI_UINT32 uMinFuncId; /* The minimal function ID actually registered (through txnQ_Open) */
117 TI_UINT32 uMaxFuncId; /* The maximal function ID actually registered (through txnQ_Open) */
165 pTxnQ->uMinFuncId = MAX_FUNCTIONS; /* Start at maximum and save minimal value in txnQ_Open */
166 pTxnQ->uMaxFuncId = 0; /* Start at minimum and save maximal value in txnQ_Open */
255 TI_STATUS txnQ_Open (TI_HANDLE hTxnQ,
844 /* Clear state - for restart (doesn't call txnQ_Open) */
  /hardware/ti/wlan/wl1271/TWD/TwIf/
TwIf.c 346 txnQ_Open (pTwIf->hTxnQ, TXN_FUNC_ID_WLAN, TXN_NUM_PRIORITYS, (TTxnQueueDoneCb)twIf_TxnDoneCb, hTwIf);
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/TwIf/
TwIf.c 315 txnQ_Open (pTwIf->hTxnQ, TXN_FUNC_ID_WLAN, TXN_NUM_PRIORITYS, (TTxnQueueDoneCb)twIf_TxnDoneCb, hTwIf);
    [all...]

Completed in 93 milliseconds