Home
last modified time | relevance | path

Searched refs:logical_idx (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/net/nfc/nci/
Dntf.c289 if (target->logical_idx == ntf->rf_discovery_id) { in nci_add_new_target()
310 target->logical_idx = ntf->rf_discovery_id; in nci_add_new_target()
313 pr_debug("logical idx %d, n_targets %d\n", target->logical_idx, in nci_add_new_target()
477 target->logical_idx = ntf->rf_discovery_id; in nci_target_auto_activated()
481 target->logical_idx, ndev->n_targets); in nci_target_auto_activated()
Dcore.c918 param.rf_discovery_id = nci_target->logical_idx; in nci_activate_target()
/linux-5.19.10/include/net/nfc/
Dnfc.h104 u8 logical_idx; member