| /openbmc/phosphor-power/phosphor-regulators/test/ |
| H A D | presence_detection_tests.cpp | 66 std::unique_ptr<PresenceDetection> detection) in createParentObjects() argument 76 std::move(i2cInterface), std::move(detection)); in createParentObjects() 101 PresenceDetection detection{std::move(actions)}; in TEST() local 102 EXPECT_EQ(detection.getActions().size(), 1); in TEST() 103 EXPECT_FALSE(detection.getCachedPresence().has_value()); in TEST() 115 PresenceDetection* detection = new PresenceDetection(std::move(actions)); in TEST() local 119 createParentObjects(std::unique_ptr<PresenceDetection>{detection}); in TEST() 122 EXPECT_FALSE(detection->getCachedPresence().has_value()); in TEST() 126 EXPECT_TRUE(detection->execute(services, *system, *chassis, *device)); in TEST() 129 EXPECT_TRUE(detection->getCachedPresence().has_value()); in TEST() [all …]
|
| H A D | phase_fault_detection_tests.cpp | 141 PhaseFaultDetection detection{std::move(actions)}; in TEST_F() local 142 EXPECT_EQ(detection.getActions().size(), 1); in TEST_F() 143 EXPECT_EQ(detection.getDeviceID(), ""); in TEST_F() 152 PhaseFaultDetection detection{std::move(actions), "ioexp1"}; in TEST_F() local 153 EXPECT_EQ(detection.getActions().size(), 2); in TEST_F() 154 EXPECT_EQ(detection.getDeviceID(), "ioexp1"); in TEST_F() 198 PhaseFaultDetection detection{std::move(actions)}; in TEST_F() local 254 detection.execute(services, *system, *chassis, *regulator); in TEST_F() 259 detection.clearErrorHistory(); in TEST_F() 270 detection.execute(services, *system, *chassis, *regulator); in TEST_F() [all …]
|
| /openbmc/phosphor-fan-presence/docs/presence/ |
| H A D | rpolicy.md | 5 The type of redundancy policy to use against the methods of presence detection. 18 A policy where if any method of fan presence detection denotes the fan is 19 present, results in the fan being marked present. All methods of detection must 28 A policy to use the first method of fan presence detection and then use the next
|
| /openbmc/u-boot/board/ti/common/ |
| H A D | Kconfig | 2 bool "Support for Board detection for TI platforms" 4 Support for detection board information on Texas Instrument's 5 Evaluation Boards which have I2C based EEPROM detection
|
| /openbmc/phosphor-power/phosphor-regulators/docs/ |
| H A D | phase_fault_monitoring.md | 21 ## How phase fault detection is defined 23 Phase fault detection is defined for a voltage regulator using the 37 - Phase fault detection will continue with the next regulator. 38 - Phase fault detection will be attempted again for this regulator during the
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-pycocotools_2.0.8.bb | 1 SUMMARY = "COCO is a large image dataset designed for object detection, segmentation, \ 2 person keypoints detection, stuff segmentation, and caption generation."
|
| H A D | python3-pid_3.0.4.bb | 1 SUMMARY = "Pidfile featuring stale detection and file-locking, can also \
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/ |
| H A D | 0001-remove-the-error-line-and-live-without-file-type-det.patch | 4 Subject: [PATCH] remove the #error line and live without file-type detection with pipes 20 * file-type detection with pipes, or add support for your compiler in the
|
| /openbmc/entity-manager/ |
| H A D | README.md | 47 1. **A detection daemon** This is something that can be used to detect 50 EEPROM devices. Other examples of detection daemons include: 57 In many cases, the existing detection daemons are sufficient for a single 83 **note:** In some cases, a given daemon could be both a detection daemon and a 86 also creates detection records of what drives are present. 107 4. Entity manager shall support multiple detection runs, and shall do the 109 longer detected. Some examples of re-detection events might include host 120 1. Entity manager shall not directly participate in the detection of devices, 140 4. **[EEPROM address size detection modes](https://github.com/openbmc/entity-manager/tree/master/do…
|
| H A D | meson.options | 51 'new-device-detection', 54 …description: 'Cache the current configuration to support new-device detection. This option can be …
|
| /openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
| H A D | presence_detection.md | 19 [phase fault detection](phase_fault_detection.md) will only be performed if the 35 detection is not supported for devices that can be removed or added 42 … | array of strings | One or more comment lines describing the presence detection. |
|
| /openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/ |
| H A D | 0001-CMakeDetermineCompilerABI-Strip-pipe-from-compile-fl.patch | 45 - # Avoid failing ABI detection on warnings. 46 + # Avoid failing ABI detection caused by non-functionally relevant 54 + # Avoid failing ABI detection on warnings.
|
| /openbmc/openbmc/meta-nvidia/meta-nvl32-obmc/recipes-phosphor/configuration/ |
| H A D | entity-manager_%.bbappend | 6 -Dnew-device-detection=false \
|
| /openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | parselogs-ignores-qemuppc.txt | 3 host side 80-wire cable detection failed, limiting max speed
|
| /openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/ |
| H A D | python3-adafruit-platformdetect_3.27.0.bb | 1 SUMMARY = "Platform detection for use by libraries like Adafruit-Blinka."
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/ |
| H A D | hddtemp-0.3-beta15-autodetect-717479.patch | 25 -(because detection can fail). 26 +(because detection can fail). If no paths are specified, autodetection of
|
| /openbmc/entity-manager/src/gpio-presence/ |
| H A D | README.md | 90 It can also be used as detection redundancy in case another detection mechanism
|
| /openbmc/openbmc/poky/meta/recipes-devtools/clang/ |
| H A D | common-source.inc | 14 # spdx shared workdir detection fails as not WORKDIR is altered but S and B
|
| /openbmc/docs/designs/ |
| H A D | liquid-leak-detection.md | 40 standards, allowing for the exposure of leak detection status to clients. 46 The DBus Interface for leak detection will consist of following - 128 [leak detection](https://gerrit.openbmc.org/c/openbmc/phosphor-dbus-interfaces/+/73707) 154 - A new D-Bus interface for leak detection is being proposed as part of this 180 GPIO sim tool to simulate leak detection GPIOs, which can be triggered as
|
| /openbmc/entity-manager/src/entity_manager/ |
| H A D | meson.build | 9 allowed = get_option('new-device-detection')
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ncftp/ncftp/ |
| H A D | 0001-ncftp-3.2.7-fix-gcc14.patch | 1 fix select arg detection
|
| /openbmc/openbmc/poky/meta/recipes-rt/rt-tests/ |
| H A D | hwlatdetect_git.bb | 2 DESCRIPTION = "Python utility for controlling the kernel hardware latency detection module (hwlat_d…
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/metacity/metacity/ |
| H A D | 0001-drop-zenity-detection.patch | 4 Subject: [PATCH] drop zenity detection
|
| /openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/ |
| H A D | 0001-unix-configure-use-_Static_assert-to-do-correct-dete.patch | 4 Subject: [PATCH] unix/configure: use _Static_assert to do correct detection 8 to do the detection correctly.
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl/ |
| H A D | disable-libxml2-check.patch | 42 -to see the exact reason why the detection of libxml2 installation 68 +#to see the exact reason why the detection of libxml2 installation
|