| /openbmc/phosphor-pid-control/test/ |
| H A D | dbus_passive_unittest.cpp | 108 passive = reinterpret_cast<DbusPassive*>(ri.get()); in DbusPassiveTestObj() 109 EXPECT_FALSE(passive == nullptr); in DbusPassiveTestObj() 124 DbusPassive* passive; member in pid_control::__anon034d0c530111::DbusPassiveTestObj 134 ReadReturn r = passive->read(); in TEST_F() 143 passive->setValue(value); in TEST_F() 146 ReadReturn r = passive->read(); in TEST_F() 153 EXPECT_EQ(_scale, passive->getScale()); in TEST_F() 159 EXPECT_EQ(id, passive->getID()); in TEST_F() 164 EXPECT_DOUBLE_EQ(0, passive->getMin()); in TEST_F() 232 int rv = handleSensorValue(msg, passive); in TEST_F() [all …]
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | rk3288-thermal.dtsi | 11 polling-delay-passive = <1000>; /* milliseconds */ 20 polling-delay-passive = <100>; /* milliseconds */ 31 type = "passive"; 36 type = "passive"; 60 polling-delay-passive = <100>; /* milliseconds */ 71 type = "passive";
|
| H A D | omap4-cpu-thermal.dtsi | 15 polling-delay-passive = <250>; /* milliseconds */ 25 type = "passive";
|
| H A D | rk3399-gru-kevin.dts | 92 polling-delay-passive = <100>; /* milliseconds */ 101 type = "passive"; 107 type = "passive"; 134 polling-delay-passive = <100>; /* milliseconds */ 143 type = "passive"; 149 type = "passive";
|
| H A D | rk3288-veyron-mickey.dts | 78 type = "passive"; 83 type = "passive"; 88 type = "passive"; 93 type = "passive"; 98 type = "passive"; 103 type = "passive"; 127 * with the fact that there are two passive cooling devices:
|
| H A D | omap3-cpu-thermal.dtsi | 14 polling-delay-passive = <250>; /* milliseconds */
|
| H A D | dra7-dspeve-thermal.dtsi | 14 polling-delay-passive = <250>; /* milliseconds */
|
| H A D | dra7-iva-thermal.dtsi | 14 polling-delay-passive = <250>; /* milliseconds */
|
| H A D | omap5-core-thermal.dtsi | 15 polling-delay-passive = <250>; /* milliseconds */
|
| H A D | omap5-gpu-thermal.dtsi | 15 polling-delay-passive = <250>; /* milliseconds */
|
| H A D | sun5i-a13.dtsi | 57 polling-delay-passive = <250>; 73 type = "passive";
|
| H A D | sun8i-a33.dtsi | 440 polling-delay-passive = <250>; 470 type = "passive"; 477 type = "passive";
|
| H A D | meson-gxm-khadas-vim2.dts | 108 polling-delay-passive = <250>; /* milliseconds */ 123 type = "passive";
|
| H A D | rk3368.dtsi | 441 polling-delay-passive = <100>; /* milliseconds */ 450 type = "passive"; 455 type = "passive"; 479 polling-delay-passive = <100>; /* milliseconds */ 488 type = "passive";
|
| H A D | fsl-imx8mq.dtsi | 202 polling-delay-passive = <250>; 209 type = "passive";
|
| H A D | rk322x.dtsi | 332 polling-delay-passive = <100>; /* milliseconds */ 341 type = "passive"; 346 type = "passive";
|
| /openbmc/u-boot/drivers/thermal/ |
| H A D | Kconfig | 16 It supports one critical trip point and one passive trip point. The 18 passive trip is crossed.
|
| /openbmc/phosphor-pid-control/sensors/ |
| H A D | builder.hpp | 19 sdbusplus::bus_t& passive, sdbusplus::bus_t& host);
|
| H A D | builder.cpp | 37 sdbusplus::bus_t& passive, sdbusplus::bus_t& host) in buildSensors() argument 39 SensorManager mgmr{passive, host}; in buildSensors()
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-pyflakes_3.3.2.bb | 1 SUMMARY = "passive checker of Python programs"
|
| /openbmc/u-boot/doc/device-tree-bindings/thermal/ |
| H A D | rockchip-thermal.txt | 41 polling-delay-passive = <1000>; /* milliseconds */ 51 type = "passive";
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tnftp/ |
| H A D | tnftp_20230507.bb | 8 remote files, passive mode support (with fallback to active mode), \
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/ |
| H A D | phosphor-pid-control_git.bb | 3 # your system relies on passive dbus for fans or other
|
| /openbmc/phosphor-pid-control/ |
| H A D | configure.md | 87 external), then it's treated as a passive dbus sensor. A passive dbus sensor is 146 The `ignoreDbusMinMax` value is optional and defaults to false. The dbus passive 149 dbus and therefore won't call any passive value scaling.
|
| /openbmc/webui-vue/src/views/Operations/Kvm/ |
| H A D | KvmConsole.vue | 125 passive: true,
|