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 D | config.json.in | 7 "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 77 "readPath": "/xyz/openbmc_project/sensors/temperature/cputemp", string 87 "readPath": "/xyz/openbmc_project/sensors/temperature/vddcr_cpu", string [all …]
|
/openbmc/phosphor-pid-control/test/ |
H A D | sensors_json_unittest.cpp | 35 "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 D | json_parse_unittest.cpp | 20 "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 D | builder.cpp | 62 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 D | buildjson.cpp | 35 j.at("readPath").get_to(s.readPath); in from_json()
|
/openbmc/phosphor-pid-control/ |
H A D | conf.hpp | 25 std::string readPath; member
|
H A D | configure.md | 48 "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 D | util.cpp | 43 std::cout << pair.second.readPath << ", "; in debugPrint()
|
/openbmc/phosphor-pid-control/dbus/ |
H A D | dbuspassive.cpp | 54 if (info->readPath.empty()) in createDbusPassive() 60 path = info->readPath; in createDbusPassive()
|
H A D | dbusconfiguration.cpp | 347 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 D | README | 27 "readPath": "", /* How the sensor can be read[1] */ 36 [1] readPath has multiple options:
|