• Home
  • Raw
  • Download

Lines Matching refs:psHciContext

112                                 phHciNfc_sContext_t     *psHciContext,
120 phHciNfc_sContext_t *psHciContext,
140 phHciNfc_sContext_t *psHciContext in phHciNfc_ReaderMgmt_Init_Resources() argument
145 if( NULL == psHciContext ) in phHciNfc_ReaderMgmt_Init_Resources()
151 if( ( NULL == psHciContext->p_reader_mgmt_info ) in phHciNfc_ReaderMgmt_Init_Resources()
156 psHciContext->p_reader_mgmt_info = p_reader_mgmt_info; in phHciNfc_ReaderMgmt_Init_Resources()
180 phHciNfc_sContext_t *psHciContext, in phHciNfc_ReaderMgmt_Update_Sequence() argument
186 if( NULL == psHciContext ) in phHciNfc_ReaderMgmt_Update_Sequence()
192 if( NULL == psHciContext->p_reader_mgmt_info ) in phHciNfc_ReaderMgmt_Update_Sequence()
200 psHciContext->p_reader_mgmt_info ; in phHciNfc_ReaderMgmt_Update_Sequence()
218 status = phHciNfc_ReaderA_Update_Info(psHciContext, in phHciNfc_ReaderMgmt_Update_Sequence()
221 status = phHciNfc_ReaderB_Update_Info(psHciContext, in phHciNfc_ReaderMgmt_Update_Sequence()
225 status = phHciNfc_Felica_Update_Info(psHciContext, in phHciNfc_ReaderMgmt_Update_Sequence()
229 status = phHciNfc_Jewel_Update_Info(psHciContext, in phHciNfc_ReaderMgmt_Update_Sequence()
233 status = phHciNfc_ISO15693_Update_Info(psHciContext, in phHciNfc_ReaderMgmt_Update_Sequence()
267 phHciNfc_sContext_t *psHciContext, in phHciNfc_ReaderMgmt_Initialise() argument
275 if( NULL == psHciContext ) in phHciNfc_ReaderMgmt_Initialise()
282 if( ( NULL == psHciContext->p_reader_mgmt_info ) in phHciNfc_ReaderMgmt_Initialise()
287 psHciContext->p_reader_mgmt_info = p_reader_mgmt_info; in phHciNfc_ReaderMgmt_Initialise()
294 psHciContext->p_reader_mgmt_info ; in phHciNfc_ReaderMgmt_Initialise()
297 if( NULL == psHciContext->p_reader_mgmt_info ) in phHciNfc_ReaderMgmt_Initialise()
303 else if( hciMode_Session == psHciContext->hci_mode ) in phHciNfc_ReaderMgmt_Initialise()
316 psHciContext->p_reader_a_info)->p_pipe_info; in phHciNfc_ReaderMgmt_Initialise()
324 status = phHciNfc_Open_Pipe( psHciContext, in phHciNfc_ReaderMgmt_Initialise()
330 psHciContext, HCI_READER_A_ENABLE, in phHciNfc_ReaderMgmt_Initialise()
361 psHciContext->p_reader_a_info)->p_pipe_info; in phHciNfc_ReaderMgmt_Initialise()
370 status = phHciNfc_ReaderA_Auto_Activate( psHciContext, in phHciNfc_ReaderMgmt_Initialise()
413 psHciContext->p_reader_b_info)->p_pipe_info; in phHciNfc_ReaderMgmt_Initialise()
421 status = phHciNfc_Open_Pipe( psHciContext, in phHciNfc_ReaderMgmt_Initialise()
460 psHciContext->p_felica_info)->p_pipe_info; in phHciNfc_ReaderMgmt_Initialise()
468 status = phHciNfc_Open_Pipe( psHciContext, in phHciNfc_ReaderMgmt_Initialise()
502 psHciContext->p_jewel_info)->p_pipe_info; in phHciNfc_ReaderMgmt_Initialise()
510 status = phHciNfc_Open_Pipe( psHciContext, in phHciNfc_ReaderMgmt_Initialise()
540 psHciContext->p_iso_15693_info)->ps_15693_pipe_info; in phHciNfc_ReaderMgmt_Initialise()
548 status = phHciNfc_Open_Pipe( psHciContext, in phHciNfc_ReaderMgmt_Initialise()
574 ((phHciNfc_NfcIP_Info_t *)psHciContext-> in phHciNfc_ReaderMgmt_Initialise()
583 status = phHciNfc_Open_Pipe( psHciContext, in phHciNfc_ReaderMgmt_Initialise()
597 status = phHciNfc_NfcIP_SetMode( psHciContext, pHwRef, in phHciNfc_ReaderMgmt_Initialise()
610 status = phHciNfc_NfcIP_SetPSL1( psHciContext, pHwRef, in phHciNfc_ReaderMgmt_Initialise()
647 phHciNfc_sContext_t *psHciContext, in phHciNfc_ReaderMgmt_Initiate_Discovery() argument
654 if( ( NULL == psHciContext ) in phHciNfc_ReaderMgmt_Initiate_Discovery()
664 status = phHciNfc_Send_RFReader_Event ( psHciContext, pHwRef, in phHciNfc_ReaderMgmt_Initiate_Discovery()
683 phHciNfc_sContext_t *psHciContext, in phHciNfc_ReaderMgmt_End_Discovery() argument
690 if( ( NULL == psHciContext ) in phHciNfc_ReaderMgmt_End_Discovery()
700 status = phHciNfc_Send_RFReader_Event ( psHciContext, pHwRef, in phHciNfc_ReaderMgmt_End_Discovery()
720 phHciNfc_sContext_t *psHciContext, in phHciNfc_ReaderMgmt_Enable_Discovery() argument
730 if( NULL != psHciContext->p_reader_mgmt_info ) in phHciNfc_ReaderMgmt_Enable_Discovery()
734 psHciContext->p_reader_mgmt_info ; in phHciNfc_ReaderMgmt_Enable_Discovery()
736 if ( (NULL != psHciContext->p_reader_b_info ) in phHciNfc_ReaderMgmt_Enable_Discovery()
742 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Enable_Discovery()
749 status = phHciNfc_ReaderB_Update_Info(psHciContext, in phHciNfc_ReaderMgmt_Enable_Discovery()
755 if ( (NULL != psHciContext->p_felica_info ) in phHciNfc_ReaderMgmt_Enable_Discovery()
761 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Enable_Discovery()
769 status = phHciNfc_Felica_Update_Info(psHciContext, in phHciNfc_ReaderMgmt_Enable_Discovery()
775 if ( (NULL != psHciContext->p_jewel_info ) in phHciNfc_ReaderMgmt_Enable_Discovery()
781 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Enable_Discovery()
786 status = phHciNfc_Jewel_Update_Info(psHciContext, in phHciNfc_ReaderMgmt_Enable_Discovery()
792 if ( (NULL != psHciContext->p_iso_15693_info ) in phHciNfc_ReaderMgmt_Enable_Discovery()
798 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Enable_Discovery()
803 status = phHciNfc_ISO15693_Update_Info(psHciContext, in phHciNfc_ReaderMgmt_Enable_Discovery()
811 if(NULL != psHciContext->p_reader_a_info) in phHciNfc_ReaderMgmt_Enable_Discovery()
815 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Enable_Discovery()
820 status = phHciNfc_ReaderA_Update_Info(psHciContext, in phHciNfc_ReaderMgmt_Enable_Discovery()
829 status = phHciNfc_ReaderMgmt_Initiate_Discovery( psHciContext, in phHciNfc_ReaderMgmt_Enable_Discovery()
848 phHciNfc_sContext_t *psHciContext, in phHciNfc_ReaderMgmt_Disable_Discovery() argument
858 if( NULL != psHciContext->p_reader_mgmt_info ) in phHciNfc_ReaderMgmt_Disable_Discovery()
861 psHciContext->p_reader_mgmt_info ; in phHciNfc_ReaderMgmt_Disable_Discovery()
862 if(NULL != psHciContext->p_reader_a_info) in phHciNfc_ReaderMgmt_Disable_Discovery()
866 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Disable_Discovery()
871 status = phHciNfc_ReaderA_Update_Info(psHciContext, in phHciNfc_ReaderMgmt_Disable_Discovery()
878 else if((NULL != psHciContext->p_reader_b_info ) in phHciNfc_ReaderMgmt_Disable_Discovery()
884 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Disable_Discovery()
888 else if((NULL != psHciContext->p_felica_info ) in phHciNfc_ReaderMgmt_Disable_Discovery()
894 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Disable_Discovery()
898 else if((NULL != psHciContext->p_jewel_info ) in phHciNfc_ReaderMgmt_Disable_Discovery()
904 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Disable_Discovery()
908 else if((NULL != psHciContext->p_iso_15693_info ) in phHciNfc_ReaderMgmt_Disable_Discovery()
914 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Disable_Discovery()
927 status = phHciNfc_ReaderMgmt_End_Discovery( psHciContext, in phHciNfc_ReaderMgmt_Disable_Discovery()
949 phHciNfc_sContext_t *psHciContext, in phHciNfc_ReaderMgmt_Info_Sequence() argument
965 if( NULL == psHciContext ) in phHciNfc_ReaderMgmt_Info_Sequence()
971 if( NULL != psHciContext->p_reader_mgmt_info ) in phHciNfc_ReaderMgmt_Info_Sequence()
974 psHciContext->p_reader_mgmt_info ; in phHciNfc_ReaderMgmt_Info_Sequence()
975 switch( psHciContext->host_rf_type ) in phHciNfc_ReaderMgmt_Info_Sequence()
983 if(NULL == psHciContext->p_target_info) in phHciNfc_ReaderMgmt_Info_Sequence()
989 psHciContext, pHwRef ); in phHciNfc_ReaderMgmt_Info_Sequence()
994 psHciContext, pHwRef ); in phHciNfc_ReaderMgmt_Info_Sequence()
1007 if(NULL == psHciContext->p_target_info) in phHciNfc_ReaderMgmt_Info_Sequence()
1011 psHciContext, pHwRef in phHciNfc_ReaderMgmt_Info_Sequence()
1013 ,(NULL == psHciContext->p_target_info) in phHciNfc_ReaderMgmt_Info_Sequence()
1021 psHciContext, pHwRef, NFCIP_INITIATOR ); in phHciNfc_ReaderMgmt_Info_Sequence()
1047 if(NULL == psHciContext->p_target_info) in phHciNfc_ReaderMgmt_Info_Sequence()
1050 psHciContext, pHwRef ); in phHciNfc_ReaderMgmt_Info_Sequence()
1058 if(NULL == psHciContext->p_target_info) in phHciNfc_ReaderMgmt_Info_Sequence()
1064 psHciContext, pHwRef ); in phHciNfc_ReaderMgmt_Info_Sequence()
1072 if(NULL == psHciContext->p_target_info) in phHciNfc_ReaderMgmt_Info_Sequence()
1075 psHciContext, pHwRef ); in phHciNfc_ReaderMgmt_Info_Sequence()
1083 if(NULL == psHciContext->p_target_info) in phHciNfc_ReaderMgmt_Info_Sequence()
1086 psHciContext, pHwRef ); in phHciNfc_ReaderMgmt_Info_Sequence()
1117 phHciNfc_sContext_t *psHciContext, in phHciNfc_ReaderMgmt_Select() argument
1125 if( (NULL == psHciContext) || (NULL == pHwRef) ) in phHciNfc_ReaderMgmt_Select()
1138 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Select()
1145 psHciContext, pHwRef, target_type ); in phHciNfc_ReaderMgmt_Select()
1155 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Select()
1161 status = phHciNfc_Send_RFReader_Command (psHciContext, in phHciNfc_ReaderMgmt_Select()
1166 psHciContext, pHwRef); in phHciNfc_ReaderMgmt_Select()
1176 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Select()
1182 status = phHciNfc_Send_RFReader_Command (psHciContext, in phHciNfc_ReaderMgmt_Select()
1197 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Select()
1208 psHciContext, pHwRef, target_type ); in phHciNfc_ReaderMgmt_Select()
1218 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Select()
1225 psHciContext, pHwRef); in phHciNfc_ReaderMgmt_Select()
1235 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Select()
1243 psHciContext, pHwRef, in phHciNfc_ReaderMgmt_Select()
1253 psHciContext->host_rf_type ) in phHciNfc_ReaderMgmt_Select()
1255 psHciContext->host_rf_type ) in phHciNfc_ReaderMgmt_Select()
1259 psHciContext, pHwRef); in phHciNfc_ReaderMgmt_Select()
1263 status = phHciNfc_NfcIP_Presence_Check (psHciContext, pHwRef); in phHciNfc_ReaderMgmt_Select()
1289 phHciNfc_sContext_t *psHciContext, in phHciNfc_ReaderMgmt_UICC_Dispatch() argument
1299 if( (NULL == psHciContext) || (NULL == pHwRef) ) in phHciNfc_ReaderMgmt_UICC_Dispatch()
1303 else if (NULL == psHciContext->p_target_info) in phHciNfc_ReaderMgmt_UICC_Dispatch()
1316 psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_UICC_Dispatch()
1317 p_pipe_info = psHciContext->p_pipe_list[reader_pipe_id]; in phHciNfc_ReaderMgmt_UICC_Dispatch()
1318 p_pipe_info->param_info = &psHciContext->p_target_info-> in phHciNfc_ReaderMgmt_UICC_Dispatch()
1320 p_pipe_info->param_length = psHciContext->p_target_info-> in phHciNfc_ReaderMgmt_UICC_Dispatch()
1331 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_UICC_Dispatch()
1333 p_pipe_info = psHciContext->p_pipe_list[reader_pipe_id]; in phHciNfc_ReaderMgmt_UICC_Dispatch()
1334 p_pipe_info->param_info = &psHciContext->p_target_info-> in phHciNfc_ReaderMgmt_UICC_Dispatch()
1354 status = phHciNfc_Send_RFReader_Command (psHciContext, in phHciNfc_ReaderMgmt_UICC_Dispatch()
1364 phHciNfc_sContext_t *psHciContext, in phHciNfc_ReaderMgmt_Reactivate() argument
1374 if( (NULL == psHciContext) || (NULL == pHwRef) ) in phHciNfc_ReaderMgmt_Reactivate()
1378 else if (NULL == psHciContext->p_target_info) in phHciNfc_ReaderMgmt_Reactivate()
1393 psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Reactivate()
1394 p_pipe_info = psHciContext->p_pipe_list[reader_pipe_id]; in phHciNfc_ReaderMgmt_Reactivate()
1395 p_pipe_info->param_info = &psHciContext->p_target_info-> in phHciNfc_ReaderMgmt_Reactivate()
1397 p_pipe_info->param_length = psHciContext->p_target_info-> in phHciNfc_ReaderMgmt_Reactivate()
1408 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Reactivate()
1410 p_pipe_info = psHciContext->p_pipe_list[reader_pipe_id]; in phHciNfc_ReaderMgmt_Reactivate()
1411 p_pipe_info->param_info = &psHciContext->p_target_info-> in phHciNfc_ReaderMgmt_Reactivate()
1422 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Reactivate()
1428 p_pipe_info = psHciContext->p_pipe_list[reader_pipe_id]; in phHciNfc_ReaderMgmt_Reactivate()
1429 p_pipe_info->param_info = &psHciContext->p_target_info-> in phHciNfc_ReaderMgmt_Reactivate()
1441 psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Reactivate()
1442 p_pipe_info = psHciContext->p_pipe_list[reader_pipe_id]; in phHciNfc_ReaderMgmt_Reactivate()
1443 p_pipe_info->param_info = &psHciContext->p_target_info-> in phHciNfc_ReaderMgmt_Reactivate()
1445 p_pipe_info->param_length = psHciContext->p_target_info-> in phHciNfc_ReaderMgmt_Reactivate()
1467 status = phHciNfc_Send_RFReader_Command (psHciContext, in phHciNfc_ReaderMgmt_Reactivate()
1484 phHciNfc_sContext_t *psHciContext, in phHciNfc_ReaderMgmt_Activate_Next() argument
1492 if( (NULL == psHciContext) || (NULL == pHwRef) ) in phHciNfc_ReaderMgmt_Activate_Next()
1498 switch ( psHciContext->host_rf_type ) in phHciNfc_ReaderMgmt_Activate_Next()
1504 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Activate_Next()
1513 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Activate_Next()
1523 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Activate_Next()
1533 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Activate_Next()
1549 status = phHciNfc_Send_RFReader_Command (psHciContext, in phHciNfc_ReaderMgmt_Activate_Next()
1568 phHciNfc_sContext_t *psHciContext, in phHciNfc_ReaderMgmt_Presence_Check() argument
1577 if( (NULL == psHciContext) || (NULL == pHwRef) ) in phHciNfc_ReaderMgmt_Presence_Check()
1583 target_type = psHciContext->p_target_info->RemDevType; in phHciNfc_ReaderMgmt_Presence_Check()
1591 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Presence_Check()
1598 psHciContext, pHwRef, target_type ); in phHciNfc_ReaderMgmt_Presence_Check()
1607 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Presence_Check()
1613 status = phHciNfc_Send_RFReader_Command (psHciContext, in phHciNfc_ReaderMgmt_Presence_Check()
1621 status = phHciNfc_NfcIP_Presence_Check (psHciContext, pHwRef); in phHciNfc_ReaderMgmt_Presence_Check()
1631 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Presence_Check()
1637 status = phHciNfc_Send_RFReader_Command (psHciContext, in phHciNfc_ReaderMgmt_Presence_Check()
1648 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Presence_Check()
1654 status = phHciNfc_Felica_Request_Mode(psHciContext, pHwRef); in phHciNfc_ReaderMgmt_Presence_Check()
1664 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Presence_Check()
1673 psHciContext, pHwRef); in phHciNfc_ReaderMgmt_Presence_Check()
1683 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Presence_Check()
1691 p_pipe_info = psHciContext->p_pipe_list[reader_pipe_id]; in phHciNfc_ReaderMgmt_Presence_Check()
1700 … memcpy(cmd + 3, &(psHciContext->p_target_info->RemoteDevInfo.Iso15693_Info.Uid), 8); in phHciNfc_ReaderMgmt_Presence_Check()
1702 psHciContext, pHwRef in phHciNfc_ReaderMgmt_Presence_Check()
1735 phHciNfc_sContext_t *psHciContext, in phHciNfc_ReaderMgmt_Deselect() argument
1749 if( (NULL == psHciContext) in phHciNfc_ReaderMgmt_Deselect()
1768 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Deselect()
1777 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Deselect()
1787 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Deselect()
1797 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Deselect()
1807 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Deselect()
1817 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Deselect()
1830 p_pipe_info = psHciContext->p_pipe_list[reader_pipe_id]; in phHciNfc_ReaderMgmt_Deselect()
1840 status = phHciNfc_Send_RFReader_Event ( psHciContext, pHwRef, in phHciNfc_ReaderMgmt_Deselect()
1860 phHciNfc_sContext_t *psHciContext, in phHciNfc_ReaderMgmt_Exchange_Data() argument
1870 if( (NULL == psHciContext) || (NULL == pHwRef) ) in phHciNfc_ReaderMgmt_Exchange_Data()
1874 else if (NULL == psHciContext->p_xchg_info) in phHciNfc_ReaderMgmt_Exchange_Data()
1882 switch (psHciContext->host_rf_type) in phHciNfc_ReaderMgmt_Exchange_Data()
1888 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Exchange_Data()
1894 p_pipe_info = psHciContext->p_pipe_list[reader_pipe_id]; in phHciNfc_ReaderMgmt_Exchange_Data()
1897 target_type = psHciContext->p_target_info->RemDevType; in phHciNfc_ReaderMgmt_Exchange_Data()
1907 psHciContext, pHwRef in phHciNfc_ReaderMgmt_Exchange_Data()
1913 psHciContext, pHwRef, in phHciNfc_ReaderMgmt_Exchange_Data()
1922 psHciContext, pHwRef, in phHciNfc_ReaderMgmt_Exchange_Data()
1941 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Exchange_Data()
1947 p_pipe_info = psHciContext->p_pipe_list[reader_pipe_id]; in phHciNfc_ReaderMgmt_Exchange_Data()
1951 psHciContext, pHwRef, in phHciNfc_ReaderMgmt_Exchange_Data()
1962 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Exchange_Data()
1968 p_pipe_info = psHciContext->p_pipe_list[reader_pipe_id]; in phHciNfc_ReaderMgmt_Exchange_Data()
1975 psHciContext, pHwRef in phHciNfc_ReaderMgmt_Exchange_Data()
1981 psHciContext, pHwRef, in phHciNfc_ReaderMgmt_Exchange_Data()
1993 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Exchange_Data()
1999 p_pipe_info = psHciContext->p_pipe_list[reader_pipe_id]; in phHciNfc_ReaderMgmt_Exchange_Data()
2011 psHciContext, pHwRef in phHciNfc_ReaderMgmt_Exchange_Data()
2028 (psHciContext, &reader_pipe_id); in phHciNfc_ReaderMgmt_Exchange_Data()
2035 p_pipe_info = psHciContext->p_pipe_list[reader_pipe_id]; in phHciNfc_ReaderMgmt_Exchange_Data()
2056 psHciContext, pHwRef, in phHciNfc_ReaderMgmt_Exchange_Data()
2085 phHciNfc_sContext_t *psHciContext, in phHciNfc_ReaderMgmt_Release() argument
2093 if( (NULL == psHciContext) || (NULL == pHwRef) ) in phHciNfc_ReaderMgmt_Release()
2099 if( NULL != psHciContext->p_reader_mgmt_info ) in phHciNfc_ReaderMgmt_Release()
2102 psHciContext->p_reader_mgmt_info ; in phHciNfc_ReaderMgmt_Release()
2109 psHciContext->p_reader_a_info)->p_pipe_info; in phHciNfc_ReaderMgmt_Release()
2111 status = phHciNfc_Close_Pipe( psHciContext, in phHciNfc_ReaderMgmt_Release()
2126 psHciContext->p_reader_b_info)->p_pipe_info; in phHciNfc_ReaderMgmt_Release()
2128 status = phHciNfc_Close_Pipe( psHciContext, in phHciNfc_ReaderMgmt_Release()
2144 psHciContext->p_felica_info)->p_pipe_info; in phHciNfc_ReaderMgmt_Release()
2146 status = phHciNfc_Close_Pipe( psHciContext, in phHciNfc_ReaderMgmt_Release()
2162 ((phHciNfc_NfcIP_Info_t *)psHciContext-> in phHciNfc_ReaderMgmt_Release()
2171 status = phHciNfc_Open_Pipe( psHciContext, in phHciNfc_ReaderMgmt_Release()
2207 phHciNfc_sContext_t *psHciContext, in phHciNfc_Send_RFReader_Event() argument
2220 if( (NULL == psHciContext) in phHciNfc_Send_RFReader_Event()
2222 ||(NULL == psHciContext->p_pipe_list[pipe_id]) in phHciNfc_Send_RFReader_Event()
2232 psHciContext->p_pipe_list[pipe_id]; in phHciNfc_Send_RFReader_Event()
2233 psHciContext->tx_total = 0 ; in phHciNfc_Send_RFReader_Event()
2241 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer; in phHciNfc_Send_RFReader_Event()
2249 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer; in phHciNfc_Send_RFReader_Event()
2272 psHciContext->tx_total = length; in phHciNfc_Send_RFReader_Event()
2275 status = phHciNfc_Send_HCP( psHciContext, pHwRef ); in phHciNfc_Send_RFReader_Event()
2293 phHciNfc_sContext_t *psHciContext, in phHciNfc_Send_RFReader_Command() argument
2306 if( (NULL == psHciContext) in phHciNfc_Send_RFReader_Command()
2308 ||(NULL == psHciContext->p_pipe_list[pipe_id]) in phHciNfc_Send_RFReader_Command()
2318 psHciContext->p_pipe_list[pipe_id]; in phHciNfc_Send_RFReader_Command()
2319 psHciContext->tx_total = 0 ; in phHciNfc_Send_RFReader_Command()
2326 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer; in phHciNfc_Send_RFReader_Command()
2343 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer; in phHciNfc_Send_RFReader_Command()
2353 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer; in phHciNfc_Send_RFReader_Command()
2377 psHciContext->tx_total = length; in phHciNfc_Send_RFReader_Command()
2378 psHciContext->response_pending = TRUE ; in phHciNfc_Send_RFReader_Command()
2381 status = phHciNfc_Send_HCP( psHciContext, pHwRef ); in phHciNfc_Send_RFReader_Command()