Lines Matching refs:n_targets
271 for (i = 0; i < ndev->n_targets; i++) { in nci_add_new_target()
283 if (ndev->n_targets == NCI_MAX_DISCOVERED_TARGETS) { in nci_add_new_target()
288 target = &ndev->targets[ndev->n_targets]; in nci_add_new_target()
295 ndev->n_targets++; in nci_add_new_target()
298 ndev->n_targets); in nci_add_new_target()
307 ndev->n_targets = 0; in nci_clear_target_list()
369 ndev->n_targets); in nci_rf_discover_ntf_packet()
451 target = &ndev->targets[ndev->n_targets]; in nci_target_auto_activated()
460 ndev->n_targets++; in nci_target_auto_activated()
463 target->logical_idx, ndev->n_targets); in nci_target_auto_activated()
465 nfc_targets_found(ndev->nfc_dev, ndev->targets, ndev->n_targets); in nci_target_auto_activated()