Lines Matching refs:n_targets
293 for (i = 0; i < ndev->n_targets; i++) { in nci_add_new_target()
305 if (ndev->n_targets == NCI_MAX_DISCOVERED_TARGETS) { in nci_add_new_target()
310 target = &ndev->targets[ndev->n_targets]; in nci_add_new_target()
317 ndev->n_targets++; in nci_add_new_target()
320 ndev->n_targets); in nci_add_new_target()
329 ndev->n_targets = 0; in nci_clear_target_list()
391 ndev->n_targets); in nci_rf_discover_ntf_packet()
475 target = &ndev->targets[ndev->n_targets]; in nci_target_auto_activated()
484 ndev->n_targets++; in nci_target_auto_activated()
487 target->logical_idx, ndev->n_targets); in nci_target_auto_activated()
489 nfc_targets_found(ndev->nfc_dev, ndev->targets, ndev->n_targets); in nci_target_auto_activated()