/openbmc/u-boot/cmd/ |
H A D | tpm_test.c | 46 uint8_t *deactivated, uint8_t *nvlocked) in tpm_get_flags() argument 56 if (deactivated) in tpm_get_flags() 57 *deactivated = pflags.deactivated; in tpm_get_flags() 60 debug("TPM: Got flags disable=%d, deactivated=%d, nvlocked=%d\n", in tpm_get_flags() 61 pflags.disable, pflags.deactivated, pflags.nv_locked); in tpm_get_flags() 127 uint8_t disable = 0, deactivated = 0; in test_enable() local 134 TPM_CHECK(tpm_get_flags(dev, &disable, &deactivated, NULL)); in test_enable() 135 printf("\tdisable is %d, deactivated is %d\n", disable, deactivated); in test_enable() 138 TPM_CHECK(tpm_get_flags(dev, &disable, &deactivated, NULL)); in test_enable() 139 printf("\tdisable is %d, deactivated is %d\n", disable, deactivated); in test_enable() [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | energy_scale_utils.robot | 97 ${cmd}= Catenate dcmi power deactivate | grep deactivated 99 Should Contain ${resp} successfully deactivated 103 Fail If DCMI Power Is Not Deactivated 104 [Documentation] Fail if DCMI power limiting is not deactivated. 109 ... msg=DCMI power is not deactivated.
|
H A D | ipmi_utils.py | 230 Power reading state is: deactivated 241 [power_reading_state_is]: deactivated
|
/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | test_power_capping.robot | 95 ... msg=Could not set power limit when power limiting deactivated. 138 # Check deactivated and the power limit. 139 Fail If DCMI Power Is Not Deactivated 222 # If deactivated: initial_deactivation = 1, 0 otherwise. 229 # Set power limiting deactivated.
|
H A D | test_escale_base.robot | 99 Fail If DCMI Power Is Not Deactivated 144 # If deactivated: initial_deactivation = 1, 0 otherwise.
|
/openbmc/telemetry/src/ |
H A D | state.hpp | 16 deactivated enumerator 47 return StateEvent::deactivated; in set()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/ |
H A D | IdlePowerSaver.interface.yaml | 34 saver is deactivated.
|
/openbmc/u-boot/arch/arm/mach-stm32mp/ |
H A D | Kconfig | 59 # currently activated for debug / should be deactivated for real product
|
/openbmc/u-boot/arch/sandbox/include/asm/ |
H A D | spi.h | 29 /* The CS has been "deactivated" -- we won't worry about low/high */
|
/openbmc/u-boot/arch/arm/cpu/armv8/s32v234/ |
H A D | cpu.c | 78 /* Verify if M4 is deactivated */ in cpu_numcores()
|
/openbmc/entity-manager/schemas/ |
H A D | ibm.json | 110 …econds that the system is above the ExitUtilizationPercent before idle power save is deactivated.",
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | Triggers.v1_4_0.json | 443 …The duration the metric value must not violate the threshold before the threshold is deactivated.", 444 …hold is deactivated. A duration of zero seconds, or if the property is not present in the resourc… 455 …operty is not present in the resource, shall indicate the threshold is deactivated when the metric…
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | Triggers.v1_4_0.json | 443 …The duration the metric value must not violate the threshold before the threshold is deactivated.", 444 …hold is deactivated. A duration of zero seconds, or if the property is not present in the resourc… 455 …operty is not present in the resource, shall indicate the threshold is deactivated when the metric…
|
/openbmc/phosphor-net-ipmid/sol/ |
H A D | sol_context.hpp | 24 uint8_t SOLDeactivating:1; //!< 0 : SOL is active, 1 : SOL deactivated. 34 uint8_t SOLDeactivating:1; //!< 0 : SOL is active, 1 : SOL deactivated.
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | barebox.bbclass | 23 # additional host tools that can be activated/deactivated here.
|
/openbmc/u-boot/include/ |
H A D | tpm-v1.h | 231 u8 deactivated; member 423 * @param state boolean state of the deactivated flag
|
/openbmc/u-boot/doc/driver-model/ |
H A D | fdt-fixup.txt | 121 subsequently deactivated in the device tree if they are not present.
|
/openbmc/u-boot/lib/ |
H A D | tpm_api.c | 96 log_err("TPM: Can't set deactivated state\n"); in tpm_clear_and_reenable()
|
/openbmc/u-boot/drivers/spi/ |
H A D | mscc_bb_spi.c | 99 debug("Deactivated CS%d\n", priv->cs_num); in mscc_bb_spi_cs_deactivate()
|
/openbmc/u-boot/include/dm/ |
H A D | device-internal.h | 101 * children are deactivated first.
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | Triggers_v1.xml | 468 …operty is not present in the resource, shall indicate the threshold is deactivated when the metric… 472 …he duration the metric value must not violate the threshold before the threshold is deactivated."/> 473 …hold is deactivated. A duration of zero seconds, or if the property is not present in the resourc…
|
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ |
H A D | Triggers_v1.xml | 468 …operty is not present in the resource, shall indicate the threshold is deactivated when the metric… 472 …he duration the metric value must not violate the threshold before the threshold is deactivated."/> 473 …hold is deactivated. A duration of zero seconds, or if the property is not present in the resourc…
|
/openbmc/phosphor-net-ipmid/command/ |
H A D | payload_cmds.cpp | 187 * returning IPMI status code for Payload already deactivated in deactivatePayload()
|
/openbmc/u-boot/doc/ |
H A D | README.at91 | 169 if deactivated, cannot be used anymore.
|
/openbmc/u-boot/drivers/tpm/ |
H A D | tpm_tis_sandbox.c | 300 case 0x72: /* physical set deactivated */ in sandbox_tpm_xfer()
|