Lines Matching refs:xx
102 int xx; in nfa_ee_init() local
108 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++) in nfa_ee_init()
110 nfa_ee_cb.ecb[xx].nfcee_id = NFA_EE_INVALID; in nfa_ee_init()
111 nfa_ee_cb.ecb[xx].ee_status = NFC_NFCEE_STATUS_INACTIVE; in nfa_ee_init()
210 UINT32 xx; in nfa_ee_proc_nfcc_power_mode() local
219 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++, p_cb++) in nfa_ee_proc_nfcc_power_mode()
222 if (xx >= nfa_ee_cb.cur_ee) in nfa_ee_proc_nfcc_power_mode()
269 UINT32 xx; in nfa_ee_proc_hci_info_cback() local
278 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++, p_cb++) in nfa_ee_proc_hci_info_cback()
388 UINT32 xx; in nfa_ee_find_ecb() local
399 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++, p_cb++) in nfa_ee_find_ecb()
423 UINT32 xx; in nfa_ee_find_ecb_by_conn_id() local
428 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb++) in nfa_ee_find_ecb_by_conn_id()
452 UINT32 xx; in nfa_ee_sys_disable() local
460 for (xx = 0; xx < NFA_EE_MAX_CBACKS; xx++) in nfa_ee_sys_disable()
462 if (nfa_ee_cb.p_ee_cback[xx]) in nfa_ee_sys_disable()
464 msg.deregister.index = xx; in nfa_ee_sys_disable()
471 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb++) in nfa_ee_sys_disable()