Home
last modified time | relevance | path

Searched refs:nfc_allocate_device (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/net/nfc/
Dnfc.h213 struct nfc_dev *nfc_allocate_device(struct nfc_ops *ops,
/Linux-v4.19/net/nfc/
Dcore.c1056 struct nfc_dev *nfc_allocate_device(struct nfc_ops *ops, in nfc_allocate_device() function
1108 EXPORT_SYMBOL(nfc_allocate_device);
Ddigital_core.c800 ddev->nfc_dev = nfc_allocate_device(&digital_nfc_ops, ddev->protocols, in nfc_digital_allocate_device()
/Linux-v4.19/net/nfc/hci/
Dcore.c978 hdev->ndev = nfc_allocate_device(&hci_nfc_ops, protocols, in nfc_hci_allocate_device()
/Linux-v4.19/net/nfc/nci/
Dcore.c1159 ndev->nfc_dev = nfc_allocate_device(&nci_nfc_ops, in nci_allocate_device()
/Linux-v4.19/drivers/nfc/pn533/
Dpn533.c2642 priv->nfc_dev = nfc_allocate_device(&pn533_nfc_ops, protocols, in pn533_register_device()