Lines Matching refs:nfcsim
40 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()
392 struct nfcsim *dev; in nfcsim_device_new()
395 dev = kzalloc(sizeof(struct nfcsim), GFP_KERNEL); in nfcsim_device_new()
431 static void nfcsim_device_free(struct nfcsim *dev) in nfcsim_device_free()
447 static struct nfcsim *dev0;
448 static struct nfcsim *dev1;