Lines Matching refs:event_info
800 static phHal_sEventInfo_t event_info; in phHciNfc_Recv_NfcIP_Event() local
802 event_info.eventHost = phHal_eHostController; in phHciNfc_Recv_NfcIP_Event()
803 event_info.eventType = NFC_EVT_DEACTIVATED; in phHciNfc_Recv_NfcIP_Event()
809 event_info.eventSource = phHal_eNfcIP1_Initiator; in phHciNfc_Recv_NfcIP_Event()
815 event_info.eventSource = phHal_eNfcIP1_Target; in phHciNfc_Recv_NfcIP_Event()
824 &event_info); in phHciNfc_Recv_NfcIP_Event()
1208 static phHal_sEventInfo_t event_info; in phHciNfc_NfcIP_Info_Sequence() local
1233 event_info.eventHost = phHal_eHostController; in phHciNfc_NfcIP_Info_Sequence()
1234 event_info.eventType = NFC_EVT_ACTIVATED; in phHciNfc_NfcIP_Info_Sequence()
1235 event_info.eventSource = phHal_eNfcIP1_Target; in phHciNfc_NfcIP_Info_Sequence()
1236 event_info.eventInfo.pRemoteDevInfo = in phHciNfc_NfcIP_Info_Sequence()
1242 &(event_info)); in phHciNfc_NfcIP_Info_Sequence()