Lines Matching refs:link0
438 struct nfcsim_link *link0, *link1;
441 link0 = nfcsim_link_new();
443 if (!link0 || !link1) {
450 dev0 = nfcsim_device_new(link0, link1);
456 dev1 = nfcsim_device_new(link1, link0);
471 if (link0)
472 nfcsim_link_free(link0);
481 struct nfcsim_link *link0, *link1;
483 link0 = dev0->link_in;
489 nfcsim_link_free(link0);