Searched refs:spiDevice (Results 1 – 1 of 1) sorted by relevance
90 std::unique_ptr<SPIDevice> spiDevice; in initDevice() local93 spiDevice = std::make_unique<SPIDevice>( in initDevice()103 std::make_unique<Software>(ctx, *spiDevice); in initDevice()111 spiDevice->softwareCurrent = std::move(software); in initDevice()113 spiDevice->softwareCurrent->setVersion( in initDevice()116 devices.insert({config.objectPath, std::move(spiDevice)}); in initDevice()