Home
last modified time | relevance | path

Searched refs:NCI_MAX_DISCOVERED_TARGETS (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/net/nfc/
Dnci_core.h90 #define NCI_MAX_DISCOVERED_TARGETS 10 macro
226 struct nfc_target targets[NCI_MAX_DISCOVERED_TARGETS];
/linux-4.1.27/net/nfc/nci/
Dntf.c289 if (ndev->n_targets == NCI_MAX_DISCOVERED_TARGETS) { in nci_add_new_target()
311 (sizeof(struct nfc_target)*NCI_MAX_DISCOVERED_TARGETS)); in nci_clear_target_list()