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()
104 nfa_ee_cb.ecb[xx].nfcee_id = NFA_EE_INVALID; in nfa_ee_init()
105 nfa_ee_cb.ecb[xx].ee_status = NFC_NFCEE_STATUS_INACTIVE; in nfa_ee_init()
221 uint32_t xx; in nfa_ee_proc_nfcc_power_mode() local
231 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++, p_cb++) { in nfa_ee_proc_nfcc_power_mode()
233 if (xx >= nfa_ee_cb.cur_ee) p_cb->nfcee_id = NFA_EE_INVALID; in nfa_ee_proc_nfcc_power_mode()
282 uint32_t xx; in nfa_ee_proc_hci_info_cback() local
291 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++, p_cb++) { in nfa_ee_proc_hci_info_cback()
401 uint32_t xx; in nfa_ee_find_ecb() local
409 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++, p_cb++) { in nfa_ee_find_ecb()
430 uint32_t xx; in nfa_ee_find_ecb_by_conn_id() local
435 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb++) { in nfa_ee_find_ecb_by_conn_id()
456 uint32_t xx; in nfa_ee_sys_disable() local
464 for (xx = 0; xx < NFA_EE_MAX_CBACKS; xx++) { in nfa_ee_sys_disable()
465 if (nfa_ee_cb.p_ee_cback[xx]) { in nfa_ee_sys_disable()
466 msg.deregister.index = xx; in nfa_ee_sys_disable()
473 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb++) { in nfa_ee_sys_disable()