Lines Matching refs:n_targets
265 for (i = 0; i < ndev->n_targets; i++) { in nci_add_new_target()
277 if (ndev->n_targets == NCI_MAX_DISCOVERED_TARGETS) { in nci_add_new_target()
282 target = &ndev->targets[ndev->n_targets]; in nci_add_new_target()
289 ndev->n_targets++; in nci_add_new_target()
292 ndev->n_targets); in nci_add_new_target()
301 ndev->n_targets = 0; in nci_clear_target_list()
363 ndev->n_targets); in nci_rf_discover_ntf_packet()
445 target = &ndev->targets[ndev->n_targets]; in nci_target_auto_activated()
454 ndev->n_targets++; in nci_target_auto_activated()
457 target->logical_idx, ndev->n_targets); in nci_target_auto_activated()
459 nfc_targets_found(ndev->nfc_dev, ndev->targets, ndev->n_targets); in nci_target_auto_activated()