Searched refs:nci_allocate_device (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/drivers/nfc/nxp-nci/ |
H A D | core.c | 124 info->ndev = nci_allocate_device(&nxp_nci_ops, NXP_NCI_NFC_PROTOCOLS, in nxp_nci_probe()
|
/kernel/linux/linux-5.10/drivers/nfc/st-nci/ |
H A D | core.c | 134 ndlc->ndev = nci_allocate_device(&st_nci_ops, protocols, in st_nci_probe()
|
/kernel/linux/linux-6.6/drivers/nfc/st-nci/ |
H A D | core.c | 133 ndlc->ndev = nci_allocate_device(&st_nci_ops, protocols, in st_nci_probe()
|
/kernel/linux/linux-5.10/drivers/nfc/s3fwrn5/ |
H A D | core.c | 163 info->ndev = nci_allocate_device(&s3fwrn5_nci_ops, in s3fwrn5_probe()
|
/kernel/linux/linux-6.6/drivers/nfc/nxp-nci/ |
H A D | core.c | 162 info->ndev = nci_allocate_device(&nxp_nci_ops, NXP_NCI_NFC_PROTOCOLS, in nxp_nci_probe()
|
/kernel/linux/linux-6.6/drivers/nfc/s3fwrn5/ |
H A D | core.c | 177 info->ndev = nci_allocate_device(&s3fwrn5_nci_ops, in s3fwrn5_probe()
|
/kernel/linux/linux-5.10/drivers/nfc/nfcmrvl/ |
H A D | main.c | 153 priv->ndev = nci_allocate_device(&nfcmrvl_nci_ops, protocols, in nfcmrvl_nci_register_dev() 156 nfc_err(dev, "nci_allocate_device failed\n"); in nfcmrvl_nci_register_dev()
|
/kernel/linux/linux-6.6/drivers/nfc/ |
H A D | virtual_ncidev.c | 141 vdev->ndev = nci_allocate_device(&virtual_nci_ops, in virtual_ncidev_open()
|
/kernel/linux/linux-6.6/drivers/nfc/nfcmrvl/ |
H A D | main.c | 142 priv->ndev = nci_allocate_device(&nfcmrvl_nci_ops, protocols, in nfcmrvl_nci_register_dev() 145 nfc_err(dev, "nci_allocate_device failed\n"); in nfcmrvl_nci_register_dev()
|
/kernel/linux/linux-5.10/include/net/nfc/ |
H A D | nci_core.h | 271 struct nci_dev *nci_allocate_device(struct nci_ops *ops,
|
/kernel/linux/linux-6.6/include/net/nfc/ |
H A D | nci_core.h | 271 struct nci_dev *nci_allocate_device(const struct nci_ops *ops,
|
/kernel/linux/linux-5.10/net/nfc/nci/ |
H A D | core.c | 1132 * nci_allocate_device - allocate a new nci device 1137 struct nci_dev *nci_allocate_device(struct nci_ops *ops, in nci_allocate_device() function 1189 EXPORT_SYMBOL(nci_allocate_device); variable
|
/kernel/linux/linux-6.6/net/nfc/nci/ |
H A D | core.c | 1142 * nci_allocate_device - allocate a new nci device 1149 struct nci_dev *nci_allocate_device(const struct nci_ops *ops, in nci_allocate_device() function 1200 EXPORT_SYMBOL(nci_allocate_device); variable
|
/kernel/linux/linux-5.10/drivers/nfc/fdp/ |
H A D | fdp.c | 745 ndev = nci_allocate_device(&nci_ops, protocols, tx_headroom, in fdp_nci_probe()
|
/kernel/linux/linux-6.6/drivers/nfc/fdp/ |
H A D | fdp.c | 731 ndev = nci_allocate_device(&nci_ops, protocols, tx_headroom, in fdp_nci_probe()
|
Completed in 12 milliseconds