Searched refs:nfcip_type (Results 1 – 2 of 2) sorted by relevance
220 p_init_info->nfcip_type = NFCIP_INVALID; in phHciNfc_Initiator_Init_Resources()306 ((phHciNfc_NfcIP_Info_t *)(psHciContext->p_nfcip_info))->nfcip_type)) in phHciNfc_NfcIP_Presence_Check()317 p_pipe_info = ((NFCIP_INITIATOR == p_nfcipinfo->nfcip_type)? in phHciNfc_NfcIP_Presence_Check()448 p_nfcip_info->nfcip_type = NFCIP_INITIATOR; in phHciNfc_Recv_Initiator_Event()483 p_target_info->nfcip_type = NFCIP_INVALID; in phHciNfc_Target_Init_Resources()649 p_nfcip_info->nfcip_type = NFCIP_TARGET; in phHciNfc_Recv_Target_Event()773 if (NFCIP_INITIATOR == p_nfcipinfo->nfcip_type) in phHciNfc_Recv_NfcIP_Event()805 if (NFCIP_INITIATOR == p_nfcipinfo->nfcip_type) in phHciNfc_Recv_NfcIP_Event()935 ((phHciNfc_NfcIP_Info_t *)(psHciContext->p_nfcip_info))->nfcip_type)) in phHciNfc_NfcIP_Send_Data()946 p_pipe_info = ((NFCIP_INITIATOR == p_nfcipinfo->nfcip_type)? in phHciNfc_NfcIP_Send_Data()[all …]
114 phHciNfc_eNfcIPType_t nfcip_type; member