Home
last modified time | relevance | path

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

/hal_ti-latest/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…
1565 …wToSchedule(RF_Cmd* newCmd, RF_Cmd* pCmdBg, RF_Cmd* pCmdFg, List_List* pPendQueue, List_List* pDon… in RF_howToSchedule() argument
1571 RF_Cmd* pHead = (RF_Cmd*)List_head(pPendQueue); in RF_howToSchedule()
1631 …bmitPolicy(RF_Cmd* pCmdNew, RF_Cmd* pCmdBg, RF_Cmd* pCmdFg, List_List* pPendQueue, List_List* pDon… in RF_defaultSubmitPolicy() argument
1638 …RF_ScheduleStatus status = RF_howToSchedule(pCmdNew, pCmdBg, pCmdFg, pPendQueue, pDoneQueue, &pIns… in RF_defaultSubmitPolicy()
1644 List_putHead(pPendQueue, (List_Elem*)pCmdNew); in RF_defaultSubmitPolicy()
1654 List_insert(pPendQueue, (List_Elem*)pCmdNew, List_next((List_Elem*)pInsertLocation)); in RF_defaultSubmitPolicy()
1659 List_put(pPendQueue, (List_Elem*)pCmdNew); in RF_defaultSubmitPolicy()
1666 List_put(pPendQueue, (List_Elem*)pCmdNew); in RF_defaultSubmitPolicy()
1685 RF_ExecuteAction RF_defaultExecutionPolicy(RF_Cmd* pCmdBg, RF_Cmd* pCmdFg, List_List* pPendQueue, L… in RF_defaultExecutionPolicy() argument