Searched refs:nci_allocate_device (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/nfc/st-nci/ |
D | core.c | 145 ndlc->ndev = nci_allocate_device(&st_nci_ops, protocols, in st_nci_probe()
|
/linux-4.4.14/drivers/nfc/nxp-nci/ |
D | core.c | 141 info->ndev = nci_allocate_device(&nxp_nci_ops, NXP_NCI_NFC_PROTOCOLS, in nxp_nci_probe()
|
/linux-4.4.14/drivers/nfc/s3fwrn5/ |
D | core.c | 170 info->ndev = nci_allocate_device(&s3fwrn5_nci_ops, in s3fwrn5_probe()
|
/linux-4.4.14/drivers/nfc/nfcmrvl/ |
D | main.c | 152 priv->ndev = nci_allocate_device(&nfcmrvl_nci_ops, protocols, in nfcmrvl_nci_register_dev()
|
/linux-4.4.14/drivers/nfc/ |
D | nfcwilink.c | 518 drv->ndev = nci_allocate_device(&nfcwilink_ops, in nfcwilink_probe()
|
/linux-4.4.14/include/net/nfc/ |
D | nci_core.h | 274 struct nci_dev *nci_allocate_device(struct nci_ops *ops,
|
/linux-4.4.14/net/nfc/nci/ |
D | core.c | 1040 struct nci_dev *nci_allocate_device(struct nci_ops *ops, in nci_allocate_device() function 1093 EXPORT_SYMBOL(nci_allocate_device);
|
/linux-4.4.14/drivers/nfc/fdp/ |
D | fdp.c | 774 ndev = nci_allocate_device(&nci_ops, protocols, tx_headroom, in fdp_nci_probe()
|