Home
last modified time | relevance | path

Searched refs:DeviceProperties (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Ddevice_finder.hpp38 struct DeviceProperties struct
71 using Callback = std::function<void(const DeviceProperties& device)>;
H A Dpower_control.hpp82 void deviceFound(const DeviceProperties& properties);
114 std::optional<DeviceProperties> deviceProperties;
H A Ddevice_finder.cpp56 DeviceProperties device{}; in interfaceFoundCallback()
H A Dpower_control.cpp282 void PowerControl::deviceFound(const DeviceProperties& properties) in deviceFound()