/openbmc/phosphor-fan-presence/control/ |
H A D | preconditions.hpp | 11 namespace precondition namespace 15 * @brief A precondition to compare a group of property values and 17 * @details Compares each entry within the precondition group to a given value 19 * event is then initialized. At any point a precondition entry's value no 23 * @param[in] pg - Precondition property group of property values 27 * A lambda function to compare precondition property value states 34 * @brief A precondition to determine if there are any missing owners 37 * if any of the services are missing an owner, the precondition passes 44 * A lambda function precondition to check for group member services 49 } // namespace precondition
|
H A D | preconditions.cpp | 15 namespace precondition namespace 25 // Compare given precondition entries in property_states_match() 48 // Init the events when all the precondition(s) are true in property_states_match() 58 // Unsubscribe the events' signals when any precondition is false in property_states_match() 82 // Init the events when all the precondition(s) are true in services_missing_owner() 89 // Unsubscribe the events' signals when any precondition is false in services_missing_owner() 97 } // namespace precondition
|
H A D | gen-fan-zone-defs.py | 615 Parses the precondition section of an event and populates the necessary 616 structures to generate a precondition for a set speed event. 620 # Add set speed event precondition name 623 # Add set speed event precondition group 625 zNum, zCond, event["precondition"], events_data 628 # Add set speed event precondition actions 631 pcs["name"] = event["precondition"]["name"] 635 if p["name"] == event["precondition"]["name"] 677 for pce in event["precondition"]["events"]: 684 # Add precondition event triggers [all …]
|
H A D | triggers.hpp | 42 * is initialized at application start or each time an event's precondition
|
/openbmc/phosphor-fan-presence/control/example/ |
H A D | events.yaml | 36 # on the precondition's resulting state] 37 # - name: [Name associated with an available precondition function] 38 # description: [A user description of the precondition's use] 40 # [Ordered list of required parameters for the precondition function] 50 # precondition{OPTIONAL}: 51 # name: [Name of the precondition function] 74 # events: [Define the event that is to be loaded when the precondition 339 # precondition:
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __manual_lifetime.hpp | 74 //! Precondition: The lifetime has started. 80 //! Precondition: The lifetime has started. 87 //! Precondition: The lifetime has started. 94 //! Precondition: The lifetime has started.
|
/openbmc/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | active-semi,act8945a-charger.yaml | 37 active-semi,precondition-timeout: 40 Specifies the charger's PRECONDITION safety timer setting value in minutes. 73 active-semi,precondition-timeout = <40>;
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | mac80211_if.c | 283 * precondition: can both be called locked and unlocked 328 * precondition: perimeter lock is not acquired. 349 * Precondition: Since this function is called in brcms_pci_probe() context, 362 * Precondition: Since this function is called in brcms_pci_probe() context, 1341 * precondition: perimeter lock has been acquired 1350 * precondition: perimeter lock has been acquired 1361 * precondition: perimeter lock has been acquired 1419 * precondition: perimeter lock has been acquired 1434 * precondition: perimeter lock has been acquired 1457 * precondition: perimeter lock is not acquired [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | active-semi,act8945a.yaml | 105 active-semi,precondition-timeout: 106 description: Precondition timeout 254 active-semi,precondition-timeout = <40>;
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | Zone.v1_6_3.json | 54 …Endpoint` parameter specifies, the service shall return the HTTP `428 Precondition Required` statu… 59 … the current ETag of the zone, the service shall return the HTTP `428 Precondition Required` statu… 249 …Endpoint` parameter specifies, the service shall return the HTTP `428 Precondition Required` statu… 254 … the current ETag of the zone, the service shall return the HTTP `428 Precondition Required` statu…
|
/openbmc/docs/ |
H A D | community-membership.md | 85 - Code reviewer status may be a precondition to accepting large code 124 - Having an owner with platform maintainer status may be a precondition to 172 - Approver status may be a precondition to accepting large code contributions
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-aspeed.c | 173 /* precondition: bus.lock has been acquired. */ 367 /* precondition: bus.lock has been acquired. */ 400 /* precondition: bus.lock has been acquired. */ 749 /* precondition: bus.lock has been acquired. */ 909 /* precondition: bus.lock has been acquired. */ 926 /* precondition: bus.lock has been acquired. */
|
/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-control-events-config/ |
H A D | events.yaml | 228 precondition: 344 precondition:
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | act8945a.txt | 79 active-semi,precondition-timeout = <40>;
|
/openbmc/linux/include/kunit/ |
H A D | try-catch.h | 36 * assertions. Assertions allow stating a precondition for a test simplifying
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-events-config/witherspoon/ |
H A D | events.yaml | 316 precondition: 591 precondition: 681 precondition:
|
/openbmc/linux/include/linux/ |
H A D | i2c-atr.h | 60 * Precondition: all the adapters added with i2c_atr_add_adapter() must be
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | arche-apb-ctrl.c | 437 * Also, need to make sure we meet precondition for unipro suspend in arche_apb_ctrl_suspend() 438 * Precondition: Definition ??? in arche_apb_ctrl_suspend()
|
H A D | arche-platform.c | 584 * Also, need to make sure we meet precondition for unipro suspend in arche_platform_suspend() 585 * Precondition: Definition ??? in arche_platform_suspend()
|
/openbmc/linux/rust/kernel/ |
H A D | str.rs | 99 // SAFETY: The safety precondition guarantees `ptr` is a valid pointer in from_char_ptr() 102 // SAFETY: Lifetime guaranteed by the safety precondition. in from_char_ptr() 142 // SAFETY: Properties of `bytes` guaranteed by the safety precondition. in from_bytes_with_nul_unchecked()
|
/openbmc/linux/drivers/usb/misc/ |
H A D | ehset.c | 42 * test command. Most hubs don't enforce this precondition, but there in ehset_prepare_port_for_testing()
|
/openbmc/linux/arch/arm64/lib/ |
H A D | copy_template.S | 105 * precondition that src address is at least 16 bytes bigger than dst
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | Zone_v1.xml | 82 …Endpoint` parameter specifies, the service shall return the HTTP `428 Precondition Required` statu… 86 … the current ETag of the zone, the service shall return the HTTP `428 Precondition Required` statu… 108 …Endpoint` parameter specifies, the service shall return the HTTP `428 Precondition Required` statu… 112 … the current ETag of the zone, the service shall return the HTTP `428 Precondition Required` statu…
|
/openbmc/phosphor-fan-presence/control/templates/ |
H A D | fan_zone_defs.mako.cpp | 119 precondition::${a['name']}(
|
/openbmc/linux/drivers/media/platform/st/sti/delta/ |
H A D | delta.h | 284 * Precondition: stream header must have been successfully 300 * Precondition: get_streaminfo() must be successful
|