Home
last modified time | relevance | path

Searched refs:deviceVersion (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/eeprom-device/
H A Deeprom_device.cpp59 std::unique_ptr<DeviceVersion> deviceVersion, SoftwareConfig& config, in EEPROMDevice() argument
64 gpioPolarities(gpioPolarities), deviceVersion(std::move(deviceVersion)),
279 auto requiredHostState = deviceVersion->getHostStateToQueryVersion(); in processHostStateChange()
307 isDeviceReady = deviceVersion->isDeviceReady(); in processHostStateChange()
316 std::string version = deviceVersion->getVersion(); in processHostStateChange()
H A Deeprom_device.hpp25 std::unique_ptr<DeviceVersion> deviceVersion,
39 std::unique_ptr<DeviceVersion> deviceVersion; member in EEPROMDevice
H A Deeprom_device_software_manager.cpp68 std::unique_ptr<DeviceVersion> deviceVersion = in initDevice() local
71 if (!deviceVersion) in initDevice()
78 std::string version = deviceVersion->getVersion(); in initDevice()
169 gpioPolarities, std::move(deviceVersion), config, this); in initDevice()