Lines Matching refs:msgPtr

73 …ipcdrv_status_t Cy_bt_handle_hpclong_msg(cy_stc_ipc_bt_context_t *btIpcContext, uint32_t * msgPtr);
74 …n_btipcdrv_status_t Cy_bt_handle_buf_add(cy_stc_ipc_bt_context_t *btIpcContext, uint32_t * msgPtr);
75 …tipcdrv_status_t Cy_bt_handle_buf_remove(cy_stc_ipc_bt_context_t *btIpcContext, uint32_t * msgPtr);
82 …_btipcdrv_status_t Cy_BTIPC_HPC_RelBuffer(cy_stc_ipc_bt_context_t *btIpcContext, uint32_t* msgPtr);
319 …n_btipcdrv_status_t Cy_BTIPC_HCI_RelBuffer(cy_stc_ipc_bt_context_t *btIpcContext, uint32_t* msgPtr) in Cy_BTIPC_HCI_RelBuffer() argument
328 if ((NULL == contextPtr) || (NULL == msgPtr)) in Cy_BTIPC_HCI_RelBuffer()
333 if (((cy_stc_ipc_msg_buff_t*)((void*)msgPtr))->pti != ((uint8_t)CY_BT_IPC_HCI_LONG)) in Cy_BTIPC_HCI_RelBuffer()
353 if (contextPtr->toFreeBuf[idx].bufPtr == (uint8_t*)msgPtr[1]) in Cy_BTIPC_HCI_RelBuffer()
386 …n_btipcdrv_status_t Cy_BTIPC_HPC_RelBuffer(cy_stc_ipc_bt_context_t *btIpcContext, uint32_t* msgPtr) in Cy_BTIPC_HPC_RelBuffer() argument
391 if ((NULL == contextPtr) || (NULL == msgPtr)) in Cy_BTIPC_HPC_RelBuffer()
396 BTIPC_LOG_L1("Releasing HPC buffer 0x%lx\n", msgPtr[1]); in Cy_BTIPC_HPC_RelBuffer()
403 ipcMsgAlloc.bufAddr = (uint8_t*)msgPtr[1]; in Cy_BTIPC_HPC_RelBuffer()
409 void Cy_BTIPC_HPC_Notify(void *btIpcContext, uint32_t * msgPtr) in Cy_BTIPC_HPC_Notify() argument
413 if ((NULL == contextPtr) || (NULL == msgPtr)) in Cy_BTIPC_HPC_Notify()
421 pti = (cy_en_btipc_hpcpti_t)((0xFFUL) & msgPtr[0]); in Cy_BTIPC_HPC_Notify()
426 (void)Cy_bt_handle_hpclong_msg(contextPtr, msgPtr); in Cy_BTIPC_HPC_Notify()
429 (void)Cy_bt_handle_buf_add(contextPtr, msgPtr); in Cy_BTIPC_HPC_Notify()
432 (void)Cy_bt_handle_buf_remove(contextPtr, msgPtr); in Cy_BTIPC_HPC_Notify()
600 …cdrv_status_t Cy_BTIPC_HCI_getPTI (cy_en_btipc_hcipti_t *pti, uint32_t *p_length, uint32_t *msgPtr) in Cy_BTIPC_HCI_getPTI() argument
606 if ((NULL == pti) || (NULL == msgPtr) || (NULL == p_length)) in Cy_BTIPC_HCI_getPTI()
613 mesgPti = (cy_en_btipc_hcipti_t)((0xFFUL) & msgPtr[0]); in Cy_BTIPC_HCI_getPTI()
616 ipcMsgBuf = (cy_stc_ipc_msg_buff_t*)((void*)msgPtr); in Cy_BTIPC_HCI_getPTI()
634 bufAddr = (uint8_t*)msgPtr; in Cy_BTIPC_HCI_getPTI()
780 uint32_t *msgPtr; in Cy_BTIPC_HCI_Write() local
812 msgPtr = (uint32_t*)((void*)&ipcPacket); in Cy_BTIPC_HCI_Write()
816 msgPtr = (uint32_t*)((void*)&ipcShort); in Cy_BTIPC_HCI_Write()
817 msgPtr[0] = 0; in Cy_BTIPC_HCI_Write()
818 msgPtr[1] = 0; in Cy_BTIPC_HCI_Write()
831 contextPtr->intPeerMask, msgPtr) == CY_IPC_DRV_SUCCESS) in Cy_BTIPC_HCI_Write()
1198 …btipcdrv_status_t Cy_bt_handle_buf_remove(cy_stc_ipc_bt_context_t *btIpcContext, uint32_t * msgPtr) in Cy_bt_handle_buf_remove() argument
1206 if ((NULL == contextPtr) || (NULL == msgPtr)) in Cy_bt_handle_buf_remove()
1211 remBuf = *(cy_stc_ipc_msg_buf_remove_t*)((void*)msgPtr); in Cy_bt_handle_buf_remove()
1230 …tipcdrv_status_t Cy_bt_handle_hpclong_msg(cy_stc_ipc_bt_context_t *btIpcContext, uint32_t * msgPtr) in Cy_bt_handle_hpclong_msg() argument
1243 if ((NULL == contextPtr) || (NULL == msgPtr)) in Cy_bt_handle_hpclong_msg()
1248 bPtr = (uint8_t*)msgPtr; in Cy_bt_handle_hpclong_msg()
1260 ptr = (cy_stc_ipc_msg_init_t*)(* (msgPtr+1)); in Cy_bt_handle_hpclong_msg()
1366 …en_btipcdrv_status_t Cy_bt_handle_buf_add(cy_stc_ipc_bt_context_t *btIpcContext, uint32_t * msgPtr) in Cy_bt_handle_buf_add() argument
1375 if ((NULL == contextPtr) || (NULL == msgPtr)) in Cy_bt_handle_buf_add()
1380 allocBuf = *(cy_stc_ipc_msg_alloc_t*)((void*)msgPtr); in Cy_bt_handle_buf_add()