Home
last modified time | relevance | path

Searched refs:NFA_HCI_MAX_GATE_CB (Results 1 – 7 of 7) sorted by relevance

/system/nfc/src/include/
Dnfc_target.h528 #ifndef NFA_HCI_MAX_GATE_CB
529 #define NFA_HCI_MAX_GATE_CB 0x06 macro
/system/nfc/src/nfa/hci/
Dnfa_hci_utils.c75 for (; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) { in nfa_hciu_find_gate_by_gid()
95 for (; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) { in nfa_hciu_find_gate_by_owner()
117 for (; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) { in nfa_hciu_find_gate_with_nopipes_by_owner()
261 for (xx = 0, pg = nfa_hci_cb.cfg.dyn_gates; xx < NFA_HCI_MAX_GATE_CB; in nfa_hciu_alloc_gate()
399 for (xx = 0, p_cb = nfa_hci_cb.cfg.dyn_gates; xx < NFA_HCI_MAX_GATE_CB; in nfa_hciu_get_allocated_gate_list()
Dnfa_hci_main.c200 uint8_t valid_gate[NFA_HCI_MAX_GATE_CB]; in nfa_hci_is_valid_cfg()
237 for (xx = 0; xx < NFA_HCI_MAX_GATE_CB; xx++) { in nfa_hci_is_valid_cfg()
249 for (yy = xx + 1; yy < NFA_HCI_MAX_GATE_CB; yy++) { in nfa_hci_is_valid_cfg()
Dnfa_hci_act.c253 for (yy = 0; yy < NFA_HCI_MAX_GATE_CB; yy++, pg++) { in nfa_hci_api_register()
406 for (xx = 0; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) { in nfa_hci_api_get_gate_pipe_list()
437 for (xx = 0, pg = nfa_hci_cb.cfg.dyn_gates; xx < NFA_HCI_MAX_GATE_CB; in nfa_hci_api_get_gate_pipe_list()
1736 uint8_t gate_rsp[3 + NFA_HCI_MAX_GATE_CB], num_gates; in nfa_hci_handle_identity_mgmt_gate_pkt()
Dnfa_hci_api.c946 for (xx = 0; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) { in NFA_HciDebug()
/system/nfc/src/nfa/include/
Dnfa_hci_api.h135 uint8_t gate[NFA_HCI_MAX_GATE_CB]; /* List of generic gates allocated to the
/system/nfc/src/nfa/int/
Dnfa_hci_int.h415 tNFA_HCI_DYN_GATE dyn_gates[NFA_HCI_MAX_GATE_CB];