Searched refs:nfc_allocate_device (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/net/nfc/ |
H A D | nfc.h | 201 struct nfc_dev *nfc_allocate_device(struct nfc_ops *ops,
|
/kernel/linux/linux-6.6/include/net/nfc/ |
H A D | nfc.h | 201 struct nfc_dev *nfc_allocate_device(const struct nfc_ops *ops,
|
/kernel/linux/linux-5.10/net/nfc/ |
H A D | core.c | 1038 * 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 D | digital_core.c | 796 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 D | core.c | 1044 * 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 D | digital_core.c | 799 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 D | core.c | 979 hdev->ndev = nfc_allocate_device(&hci_nfc_ops, protocols, in nfc_hci_allocate_device()
|
/kernel/linux/linux-6.6/net/nfc/hci/ |
H A D | core.c | 979 hdev->ndev = nfc_allocate_device(&hci_nfc_ops, protocols, in nfc_hci_allocate_device()
|
/kernel/linux/linux-5.10/net/nfc/nci/ |
H A D | core.c | 1168 ndev->nfc_dev = nfc_allocate_device(&nci_nfc_ops, in nci_allocate_device()
|
/kernel/linux/linux-6.6/net/nfc/nci/ |
H A D | core.c | 1179 ndev->nfc_dev = nfc_allocate_device(&nci_nfc_ops, in nci_allocate_device()
|
/kernel/linux/linux-5.10/drivers/nfc/pn533/ |
H A D | pn533.c | 2871 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 D | pn533.c | 2814 priv->nfc_dev = nfc_allocate_device(&pn533_nfc_ops, protocols, in pn532_i2c_nfc_alloc()
|
Completed in 19 milliseconds