Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nfc/
Dnfcsim.c40 struct nfcsim { struct
181 struct nfcsim *dev = container_of(work, struct nfcsim, send_work.work); in nfcsim_send_wq()
193 struct nfcsim *dev = container_of(work, struct nfcsim, recv_work); in nfcsim_recv_wq()
214 struct nfcsim *dev = nfc_digital_get_drvdata(ddev); in nfcsim_send()
252 struct nfcsim *dev = nfc_digital_get_drvdata(ddev); in nfcsim_abort_cmd()
259 struct nfcsim *dev = nfc_digital_get_drvdata(ddev); in nfcsim_switch_rf()
269 struct nfcsim *dev = nfc_digital_get_drvdata(ddev); in nfcsim_in_configure_hw()
299 struct nfcsim *dev = nfc_digital_get_drvdata(ddev); in nfcsim_tg_configure_hw()
360 static void nfcsim_debugfs_init_dev(struct nfcsim *dev) in nfcsim_debugfs_init_dev()
389 static struct nfcsim *nfcsim_device_new(struct nfcsim_link *link_in, in nfcsim_device_new()
[all …]
DMakefile11 obj-$(CONFIG_NFC_SIM) += nfcsim.o