Home
last modified time | relevance | path

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

/linux/include/net/nfc/
H A Dnfc.h205 struct nfc_dev *nfc_allocate_device(const struct nfc_ops *ops,
/linux/net/nfc/
H A Dcore.c1051 struct nfc_dev *nfc_allocate_device(const struct nfc_ops *ops, in nfc_allocate_device() function
1103 EXPORT_SYMBOL(nfc_allocate_device);
H A Ddigital_core.c799 ddev->nfc_dev = nfc_allocate_device(&digital_nfc_ops, ddev->protocols, in nfc_digital_allocate_device()
/linux/net/nfc/hci/
H A Dcore.c979 hdev->ndev = nfc_allocate_device(&hci_nfc_ops, protocols, in nfc_hci_allocate_device()
/linux/net/nfc/nci/
H A Dcore.c1190 ndev->nfc_dev = nfc_allocate_device(&nci_nfc_ops, in nci_allocate_device()