Home
last modified time | relevance | path

Searched refs:pHead (Results 1 – 3 of 3) sorted by relevance

/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c454 static RF_Cmd* RF_queueEnd(RF_Handle h, List_List* pHead);
567 List_Elem* pHead = List_head(list); in RF_queueEnd() local
570 while (pHead) in RF_queueEnd()
572 if (RF_isClientOwner(h, (RF_Cmd*)pHead)) in RF_queueEnd()
574 pTail = pHead; in RF_queueEnd()
577 pHead = List_next(pHead); in RF_queueEnd()
1571 RF_Cmd* pHead = (RF_Cmd*)List_head(pPendQueue); in RF_howToSchedule() local
1574 RF_Cmd* it = pHead; in RF_howToSchedule()
1578 if (RF_verifyGap(newCmd, pCmdBg, pHead)) in RF_howToSchedule()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dble_cs.c501 static RCL_MultiBuffer* RCL_Handler_BLE_CS_findBufferFitNumberOfBytes(List_List *pHead, uint16_t nu…
525 static RCL_MultiBuffer* RCL_Handler_BLE_CS_findBufferFitNumberOfBytes(List_List *pHead, uint16_t nu… in RCL_Handler_BLE_CS_findBufferFitNumberOfBytes() argument
528 RCL_MultiBuffer *pBuffer = RCL_MultiBuffer_head(pHead); in RCL_Handler_BLE_CS_findBufferFitNumberOfBytes()
/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/source/
Ddriver.c3087 _SlSpawnMsgItem_t* pHead = g_pCB->spawnMsgList; in _SlSpawnMsgListProcess() local
3088 _SlSpawnMsgItem_t* pCurr = pHead; in _SlSpawnMsgListProcess()
3089 _SlSpawnMsgItem_t* pLast = pHead; in _SlSpawnMsgListProcess()