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

  /hardware/ti/wlan/wl1271/Txn/
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) */
  /system/wlan/ti/wilink_6_1/Txn/
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) */

Completed in 225 milliseconds