• Home
  • Raw
  • Download

Lines Matching refs:pipe_id

190                             uint8_t             pipe_id,
199 uint8_t pipe_id,
258 *ppipe_id = p_pipe_info->pipe.pipe_id ; in phHciNfc_DevMgmt_Get_PipeID()
381 uint8_t pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; in phHciNfc_DevMgmt_Configure() local
405 pipe_id = p_pipe_info->pipe.pipe_id ; in phHciNfc_DevMgmt_Configure()
413 pipe_id, (uint8_t)NXP_DBG_WRITE ); in phHciNfc_DevMgmt_Configure()
430 uint8_t pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; in phHciNfc_DevMgmt_Get_Info() local
456 pipe_id = p_pipe_info->pipe.pipe_id ; in phHciNfc_DevMgmt_Get_Info()
463 pipe_id, (uint8_t)NXP_DBG_READ ); in phHciNfc_DevMgmt_Get_Info()
532 pHwRef, (uint8_t)p_pipe_info->pipe.pipe_id, in phHciNfc_DevMgmt_Initialise()
1014 p_pipe_info->pipe.pipe_id, NXP_EVT_SET_AUTONOMOUS); in phHciNfc_DevMgmt_Release()
1125 uint8_t pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; in phHciNfc_DevMgmt_Test() local
1150 pipe_id = p_pipe_info->pipe.pipe_id ; in phHciNfc_DevMgmt_Test()
1160 pipe_id, (uint8_t)test_type ); in phHciNfc_DevMgmt_Test()
1477 uint8_t pipe_id, in phHciNfc_Send_DevMgmt_Command() argument
1489 || ( pipe_id > PHHCINFC_MAX_PIPE) in phHciNfc_Send_DevMgmt_Command()
1490 ||(NULL == psHciContext->p_pipe_list[pipe_id]) in phHciNfc_Send_DevMgmt_Command()
1500 psHciContext->p_pipe_list[pipe_id]; in phHciNfc_Send_DevMgmt_Command()
1518 (uint8_t) pipe_id, HCP_MSG_TYPE_COMMAND, cmd); in phHciNfc_Send_DevMgmt_Command()
1566 uint8_t pipe_id, in phHciNfc_Send_DevMgmt_Event() argument
1578 || ( pipe_id > PHHCINFC_MAX_PIPE) in phHciNfc_Send_DevMgmt_Event()
1579 ||(NULL == psHciContext->p_pipe_list[pipe_id]) in phHciNfc_Send_DevMgmt_Event()
1589 psHciContext->p_pipe_list[pipe_id]; in phHciNfc_Send_DevMgmt_Event()
1598 (uint8_t) pipe_id, HCP_MSG_TYPE_EVENT, event); in phHciNfc_Send_DevMgmt_Event()