Home
last modified time | relevance | path

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

/openbmc/linux/net/nfc/nci/
H A 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);
/openbmc/linux/include/net/nfc/
H A Dnci_core.h295 int nci_core_conn_create(struct nci_dev *ndev, u8 destination_type,
/openbmc/linux/drivers/nfc/st-nci/
H A Dse.c565 r = nci_core_conn_create(ndev, NCI_DESTINATION_NFCEE, 1, in st_nci_hci_network_init()
/openbmc/linux/drivers/nfc/fdp/
H A Dfdp.c92 r = nci_core_conn_create(info->ndev, FDP_PATCH_CONN_DEST, 1, in fdp_nci_create_conn()