Home
last modified time | relevance | path

Searched refs:nfcsim (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/nfc/
Dnfcsim.c35 struct nfcsim { struct
57 struct nfcsim *peer_dev; argument
60 static struct nfcsim *dev0;
61 static struct nfcsim *dev1;
65 static void nfcsim_cleanup_dev(struct nfcsim *dev, u8 shutdown) in nfcsim_cleanup_dev()
83 static int nfcsim_target_found(struct nfcsim *dev) in nfcsim_target_found()
99 struct nfcsim *dev = nfc_get_drvdata(nfc_dev); in nfcsim_dev_up()
114 struct nfcsim *dev = nfc_get_drvdata(nfc_dev); in nfcsim_dev_down()
132 struct nfcsim *dev = nfc_get_drvdata(nfc_dev); in nfcsim_dep_link_up()
133 struct nfcsim *peer = dev->peer_dev; in nfcsim_dep_link_up()
[all …]
DMakefile11 obj-$(CONFIG_NFC_SIM) += nfcsim.o