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()
1340 if (p_cb->ecb_flags & NFA_EE_ECB_FLAGS_RESTORE) in nfa_ee_check_restore_complete()1490 if (p_cb->ecb_flags & NFA_EE_ECB_FLAGS_RESTORE) in nfa_ee_nci_mode_set_rsp()1502 p_cb->ecb_flags &= ~NFA_EE_ECB_FLAGS_RESTORE; in nfa_ee_nci_mode_set_rsp()1619 if (p_cb->ecb_flags & NFA_EE_ECB_FLAGS_RESTORE) in nfa_ee_nci_conn()1621 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