Home
last modified time | relevance | path

Searched full:deactivated (Results 1 – 25 of 55) sorted by relevance

123

/openbmc/u-boot/cmd/
H A Dtpm_test.c46 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 Denergy_scale_utils.robot97 ${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 Dipmi_utils.py230 Power reading state is: deactivated
241 [power_reading_state_is]: deactivated
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_power_capping.robot95 ... 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 Dtest_escale_base.robot99 Fail If DCMI Power Is Not Deactivated
144 # If deactivated: initial_deactivation = 1, 0 otherwise.
/openbmc/telemetry/src/
H A Dstate.hpp16 deactivated enumerator
47 return StateEvent::deactivated; in set()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/
H A DIdlePowerSaver.interface.yaml34 saver is deactivated.
/openbmc/u-boot/arch/arm/mach-stm32mp/
H A DKconfig59 # currently activated for debug / should be deactivated for real product
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dspi.h29 /* The CS has been "deactivated" -- we won't worry about low/high */
/openbmc/u-boot/arch/arm/cpu/armv8/s32v234/
H A Dcpu.c78 /* Verify if M4 is deactivated */ in cpu_numcores()
/openbmc/entity-manager/schemas/
H A Dibm.json110 …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 DTriggers.v1_4_0.json443 …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 DTriggers.v1_4_0.json443 …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 Dsol_context.hpp24 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 Dbarebox.bbclass23 # additional host tools that can be activated/deactivated here.
/openbmc/u-boot/include/
H A Dtpm-v1.h231 u8 deactivated; member
423 * @param state boolean state of the deactivated flag
/openbmc/u-boot/doc/driver-model/
H A Dfdt-fixup.txt121 subsequently deactivated in the device tree if they are not present.
/openbmc/u-boot/lib/
H A Dtpm_api.c96 log_err("TPM: Can't set deactivated state\n"); in tpm_clear_and_reenable()
/openbmc/u-boot/drivers/spi/
H A Dmscc_bb_spi.c99 debug("Deactivated CS%d\n", priv->cs_num); in mscc_bb_spi_cs_deactivate()
/openbmc/u-boot/include/dm/
H A Ddevice-internal.h101 * children are deactivated first.
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DTriggers_v1.xml468 …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 DTriggers_v1.xml468 …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 Dpayload_cmds.cpp187 * returning IPMI status code for Payload already deactivated in deactivatePayload()
/openbmc/u-boot/doc/
H A DREADME.at91169 if deactivated, cannot be used anymore.
/openbmc/u-boot/drivers/tpm/
H A Dtpm_tis_sandbox.c300 case 0x72: /* physical set deactivated */ in sandbox_tpm_xfer()

123