Searched refs:NFA_EE_ECB_FLAGS_RESTORE (Results 1 – 3 of 3) sorted by relevance
165 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_RESTORE; in nfa_ee_restore_one_ecb()187 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_RESTORE; in nfa_ee_restore_one_ecb()241 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_RESTORE; in nfa_ee_proc_nfcc_power_mode()
1320 if (p_cb->ecb_flags & NFA_EE_ECB_FLAGS_RESTORE) in nfa_ee_check_restore_complete()1470 if (p_cb->ecb_flags & NFA_EE_ECB_FLAGS_RESTORE) in nfa_ee_nci_mode_set_rsp()1482 p_cb->ecb_flags &= ~NFA_EE_ECB_FLAGS_RESTORE; in nfa_ee_nci_mode_set_rsp()1599 if (p_cb->ecb_flags & NFA_EE_ECB_FLAGS_RESTORE) in nfa_ee_nci_conn()1601 p_cb->ecb_flags &= ~NFA_EE_ECB_FLAGS_RESTORE; in nfa_ee_nci_conn()
117 #define NFA_EE_ECB_FLAGS_RESTORE 0x20 /* Restore related */ macro