Home
last modified time | relevance | path

Searched refs:nfc_allocate_device (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/include/net/nfc/
H A Dnfc.h201 struct nfc_dev *nfc_allocate_device(struct nfc_ops *ops,
/kernel/linux/linux-6.6/include/net/nfc/
H A Dnfc.h201 struct nfc_dev *nfc_allocate_device(const struct nfc_ops *ops,
/kernel/linux/linux-5.10/net/nfc/
H A Dcore.c1038 * nfc_allocate_device - allocate a new nfc device
1043 struct nfc_dev *nfc_allocate_device(struct nfc_ops *ops, in nfc_allocate_device() function
1095 EXPORT_SYMBOL(nfc_allocate_device); variable
H A Ddigital_core.c796 ddev->nfc_dev = nfc_allocate_device(&digital_nfc_ops, ddev->protocols, in nfc_digital_allocate_device()
800 pr_err("nfc_allocate_device failed\n"); in nfc_digital_allocate_device()
/kernel/linux/linux-6.6/net/nfc/
H A Dcore.c1044 * nfc_allocate_device - allocate a new nfc device
1051 struct nfc_dev *nfc_allocate_device(const struct nfc_ops *ops, in nfc_allocate_device() function
1103 EXPORT_SYMBOL(nfc_allocate_device); variable
H A Ddigital_core.c799 ddev->nfc_dev = nfc_allocate_device(&digital_nfc_ops, ddev->protocols, in nfc_digital_allocate_device()
803 pr_err("nfc_allocate_device failed\n"); in nfc_digital_allocate_device()
/kernel/linux/linux-5.10/net/nfc/hci/
H A Dcore.c979 hdev->ndev = nfc_allocate_device(&hci_nfc_ops, protocols, in nfc_hci_allocate_device()
/kernel/linux/linux-6.6/net/nfc/hci/
H A Dcore.c979 hdev->ndev = nfc_allocate_device(&hci_nfc_ops, protocols, in nfc_hci_allocate_device()
/kernel/linux/linux-5.10/net/nfc/nci/
H A Dcore.c1168 ndev->nfc_dev = nfc_allocate_device(&nci_nfc_ops, in nci_allocate_device()
/kernel/linux/linux-6.6/net/nfc/nci/
H A Dcore.c1179 ndev->nfc_dev = nfc_allocate_device(&nci_nfc_ops, in nci_allocate_device()
/kernel/linux/linux-5.10/drivers/nfc/pn533/
H A Dpn533.c2871 priv->nfc_dev = nfc_allocate_device(&pn533_nfc_ops, protocols, in pn532_i2c_nfc_alloc()
/kernel/linux/linux-6.6/drivers/nfc/pn533/
H A Dpn533.c2814 priv->nfc_dev = nfc_allocate_device(&pn533_nfc_ops, protocols, in pn532_i2c_nfc_alloc()

Completed in 19 milliseconds