Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/nfc/
Dnfcsim.c31 struct nfcsim { struct
172 struct nfcsim *dev = container_of(work, struct nfcsim, send_work.work); in nfcsim_send_wq()
184 struct nfcsim *dev = container_of(work, struct nfcsim, recv_work); in nfcsim_recv_wq()
204 struct nfcsim *dev = nfc_digital_get_drvdata(ddev); in nfcsim_send()
242 const struct nfcsim *dev = nfc_digital_get_drvdata(ddev); in nfcsim_abort_cmd()
249 struct nfcsim *dev = nfc_digital_get_drvdata(ddev); in nfcsim_switch_rf()
259 struct nfcsim *dev = nfc_digital_get_drvdata(ddev); in nfcsim_in_configure_hw()
289 struct nfcsim *dev = nfc_digital_get_drvdata(ddev); in nfcsim_tg_configure_hw()
350 static void nfcsim_debugfs_init_dev(struct nfcsim *dev) in nfcsim_debugfs_init_dev()
379 static struct nfcsim *nfcsim_device_new(struct nfcsim_link *link_in, in nfcsim_device_new()
[all …]
DMakefile11 obj-$(CONFIG_NFC_SIM) += nfcsim.o