Lines Matching refs:n_targets
277 for (i = 0; i < ndev->n_targets; i++) { in nci_add_new_target()
289 if (ndev->n_targets == NCI_MAX_DISCOVERED_TARGETS) { in nci_add_new_target()
294 target = &ndev->targets[ndev->n_targets]; in nci_add_new_target()
301 ndev->n_targets++; in nci_add_new_target()
304 ndev->n_targets); in nci_add_new_target()
313 ndev->n_targets = 0; in nci_clear_target_list()
375 ndev->n_targets); in nci_rf_discover_ntf_packet()
457 target = &ndev->targets[ndev->n_targets]; in nci_target_auto_activated()
466 ndev->n_targets++; in nci_target_auto_activated()
469 target->logical_idx, ndev->n_targets); in nci_target_auto_activated()
471 nfc_targets_found(ndev->nfc_dev, ndev->targets, ndev->n_targets); in nci_target_auto_activated()