Home
last modified time | relevance | path

Searched full:detection (Results 1 – 25 of 1217) sorted by relevance

12345678910>>...49

/openbmc/phosphor-power/phosphor-regulators/test/
H A Dpresence_detection_tests.cpp60 * @param detection PresenceDetection object to move into object hierarchy
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()
[all …]
H A Dphase_fault_detection_tests.cpp141 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
201 // performing phase fault detection 10 times. The lambda allows us to in TEST_F()
245 // Perform phase fault detection 10 times to set error history data members in TEST_F()
254 detection.execute(services, *system, *chassis, *regulator); in TEST_F()
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
Dext-ctrls-detect.rst
/openbmc/linux/Documentation/devicetree/bindings/extcon/
Dwlf,arizona.yaml
Dextcon-palmas.txt
/openbmc/phosphor-fan-presence/presence/example/
H A Dexample.yaml13 'Example fan with tach feedback detection method.
15 Fans without any special presence detection hardware can use one or more
29 'Example fan with gpio detection method.
31 Fans with dedicated gpios can use the gpio detection method. The gpio
32 detection uses Linux gpio-keys: the event number must be provided via the
45 Multiple detection methods for a single fan are allowed. When multiple
46 detection methods are provided a redundancy algorithm must be specified
50 the detection methods are listed into its logic.
52 The fallback algorithm falls back to subsequently listed detection methods
H A Dconfig.json4 "Example fan with tach feedback detection method. Fans without any",
5 "special presence detection hardware can use one or more tach speed",
25 "Example fan with gpio detection method. Fans with dedicated gpios can",
26 "use the gpio detection method. The gpio detection uses Linux gpio-keys,",
43 "Example fan with fallback redundancy policy. Multiple detection methods",
44 "for a single fan are allowed. When multiple detection methods are",
47 "factor the order the detection methods are listed into its logic. The",
48 "fallback algorithm falls back to subsequently listed detection methods",
/openbmc/linux/include/linux/
Dlis3lv02d.h
/openbmc/linux/Documentation/sound/soc/
Djack.rst
/openbmc/linux/include/linux/platform_data/
Dmtd-nand-omap2.h
Dadau17x1.h
/openbmc/phosphor-power/phosphor-regulators/src/
H A Ddevice.hpp61 * @param presenceDetection presence detection for this device, if any
64 * @param phaseFaultDetection phase fault detection for this device, if any
137 * Does nothing if phase fault detection is not defined for this device.
193 * Returns the phase fault detection for this device, if any.
196 * phase fault detection is defined for this device.
204 * Returns the presence detection for this device, if any.
207 * presence detection is defined for this device.
233 // Execute presence detection to determine if device is present in isPresent()
238 // No presence detection defined; assume device is present in isPresent()
290 * Presence detection for this device, if any. Set to nullptr if no
[all …]
/openbmc/u-boot/include/linux/mtd/
H A Domap_gpmc.h16 /* 1-bit ECC calculation by Software, Error detection by Software */
18 /* 1-bit ECC calculation by GPMC, Error detection by Software */
21 /* 4-bit ECC calculation by GPMC, Error detection by Software */
23 /* 4-bit ECC calculation by GPMC, Error detection by ELM */
25 /* 8-bit ECC calculation by GPMC, Error detection by Software */
27 /* 8-bit ECC calculation by GPMC, Error detection by ELM */
29 /* 16-bit ECC calculation by GPMC, Error detection by ELM */
/openbmc/linux/include/linux/input/
Dadxl34x.h
/openbmc/phosphor-fan-presence/docs/presence/
H A Drpolicy.md5 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/entity-manager/
H A DREADME.md47 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…
/openbmc/phosphor-power/phosphor-regulators/docs/
H A Dphase_fault_monitoring.md21 ## 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/linux/sound/pci/hda/
Dhda_jack.h
/openbmc/qemu/tcg/mips/
H A Dtcg-target-has.h11 /* MOVN/MOVZ instructions detection */
20 /* MIPS32 instruction set detection */
27 /* MIPS32R2 instruction set detection */
34 /* MIPS32R6 instruction set detection */
/openbmc/docs/designs/
H A Dliquid-leak-detection.md1 # Liquid Leak Detection
39 [Redfish Leak Detection](https://redfish.dmtf.org/schemas/v1/LeakDetection.v1_0_1.json)
40 standards, allowing for the exposure of leak detection status to clients.
46 The DBus Interface for leak detection will consist of following -
81 (via D-Bus) --> B["Leak Detection Manager"]
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/u-boot/board/ti/common/
H A DKconfig2 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/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DLeakDetection.v1_1_0.json37 …"longDescription": "This resource shall represent the leak detection functionality present in a se…
86 "description": "The groups of leak detection equipment.",
90 … "longDescription": "This property shall contain an array of leak detection groups.",
124 "description": "A group of leak detection equipment.",
125 …"longDescription": "This object shall contain a group of leak detection equipment that reports a u…
142 … "description": "The leak detection states from all related leak detection devices in this group.",
147 …"longDescription": "This property shall contain the states of all leak detection devices in this d…
/openbmc/linux/Documentation/devicetree/bindings/iio/light/
Dsharp,gp2ap002.yaml
/openbmc/linux/Documentation/devicetree/bindings/sound/
Dnokia,rx51.txt
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
Dmediatek,mt6370-charger.yaml

12345678910>>...49