Home
last modified time | relevance | path

Searched defs:PropertyInfo (Results 1 – 3 of 3) sorted by relevance

/openbmc/dbus-sensors/src/nvidia-gpu/
H A DInventory.hpp32 struct PropertyInfo struct in Inventory
34 std::shared_ptr<sdbusplus::asio::dbus_interface> interface;
35 std::string propertyName;
36 int retryCount{0};
37 bool isPending{false};
/openbmc/qemu/include/hw/
H A Dqdev-properties.h32 struct PropertyInfo { struct
33 const char *type;
34 const char *description;
35 const QEnumLookup *enum_table;
59 extern const PropertyInfo qdev_prop_bit; argument
/openbmc/qemu/include/qemu/
H A Dtypedefs.h90 typedef struct PropertyInfo PropertyInfo; typedef