Lines Matching full:links
128 std::string links; in getFSISearchKeys() local
136 // Find all links in the path and separate them with hyphens. in getFSISearchKeys()
140 // though in reality there won't be more than links 0 - 9. in getFSISearchKeys()
142 links += std::to_string(linkNum) + '-'; in getFSISearchKeys()
147 if (links.empty()) in getFSISearchKeys()
149 std::string msg = "Could not get FSI links from " + devPath; in getFSISearchKeys()
154 links.pop_back(); in getFSISearchKeys()
156 return links; in getFSISearchKeys()
164 auto links = getFSISearchKeys(devPath); in getFSII2CSearchKeys() local
167 return {std::move(links), std::move(busAndAddr)}; in getFSII2CSearchKeys()
195 auto links = getFSISearchKeys(devPath); in getFSISPISearchKeys() local
198 return {std::move(links), std::move(bus)}; in getFSISPISearchKeys()
333 auto links = getFSISearchKeys(devPath); in calloutFSI() local
337 const auto& callouts = calloutJSON.at("FSI").at(links).at("Callouts"); in calloutFSI()
340 calloutJSON.at("FSI").at(links).at("Dest").get<std::string>(); in calloutFSI()
342 std::string msg = "FSI: links: " + links + " dest: " + dest; in calloutFSI()
348 std::string msg = "Problem looking up FSI callouts on " + links + ": " + in calloutFSI()
366 auto links = std::get<std::string>(linksAndI2C); in calloutFSII2C() local
375 .at(links) in calloutFSII2C()
381 .at(links) in calloutFSII2C()
387 std::string msg = "FSI-I2C: links: " + links + " bus: " + busString + in calloutFSII2C()
394 std::string msg = "Problem looking up FSI-I2C callouts on " + links + in calloutFSII2C()
412 auto links = std::get<std::string>(linksAndSPI); in calloutFSISPI() local
418 calloutJSON.at("FSI-SPI").at(links).at(busString).at("Callouts"); in calloutFSISPI()
421 .at(links) in calloutFSISPI()
426 std::string msg = "FSI-SPI: links: " + links + " bus: " + busString + in calloutFSISPI()
433 std::string msg = "Problem looking up FSI-SPI callouts on " + links + in calloutFSISPI()