Lines Matching refs:nfcsim
31 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()
205 struct nfcsim *dev = nfc_digital_get_drvdata(ddev); in nfcsim_send()
243 struct nfcsim *dev = nfc_digital_get_drvdata(ddev); in nfcsim_abort_cmd()
250 struct nfcsim *dev = nfc_digital_get_drvdata(ddev); in nfcsim_switch_rf()
260 struct nfcsim *dev = nfc_digital_get_drvdata(ddev); in nfcsim_in_configure_hw()
290 struct nfcsim *dev = nfc_digital_get_drvdata(ddev); in nfcsim_tg_configure_hw()
351 static void nfcsim_debugfs_init_dev(struct nfcsim *dev) in nfcsim_debugfs_init_dev()
380 static struct nfcsim *nfcsim_device_new(struct nfcsim_link *link_in, in nfcsim_device_new()
383 struct nfcsim *dev; in nfcsim_device_new()
386 dev = kzalloc(sizeof(struct nfcsim), GFP_KERNEL); in nfcsim_device_new()
422 static void nfcsim_device_free(struct nfcsim *dev) in nfcsim_device_free()
438 static struct nfcsim *dev0;
439 static struct nfcsim *dev1;