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 | 36 "readPath": "/xyz/openbmc_project/sensors/fan_tach/fan1", in TEST() 47 EXPECT_EQ(output["fan1"].readPath, in TEST() 66 "readPath": "/xyz/openbmc_project/sensors/fan_tach/fan1", in TEST() 75 EXPECT_EQ(output["fan1"].readPath, in TEST() 92 "readPath": "/xyz/openbmc_project/sensors/temperature/CPU_DTS", in TEST() 101 EXPECT_EQ(output["CPU_DTS"].readPath, in TEST() 121 "readPath": "/xyz/openbmc_project/sensors/fan_tach/fan1" in TEST() 129 EXPECT_EQ(output["fan1"].readPath, in TEST() 151 "readPath": "/xyz/openbmc_project/sensors/fan_tach/fan1" in TEST() 155 "readPath": "/xyz/openbmc_project/sensors/fan_tach/fan1" in TEST()
|
| H A D | json_parse_unittest.cpp | 19 "readPath": "/xyz/openbmc_project/sensors/fan_tach/fan1" in TEST() 94 "readPath": "/xyz/openbmc_project/sensors/fan_tach/fan1" in TEST() 146 "readPath": "/xyz/openbmc_project/sensors/fan_tach/fan1" in TEST()
|
| /openbmc/phosphor-pid-control/sensors/ |
| H A D | builder.cpp | 52 std::cerr << info->readPath << " " << info->writePath << "\n"; in buildSensors() 54 IOInterfaceType rtype = getReadInterfaceType(info->readPath); in buildSensors() 96 ri = std::make_unique<SysFsRead>(info->readPath); in buildSensors() 157 std::cerr << info->type << " readPath: " << info->readPath << "\n"; in buildSensors() 162 << " path: " << info->readPath << "\n"; in buildSensors() 169 name, info->timeout, hostSensorBus, info->readPath.c_str(), in buildSensors()
|
| H A D | buildjson.cpp | 23 j.at("readPath").get_to(s.readPath); in from_json()
|
| /openbmc/phosphor-pid-control/ |
| H A D | conf.hpp | 26 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 | 47 std::cout << pair.second.readPath << ", "; in debugPrint()
|
| /openbmc/phosphor-pid-control/examples/ |
| H A D | README | 27 "readPath": "", /* How the sensor can be read[1] */ 36 [1] readPath has multiple options:
|
| /openbmc/phosphor-pid-control/dbus/ |
| H A D | dbuspassive.cpp | 71 if (info->readPath.empty()) in createDbusPassive() 77 path = info->readPath; in createDbusPassive()
|
| H A D | dbusconfiguration.cpp | 376 sensorConfig.at(info.inputs.front().name).readPath; in populatePidInfo() 797 config.readPath = in init() 853 config.readPath = inputSensorInterface.first; in init() 965 fanConfig.readPath = fanPath; in init() 1108 config.readPath = in init() 1141 config.readPath = sensorPathIfacePair.first; in init()
|