Home
last modified time | relevance | path

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

/linux-6.6.21/net/nfc/nci/
Dcore.c436 r = nci_core_conn_create(ndev, NCI_DESTINATION_NFCC_LOOPBACK, in nci_nfcc_loopback()
704 int nci_core_conn_create(struct nci_dev *ndev, u8 destination_type, in nci_core_conn_create() function
741 EXPORT_SYMBOL(nci_core_conn_create);
/linux-6.6.21/include/net/nfc/
Dnci_core.h295 int nci_core_conn_create(struct nci_dev *ndev, u8 destination_type,
/linux-6.6.21/drivers/nfc/st-nci/
Dse.c565 r = nci_core_conn_create(ndev, NCI_DESTINATION_NFCEE, 1, in st_nci_hci_network_init()
/linux-6.6.21/drivers/nfc/fdp/
Dfdp.c92 r = nci_core_conn_create(info->ndev, FDP_PATCH_CONN_DEST, 1, in fdp_nci_create_conn()