Searched refs:nfc_hci_allocate_device (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/net/nfc/ |
D | hci.h | 166 struct nfc_hci_dev *nfc_hci_allocate_device(struct nfc_hci_ops *ops,
|
/linux-4.4.14/net/nfc/hci/ |
D | core.c | 939 struct nfc_hci_dev *nfc_hci_allocate_device(struct nfc_hci_ops *ops, in nfc_hci_allocate_device() function 989 EXPORT_SYMBOL(nfc_hci_allocate_device);
|
/linux-4.4.14/drivers/nfc/microread/ |
D | microread.c | 689 info->hdev = nfc_hci_allocate_device(µread_hci_ops, &init_data, in microread_probe()
|
/linux-4.4.14/drivers/nfc/pn544/ |
D | pn544.c | 953 info->hdev = nfc_hci_allocate_device(&pn544_hci_ops, &init_data, 0, in pn544_hci_probe()
|
/linux-4.4.14/drivers/nfc/st21nfca/ |
D | core.c | 1007 nfc_hci_allocate_device(&st21nfca_hci_ops, &init_data, quirks, in st21nfca_hci_probe()
|