nci_allocate_device
ndev = nci_allocate_device(&nci_ops, protocols, tx_headroom,
priv->ndev = nci_allocate_device(&nfcmrvl_nci_ops, protocols,
info->ndev = nci_allocate_device(&nxp_nci_ops, NXP_NCI_NFC_PROTOCOLS,
info->ndev = nci_allocate_device(&s3fwrn5_nci_ops,
ndlc->ndev = nci_allocate_device(&st_nci_ops, protocols,
vdev->ndev = nci_allocate_device(&virtual_nci_ops,
struct nci_dev *nci_allocate_device(const struct nci_ops *ops,
EXPORT_SYMBOL(nci_allocate_device);