Home
last modified time | relevance | path

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

/linux-6.6.21/net/nfc/nci/
Dntf.c295 if (target->logical_idx == ntf->rf_discovery_id) { in nci_add_new_target()
316 target->logical_idx = ntf->rf_discovery_id; in nci_add_new_target()
319 pr_debug("logical idx %d, n_targets %d\n", target->logical_idx, in nci_add_new_target()
483 target->logical_idx = ntf->rf_discovery_id; in nci_target_auto_activated()
487 target->logical_idx, ndev->n_targets); in nci_target_auto_activated()
Dcore.c924 param.rf_discovery_id = nci_target->logical_idx; in nci_activate_target()
/linux-6.6.21/include/net/nfc/
Dnfc.h104 u8 logical_idx; member
/linux-6.6.21/drivers/edac/
Di10nm_base.c578 static struct pci_dev *get_gnr_mdev(struct skx_dev *d, int logical_idx, int *physical_idx) in get_gnr_mdev() argument
595 if (logical == logical_idx) { in get_gnr_mdev()