Home
last modified time | relevance | path

Searched refs:readPath (Results 1 – 11 of 11) sorted by relevance

/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/fans/phosphor-pid-control/
H A Dconfig.json.in7 "readPath": "/xyz/openbmc_project/sensors/fan_tach/fan0", string
15 "readPath": "/xyz/openbmc_project/sensors/fan_tach/fan1", string
23 "readPath": "/xyz/openbmc_project/sensors/fan_tach/fb_fan0", string
31 "readPath": "/xyz/openbmc_project/sensors/fan_tach/fb_fan1", string
39 "readPath": "/xyz/openbmc_project/sensors/fan_tach/fb_fan2", string
47 "readPath": "/xyz/openbmc_project/extsensors/margin/fleeting0", string
57 "readPath": "/xyz/openbmc_project/extsensors/margin/fleeting1", string
67 "readPath": "/xyz/openbmc_project/extsensors/margin/fleeting2", string
157 "readPath": "/xyz/openbmc_project/sensors/temperature/nvme0", string
167 "readPath": "/xyz/openbmc_project/sensors/temperature/nvme1", string
[all …]
/openbmc/phosphor-pid-control/test/
H A Dsensors_json_unittest.cpp35 "readPath": "/xyz/openbmc_project/sensors/fan_tach/fan1", in TEST()
46 EXPECT_EQ(output["fan1"].readPath, in TEST()
65 "readPath": "/xyz/openbmc_project/sensors/fan_tach/fan1", in TEST()
74 EXPECT_EQ(output["fan1"].readPath, in TEST()
91 "readPath": "/xyz/openbmc_project/sensors/temperature/CPU_DTS", in TEST()
100 EXPECT_EQ(output["CPU_DTS"].readPath, in TEST()
120 "readPath": "/xyz/openbmc_project/sensors/fan_tach/fan1" in TEST()
128 EXPECT_EQ(output["fan1"].readPath, in TEST()
150 "readPath": "/xyz/openbmc_project/sensors/fan_tach/fan1" in TEST()
154 "readPath": "/xyz/openbmc_project/sensors/fan_tach/fan1" in TEST()
H A Djson_parse_unittest.cpp20 "readPath": "/xyz/openbmc_project/sensors/fan_tach/fan1" in TEST()
95 "readPath": "/xyz/openbmc_project/sensors/fan_tach/fan1" in TEST()
147 "readPath": "/xyz/openbmc_project/sensors/fan_tach/fan1" in TEST()
/openbmc/phosphor-pid-control/sensors/
H A Dbuilder.cpp62 std::cerr << info->readPath << " " << info->writePath << "\n"; in buildSensors()
64 IOInterfaceType rtype = getReadInterfaceType(info->readPath); in buildSensors()
108 ri = std::make_unique<SysFsRead>(info->readPath); in buildSensors()
170 std::cerr << info->type << " readPath: " << info->readPath << "\n"; in buildSensors()
175 << " path: " << info->readPath << "\n"; in buildSensors()
182 name, info->timeout, hostSensorBus, info->readPath.c_str(), in buildSensors()
H A Dbuildjson.cpp35 j.at("readPath").get_to(s.readPath); in from_json()
/openbmc/phosphor-pid-control/
H A Dconf.hpp25 std::string readPath; member
H A Dconfigure.md48 "readPath": "/xyz/openbmc_project/sensors/fan_tach/fan1",
58 "readPath": "/xyz/openbmc_project/sensors/fan_tach/fan2",
67 A sensor has a `name`, a `type`, a `readPath`, a `writePath`, a `minimum` value,
77 The `readPath` is the path that tells the daemon how to read the value from this
81 If the `readPath` value contains: `/xyz/openbmc_project/extsensors/` it'll be
86 If the `readPath` value contains: `/xyz/openbmc_project/` (this is checked after
91 If the `readPath` value contains: `/sys/` this is treated as a directly read
H A Dutil.cpp43 std::cout << pair.second.readPath << ", "; in debugPrint()
/openbmc/phosphor-pid-control/dbus/
H A Ddbuspassive.cpp54 if (info->readPath.empty()) in createDbusPassive()
60 path = info->readPath; in createDbusPassive()
H A Ddbusconfiguration.cpp347 sensorConfig.at(info.inputs.front().name).readPath; in populatePidInfo()
769 config.readPath = inputSensorInterface.first; in init()
885 fanConfig.readPath = fanPath; in init()
1009 config.readPath = sensorPathIfacePair.first; in init()
/openbmc/phosphor-pid-control/examples/
H A DREADME27 "readPath": "", /* How the sensor can be read[1] */
36 [1] readPath has multiple options: