Lines Matching refs:xx
97 int xx; in nfa_ee_init() local
103 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++) in nfa_ee_init()
105 nfa_ee_cb.ecb[xx].nfcee_id = NFA_EE_INVALID; in nfa_ee_init()
106 nfa_ee_cb.ecb[xx].ee_status = NFC_NFCEE_STATUS_INACTIVE; in nfa_ee_init()
205 UINT32 xx; in nfa_ee_proc_nfcc_power_mode() local
214 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++, p_cb++) in nfa_ee_proc_nfcc_power_mode()
217 if (xx >= nfa_ee_cb.cur_ee) in nfa_ee_proc_nfcc_power_mode()
264 UINT32 xx; in nfa_ee_proc_hci_info_cback() local
273 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++, p_cb++) in nfa_ee_proc_hci_info_cback()
383 UINT32 xx; in nfa_ee_find_ecb() local
394 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++, p_cb++) in nfa_ee_find_ecb()
418 UINT32 xx; in nfa_ee_find_ecb_by_conn_id() local
423 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb++) in nfa_ee_find_ecb_by_conn_id()
447 UINT32 xx; in nfa_ee_sys_disable() local
455 for (xx = 0; xx < NFA_EE_MAX_CBACKS; xx++) in nfa_ee_sys_disable()
457 if (nfa_ee_cb.p_ee_cback[xx]) in nfa_ee_sys_disable()
459 msg.deregister.index = xx; in nfa_ee_sys_disable()
466 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb++) in nfa_ee_sys_disable()