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()
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()
346 static void nfcsim_debugfs_init_dev(struct nfcsim *dev) in nfcsim_debugfs_init_dev()
370 static struct nfcsim *nfcsim_device_new(struct nfcsim_link *link_in, in nfcsim_device_new()
373 struct nfcsim *dev; in nfcsim_device_new()
376 dev = kzalloc(sizeof(struct nfcsim), GFP_KERNEL); in nfcsim_device_new()
412 static void nfcsim_device_free(struct nfcsim *dev) in nfcsim_device_free()
428 static struct nfcsim *dev0;
429 static struct nfcsim *dev1;