Home
last modified time | relevance | path

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

/openbmc/slpd-lite/
H A Dslp_service_info.hpp11 struct ConfigData struct
13 std::string name;
14 std::string type;
15 std::string port;
/openbmc/x86-power-control/src/
H A Dpower_control.cpp68 struct ConfigData struct
70 std::string name;
71 std::string lineName;
72 std::string dbusName;
73 std::string path;
74 std::string interface;
75 std::optional<std::regex> matchRegex;
76 bool polarity;
77 ConfigType type;
/openbmc/linux/drivers/usb/storage/
H A Disd200.c321 struct isd200_config ConfigData; member