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()
106 nfa_ee_cb.ecb[xx].nfcee_id = NFA_EE_INVALID; in nfa_ee_init()
107 nfa_ee_cb.ecb[xx].ee_status = NFC_NFCEE_STATUS_INACTIVE; in nfa_ee_init()
223 uint32_t xx; in nfa_ee_proc_nfcc_power_mode() local
233 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++, p_cb++) { in nfa_ee_proc_nfcc_power_mode()
235 if (xx >= nfa_ee_cb.cur_ee) p_cb->nfcee_id = NFA_EE_INVALID; in nfa_ee_proc_nfcc_power_mode()
284 uint32_t xx; in nfa_ee_proc_hci_info_cback() local
293 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++, p_cb++) { in nfa_ee_proc_hci_info_cback()
407 uint32_t xx; in nfa_ee_find_ecb() local
415 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++, p_cb++) { in nfa_ee_find_ecb()
436 uint32_t xx; in nfa_ee_find_ecb_by_conn_id() local
441 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb++) { in nfa_ee_find_ecb_by_conn_id()
462 uint32_t xx; in nfa_ee_sys_disable() local
470 for (xx = 0; xx < NFA_EE_MAX_CBACKS; xx++) { in nfa_ee_sys_disable()
471 if (nfa_ee_cb.p_ee_cback[xx]) { in nfa_ee_sys_disable()
472 msg.deregister.index = xx; in nfa_ee_sys_disable()
479 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb++) { in nfa_ee_sys_disable()