Home
last modified time | relevance | path

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

/openbmc/linux/include/net/nfc/
H A Ddigital.h244 void nfc_digital_free_device(struct nfc_digital_dev *ndev);
/openbmc/linux/drivers/nfc/
H A Dnfcsim.c401 nfc_digital_free_device(dev->nfc_digital_dev); in nfcsim_device_new()
423 nfc_digital_free_device(dev->nfc_digital_dev); in nfcsim_device_free()
H A Dport100.c1612 nfc_digital_free_device(dev->nfc_digital_dev); in port100_probe()
1632 nfc_digital_free_device(dev->nfc_digital_dev); in port100_disconnect()
H A Dtrf7970a.c2140 nfc_digital_free_device(trf->ddev); in trf7970a_probe()
2161 nfc_digital_free_device(trf->ddev); in trf7970a_remove()
/openbmc/linux/net/nfc/
H A Ddigital_core.c818 void nfc_digital_free_device(struct nfc_digital_dev *ddev) in nfc_digital_free_device() function
823 EXPORT_SYMBOL(nfc_digital_free_device);
/openbmc/linux/drivers/nfc/st95hf/
H A Dcore.c1193 nfc_digital_free_device(st95context->ddev); in st95hf_probe()
1214 nfc_digital_free_device(stcontext->ddev); in st95hf_remove()