Lines Matching refs:xx
52 int xx = 0; in nfa_hciu_find_pipe_by_pid() local
55 for ( ; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++) in nfa_hciu_find_pipe_by_pid()
77 int xx = 0; in nfa_hciu_find_gate_by_gid() local
79 for ( ; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) in nfa_hciu_find_gate_by_gid()
100 int xx = 0; in nfa_hciu_find_gate_by_owner() local
102 for ( ; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) in nfa_hciu_find_gate_by_owner()
124 int xx = 0; in nfa_hciu_find_gate_with_nopipes_by_owner() local
126 for ( ; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) in nfa_hciu_find_gate_with_nopipes_by_owner()
147 int xx = 0; in nfa_hciu_count_pipes_on_gate() local
151 for ( ; xx < NFA_HCI_MAX_PIPE_CB; xx++) in nfa_hciu_count_pipes_on_gate()
174 int xx = 0; in nfa_hciu_count_open_pipes_on_gate() local
178 for ( ; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++) in nfa_hciu_count_open_pipes_on_gate()
245 int xx; in nfa_hciu_alloc_gate() local
285 for (xx = 0, pg = nfa_hci_cb.cfg.dyn_gates; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) in nfa_hciu_alloc_gate()
423 int xx; in nfa_hciu_get_allocated_gate_list() local
426 for (xx = 0, p_cb = nfa_hci_cb.cfg.dyn_gates; xx < NFA_HCI_MAX_GATE_CB; xx++, p_cb++) in nfa_hciu_get_allocated_gate_list()
452 UINT8 xx; in nfa_hciu_alloc_pipe() local
464 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes ; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++) in nfa_hciu_alloc_pipe()
468 NFA_TRACE_DEBUG2 ("nfa_hciu_alloc_pipe:%d, index:%d", pipe_id, xx); in nfa_hciu_alloc_pipe()
608 int xx; in nfa_hciu_find_active_pipe_by_owner() local
613 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++) in nfa_hciu_find_active_pipe_by_owner()
644 int xx; in nfa_hciu_check_pipe_between_gates() local
649 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++) in nfa_hciu_check_pipe_between_gates()
679 int xx; in nfa_hciu_find_pipe_by_owner() local
684 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++) in nfa_hciu_find_pipe_by_owner()
711 int xx; in nfa_hciu_find_pipe_on_gate() local
716 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++) in nfa_hciu_find_pipe_on_gate()
742 UINT8 xx; in nfa_hciu_is_active_host() local
744 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++) in nfa_hciu_is_active_host()
746 if (nfa_hci_cb.inactive_host[xx] == host_id) in nfa_hciu_is_active_host()
765 UINT8 xx; in nfa_hciu_is_host_reseting() local
767 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++) in nfa_hciu_is_host_reseting()
769 if (nfa_hci_cb.reset_host[xx] == host_id) in nfa_hciu_is_host_reseting()
788 UINT8 xx; in nfa_hciu_is_no_host_resetting() local
790 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++) in nfa_hciu_is_no_host_resetting()
792 if (nfa_hci_cb.reset_host[xx] != 0) in nfa_hciu_is_no_host_resetting()
812 int xx; in nfa_hciu_find_active_pipe_on_gate() local
817 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++) in nfa_hciu_find_active_pipe_on_gate()
900 int xx; in nfa_hciu_remove_all_pipes_from_host() local
906 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++) in nfa_hciu_remove_all_pipes_from_host()
1347 int xx; in nfa_hciu_get_type_inst_names() local
1349 xx = sprintf (p_buff, "Type: %s [0x%02x] ", nfa_hciu_type_2_str (type), type); in nfa_hciu_get_type_inst_names()
1354 sprintf (&p_buff[xx], "Inst: %s [0x%02x] ", nfa_hciu_instr_2_str (inst), inst); in nfa_hciu_get_type_inst_names()
1357 sprintf (&p_buff[xx], "Evt: %s [0x%02x] ", nfa_hciu_evt_2_str (pipe, inst), inst); in nfa_hciu_get_type_inst_names()
1360 sprintf (&p_buff[xx], "Resp: %s [0x%02x] ", nfa_hciu_get_response_name (inst), inst); in nfa_hciu_get_type_inst_names()
1363 sprintf (&p_buff[xx], "Inst: %u ", inst); in nfa_hciu_get_type_inst_names()