Searched refs:nci_allocate_device (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/nfc/st21nfcb/ |
D | st21nfcb.c | 111 ndlc->ndev = nci_allocate_device(&st21nfcb_nci_ops, protocols, in st21nfcb_nci_probe()
|
/linux-4.1.27/drivers/nfc/nfcmrvl/ |
D | main.c | 112 priv->ndev = nci_allocate_device(&nfcmrvl_nci_ops, protocols, 0, 0); in nfcmrvl_nci_register_dev()
|
/linux-4.1.27/drivers/nfc/nxp-nci/ |
D | core.c | 140 info->ndev = nci_allocate_device(&nxp_nci_ops, NXP_NCI_NFC_PROTOCOLS, in nxp_nci_probe()
|
/linux-4.1.27/include/net/nfc/ |
D | nci_core.h | 256 struct nci_dev *nci_allocate_device(struct nci_ops *ops,
|
/linux-4.1.27/drivers/nfc/ |
D | nfcwilink.c | 518 drv->ndev = nci_allocate_device(&nfcwilink_ops, in nfcwilink_probe()
|
/linux-4.1.27/net/nfc/nci/ |
D | core.c | 945 struct nci_dev *nci_allocate_device(struct nci_ops *ops, in nci_allocate_device() function 990 EXPORT_SYMBOL(nci_allocate_device);
|