Searched refs:nci_allocate_device (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/nfc/st-nci/
H A Dcore.c133 ndlc->ndev = nci_allocate_device(&st_nci_ops, protocols,
/linux-master/drivers/nfc/nxp-nci/
H A Dcore.c162 info->ndev = nci_allocate_device(&nxp_nci_ops, NXP_NCI_NFC_PROTOCOLS,
/linux-master/drivers/nfc/s3fwrn5/
H A Dcore.c177 info->ndev = nci_allocate_device(&s3fwrn5_nci_ops,
/linux-master/drivers/nfc/nfcmrvl/
H A Dmain.c142 priv->ndev = nci_allocate_device(&nfcmrvl_nci_ops, protocols,
145 nfc_err(dev, "nci_allocate_device failed\n");
/linux-master/drivers/nfc/
H A Dvirtual_ncidev.c141 vdev->ndev = nci_allocate_device(&virtual_nci_ops,
/linux-master/include/net/nfc/
H A Dnci_core.h271 struct nci_dev *nci_allocate_device(const struct nci_ops *ops,
/linux-master/drivers/nfc/fdp/
H A Dfdp.c731 ndev = nci_allocate_device(&nci_ops, protocols, tx_headroom,
/linux-master/net/nfc/nci/
H A Dcore.c1142 * nci_allocate_device - allocate a new nci device
1149 struct nci_dev *nci_allocate_device(const struct nci_ops *ops, function
1200 EXPORT_SYMBOL(nci_allocate_device); variable

Completed in 253 milliseconds