/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/BMC/ |
H A D | Redundancy.interface.yaml | 20 BMCs are configured as active and passive and that the passive is able 45 because the passive BMC is temporarily offline, such as when the 46 passive BMC reboots. A timer would be put on how long redundancy could 47 still be considered enabled in this latter case in case the passive 50 is lost just due to a BMC reboot. Any time the passive BMC goes 80 - name: Passive 82 The role is for the passive BMC, which is the opposite of the
|
/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 | 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 | 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 | omap4-cpu-thermal.dtsi | 15 polling-delay-passive = <250>; /* milliseconds */ 25 type = "passive";
|
H A D | sun5i-a13.dtsi | 57 polling-delay-passive = <250>; 73 type = "passive";
|
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 */
|
/openbmc/phosphor-pid-control/test/ |
H A D | dbus_passive_unittest.cpp | 101 passive = reinterpret_cast<DbusPassive*>(ri.get()); in DbusPassiveTestObj() 102 EXPECT_FALSE(passive == nullptr); in DbusPassiveTestObj() 115 DbusPassive* passive; member in pid_control::__anon034d0c530111::DbusPassiveTestObj 125 ReadReturn r = passive->read(); in TEST_F() 134 passive->setValue(value); in TEST_F() 137 ReadReturn r = passive->read(); in TEST_F() 144 EXPECT_EQ(_scale, passive->getScale()); in TEST_F() 150 EXPECT_EQ(id, passive->getID()); in TEST_F() 155 EXPECT_DOUBLE_EQ(0, passive->getMin()); in TEST_F() 160 // The dbus passive sensor listens for updates and if it's the Value in TEST_F() [all …]
|
/openbmc/u-boot/drivers/fpga/ |
H A D | altera.c | 140 printf("Passive Serial (PS)\n"); in altera_info() 143 printf("Passive Parallel Synchronous (PPS)\n"); in altera_info() 146 printf("Passive Parallel Asynchronous (PPA)\n"); in altera_info() 149 printf("Passive Serial Asynchronous (PSA)\n"); in altera_info() 155 printf("Fast Passive Parallel (FPP)\n"); in altera_info() 158 printf("Fast Passive Parallel with Security (FPPS)\n"); in altera_info()
|
H A D | cyclon2.c | 44 PRINTF ("%s: Launching Passive Serial Loader\n", __FUNCTION__); in CYC2_load() 49 /* Fast Passive Parallel (FPP) and PS only differ in what is in CYC2_load() 53 PRINTF ("%s: Launching Fast Passive Parallel Loader\n", in CYC2_load() 74 PRINTF ("%s: Launching Passive Serial Dump\n", __FUNCTION__); in CYC2_dump() 94 /* CYCLON2 Passive Serial Generic Implementation */ 201 printf ("%s: Passive Serial Dumping is unavailable\n", in CYC2_ps_dump()
|
H A D | ACEX1K.c | 46 PRINTF ("%s: Launching Passive Serial Loader\n", __FUNCTION__); in ACEX1K_load() 66 PRINTF ("%s: Launching Passive Serial Dump\n", __FUNCTION__); in ACEX1K_dump() 87 /* ACEX1K Passive Serial Generic Implementation */ 246 printf ("%s: Passive Serial Dumping is unavailable\n", in ACEX1K_ps_dump()
|
/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/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-python/recipes-devtools/python/ |
H A D | python3-pyflakes_3.3.2.bb | 1 SUMMARY = "passive checker of Python programs"
|
/openbmc/phosphor-pid-control/sensors/ |
H A D | builder.hpp | 19 sdbusplus::bus_t& passive, sdbusplus::bus_t& host);
|
H A D | builder.cpp | 50 sdbusplus::bus_t& passive, sdbusplus::bus_t& host) in buildSensors() argument 52 SensorManager mgmr{passive, host}; in buildSensors() 101 "Failed to create dbus passive sensor: " + name + in buildSensors()
|
H A D | build_utils.hpp | 26 /* WriteInterfaceType is different because Dbusactive/passive. how to know... */
|
/openbmc/u-boot/include/ |
H A D | altera.h | 38 /* fast passive parallel (FPP) */ 40 /* fast passive parallel with security (FPPS) */
|
H A D | atmel_lcd.h | 30 u_long vl_tft; /* 0 = passive, 1 = TFT */
|
/openbmc/u-boot/net/ |
H A D | sntp.h | 26 #define NTP_MODE_SYMPASSIVE 2 /* Symmetric 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), \
|