Lines Matching refs:link1
438 struct nfcsim_link *link0, *link1;
442 link1 = nfcsim_link_new();
443 if (!link0 || !link1) {
450 dev0 = nfcsim_device_new(link0, link1);
456 dev1 = nfcsim_device_new(link1, link0);
473 if (link1)
474 nfcsim_link_free(link1);
481 struct nfcsim_link *link0, *link1;
484 link1 = dev0->link_out;
490 nfcsim_link_free(link1);