Home
last modified time | relevance | path

Searched refs:current_power_mode (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_powersubsystem_settings.robot39 ${current_power_mode}= Redfish.Get Attribute ${SYSTEM_BASE_URI} PowerMode
40 Rprint Vars current_power_mode
42 Valid Value current_power_mode valid_values=${VALID_POWER_MODES}
140 ${current_power_mode}= Redfish.Get Attribute ${SYSTEM_BASE_URI} PowerMode
141 Should Be Equal As Strings ${power_mode} ${current_power_mode}
143 Rprint Vars current_power_mode
/openbmc/qemu/include/block/
H A Dufs.h445 uint8_t current_power_mode; member
/openbmc/qemu/hw/ufs/
H A Dufs.c1142 return u->attributes.current_power_mode; in ufs_read_attr_value()