Searched refs:nfc_allocate_device (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/include/net/nfc/ |
D | nfc.h | 212 struct nfc_dev *nfc_allocate_device(struct nfc_ops *ops,
|
/linux-4.4.14/net/nfc/ |
D | core.c | 1041 struct nfc_dev *nfc_allocate_device(struct nfc_ops *ops, in nfc_allocate_device() function 1081 EXPORT_SYMBOL(nfc_allocate_device);
|
D | digital_core.c | 792 ddev->nfc_dev = nfc_allocate_device(&digital_nfc_ops, ddev->protocols, in nfc_digital_allocate_device()
|
/linux-4.4.14/drivers/nfc/ |
D | nfcsim.c | 452 dev->nfc_dev = nfc_allocate_device(&nfcsim_nfc_ops, in nfcsim_init_dev()
|
D | pn533.c | 3228 dev->nfc_dev = nfc_allocate_device(&pn533_nfc_ops, protocols, in pn533_probe()
|
/linux-4.4.14/net/nfc/hci/ |
D | core.c | 968 hdev->ndev = nfc_allocate_device(&hci_nfc_ops, protocols, in nfc_hci_allocate_device()
|
/linux-4.4.14/net/nfc/nci/ |
D | core.c | 1071 ndev->nfc_dev = nfc_allocate_device(&nci_nfc_ops, in nci_allocate_device()
|