Home
last modified time | relevance | path

Searched refs:DeviceInfo (Results 1 – 5 of 5) sorted by relevance

/openbmc/estoraged/include/
H A Dutil.hpp13 struct DeviceInfo struct
24 DeviceInfo(std::filesystem::path& deviceFile, in DeviceInfo() argument
73 std::optional<DeviceInfo> findDevice(const StorageData& data,
/openbmc/qemu/hw/sensor/
H A Dtmp421.c41 typedef struct DeviceInfo { struct
44 } DeviceInfo; argument
46 static const DeviceInfo devices[] = {
71 const DeviceInfo *dev;
351 sc->dev = (DeviceInfo *) data; in tmp421_class_init()
/openbmc/estoraged/src/
H A Dutil.cpp147 std::optional<DeviceInfo> findDevice(const StorageData& data, in findDevice()
259 return DeviceInfo{deviceFile, sysfsDir, in findDevice()
/openbmc/intel-ipmi-oem/include/
H A Doemcommands.hpp295 struct DeviceInfo struct
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp438 DeviceInfo* data = reinterpret_cast<DeviceInfo*>(request); in ipmiOEMSetBIOSID()