Home
last modified time | relevance | path

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

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