Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/nfc/
H A Ddigital.h239 struct nfc_digital_dev *nfc_digital_allocate_device(struct nfc_digital_ops *ops,
/OK3568_Linux_fs/kernel/net/nfc/
H A Ddigital_core.c750 struct nfc_digital_dev *nfc_digital_allocate_device(struct nfc_digital_ops *ops, in nfc_digital_allocate_device() function
813 EXPORT_SYMBOL(nfc_digital_allocate_device);
/OK3568_Linux_fs/kernel/drivers/nfc/
H A Dnfcsim.c393 nfc_digital_allocate_device(&nfcsim_digital_ops, in nfcsim_device_new()
H A Dport100.c1584 dev->nfc_digital_dev = nfc_digital_allocate_device(&port100_digital_ops, in port100_probe()
H A Dtrf7970a.c2102 trf->ddev = nfc_digital_allocate_device(&trf7970a_nfc_ops, in trf7970a_probe()
/OK3568_Linux_fs/kernel/drivers/nfc/st95hf/
H A Dcore.c1169 st95context->ddev = nfc_digital_allocate_device(&st95hf_nfc_digital_ops, in st95hf_probe()