Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/nfc/
Dnci_core.h105 #define NCI_MAX_DISCOVERED_TARGETS 10 macro
244 struct nfc_target targets[NCI_MAX_DISCOVERED_TARGETS];
/linux-4.4.14/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()