Lines Matching refs:link1
433 struct nfcsim_link *link0, *link1;
437 link1 = nfcsim_link_new();
438 if (!link0 || !link1) {
445 dev0 = nfcsim_device_new(link0, link1);
451 dev1 = nfcsim_device_new(link1, link0);
468 if (link1)
469 nfcsim_link_free(link1);
476 struct nfcsim_link *link0, *link1;
479 link1 = dev0->link_out;
485 nfcsim_link_free(link1);