Home
last modified time | relevance | path

Searched refs:nfc_digital_allocate_device (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/net/nfc/
Ddigital.h248 struct nfc_digital_dev *nfc_digital_allocate_device(struct nfc_digital_ops *ops,
/linux-4.1.27/net/nfc/
Ddigital_core.c745 struct nfc_digital_dev *nfc_digital_allocate_device(struct nfc_digital_ops *ops, in nfc_digital_allocate_device() function
808 EXPORT_SYMBOL(nfc_digital_allocate_device);
/linux-4.1.27/drivers/nfc/
Dport100.c1511 dev->nfc_digital_dev = nfc_digital_allocate_device(&port100_digital_ops, in port100_probe()
Dtrf7970a.c2059 trf->ddev = nfc_digital_allocate_device(&trf7970a_nfc_ops, in trf7970a_probe()