Lines Matching refs:link0
433 struct nfcsim_link *link0, *link1;
436 link0 = nfcsim_link_new();
438 if (!link0 || !link1) {
445 dev0 = nfcsim_device_new(link0, link1);
451 dev1 = nfcsim_device_new(link1, link0);
466 if (link0)
467 nfcsim_link_free(link0);
476 struct nfcsim_link *link0, *link1;
478 link0 = dev0->link_in;
484 nfcsim_link_free(link0);