Lines Matching refs:xx
99 int xx; in nfa_ee_init() local
105 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++) in nfa_ee_init()
107 nfa_ee_cb.ecb[xx].nfcee_id = NFA_EE_INVALID; in nfa_ee_init()
108 nfa_ee_cb.ecb[xx].ee_status = NFC_NFCEE_STATUS_INACTIVE; in nfa_ee_init()
215 UINT32 xx; in nfa_ee_proc_nfcc_power_mode() local
226 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++, p_cb++) in nfa_ee_proc_nfcc_power_mode()
229 if (xx >= nfa_ee_cb.cur_ee) in nfa_ee_proc_nfcc_power_mode()
277 UINT32 xx; in nfa_ee_proc_hci_info_cback() local
286 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++, p_cb++) in nfa_ee_proc_hci_info_cback()
400 UINT32 xx; in nfa_ee_find_ecb() local
411 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++, p_cb++) in nfa_ee_find_ecb()
435 UINT32 xx; in nfa_ee_find_ecb_by_conn_id() local
440 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb++) in nfa_ee_find_ecb_by_conn_id()
464 UINT32 xx; in nfa_ee_sys_disable() local
472 for (xx = 0; xx < NFA_EE_MAX_CBACKS; xx++) in nfa_ee_sys_disable()
474 if (nfa_ee_cb.p_ee_cback[xx]) in nfa_ee_sys_disable()
476 msg.deregister.index = xx; in nfa_ee_sys_disable()
483 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb++) in nfa_ee_sys_disable()