Home
last modified time | relevance | path

Searched refs:pPendQueue (Results 1 – 2 of 2) sorted by relevance

/hal_ti-3.4.0/simplelink/source/ti/drivers/rf/
DRFCC26X2.h1706 …ubmitHook)(RF_Cmd* pCmdNew, RF_Cmd* pCmdBg, RF_Cmd* pCmdFg, List_List* pPendQueue, List_List* pDon…
1725 typedef RF_ExecuteAction (*RF_ExecuteHook)(RF_Cmd* pCmdBg, RF_Cmd* pCmdFg, List_List* pPendQueue, L…
2024 …bmitPolicy(RF_Cmd* pCmdNew, RF_Cmd* pCmdBg, RF_Cmd* pCmdFg, List_List* pPendQueue, List_List* pDon…
2037 …n RF_defaultExecutionPolicy(RF_Cmd* pCmdBg, RF_Cmd* pCmdFg, List_List* pPendQueue, List_List* pDon…
DRFCC26X2_multiMode.c470 …wToSchedule(RF_Cmd* newCmd, RF_Cmd* pCmdBg, RF_Cmd* pCmdFg, List_List* pPendQueue, List_List* pDon…
1566 …wToSchedule(RF_Cmd* newCmd, RF_Cmd* pCmdBg, RF_Cmd* pCmdFg, List_List* pPendQueue, List_List* pDon… in RF_howToSchedule() argument
1572 RF_Cmd* pHead = (RF_Cmd*)List_head(pPendQueue); in RF_howToSchedule()
1632 …bmitPolicy(RF_Cmd* pCmdNew, RF_Cmd* pCmdBg, RF_Cmd* pCmdFg, List_List* pPendQueue, List_List* pDon… in RF_defaultSubmitPolicy() argument
1639 …RF_ScheduleStatus status = RF_howToSchedule(pCmdNew, pCmdBg, pCmdFg, pPendQueue, pDoneQueue, &pIns… in RF_defaultSubmitPolicy()
1645 List_putHead(pPendQueue, (List_Elem*)pCmdNew); in RF_defaultSubmitPolicy()
1655 List_insert(pPendQueue, (List_Elem*)pCmdNew, List_next((List_Elem*)pInsertLocation)); in RF_defaultSubmitPolicy()
1660 List_put(pPendQueue, (List_Elem*)pCmdNew); in RF_defaultSubmitPolicy()
1667 List_put(pPendQueue, (List_Elem*)pCmdNew); in RF_defaultSubmitPolicy()
1686 RF_ExecuteAction RF_defaultExecutionPolicy(RF_Cmd* pCmdBg, RF_Cmd* pCmdFg, List_List* pPendQueue, L… in RF_defaultExecutionPolicy() argument