/openbmc/linux/drivers/platform/x86/amd/pmf/ |
H A D | auto-mode.c | 27 data->transition[AUTO_TRANSITION_TO_PERFORMANCE].time_constant); in amd_pmf_dump_auto_mode_defaults() 29 data->transition[AUTO_TRANSITION_FROM_PERFORMANCE_TO_BALANCE].time_constant); in amd_pmf_dump_auto_mode_defaults() 31 data->transition[AUTO_TRANSITION_FROM_QUIET_TO_BALANCE].time_constant); in amd_pmf_dump_auto_mode_defaults() 33 data->transition[AUTO_TRANSITION_TO_QUIET].time_constant); in amd_pmf_dump_auto_mode_defaults() 42 data->transition[AUTO_TRANSITION_TO_PERFORMANCE].power_delta); in amd_pmf_dump_auto_mode_defaults() 44 data->transition[AUTO_TRANSITION_FROM_PERFORMANCE_TO_BALANCE].power_delta); in amd_pmf_dump_auto_mode_defaults() 46 data->transition[AUTO_TRANSITION_FROM_QUIET_TO_BALANCE].power_delta); in amd_pmf_dump_auto_mode_defaults() 48 data->transition[AUTO_TRANSITION_TO_QUIET].power_delta); in amd_pmf_dump_auto_mode_defaults() 160 if ((config_store.transition[i].shifting_up && avg_power >= in amd_pmf_trans_automode() 161 config_store.transition[i].power_threshold) || in amd_pmf_trans_automode() [all …]
|
/openbmc/linux/Documentation/admin-guide/pm/ |
H A D | suspend-flows.rst | 12 At least one global system-wide transition needs to be carried out for the 15 transition to occur for this purpose, but the other sleep states, commonly 19 For those sleep states, the transition from the working state of the system into 21 of cases, whether this means a transition or a sleep state of the system should 22 be clear from the context) and the transition back from the sleep state into the 45 The following steps are taken in order to transition the system from the working 51 transition is about to occur and when the resume transition has finished. 61 of the transition is in progress (which might have been problematic for 66 transition. 93 deferred till the subsequent system resume transition as described [all …]
|
/openbmc/webui-vue/src/assets/styles/bmc/helpers/ |
H A D | _variables.scss | 4 $transition-base: all $duration--moderate-02 $standard-easing--productive; 5 $transition-fade: opacity $duration--moderate-01 $standard-easing--productive; 6 $transition-collapse: height $duration--slow-01 $standard-easing--expressive; 15 $focus-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
|
/openbmc/phosphor-state-manager/service_files/ |
H A D | meson.build | 20 'phosphor-set-host-transition-to-off@.service', 21 'phosphor-set-host-transition-to-running@.service', 25 'phosphor-set-chassis-transition-to-on@.service', 26 'phosphor-set-chassis-transition-to-off@.service',
|
H A D | phosphor-set-chassis-transition-to-off@.service | 2 Description=Set Chassis state to transition to off 12 SyslogIdentifier=phosphor-set-chassis-transition-to-off
|
H A D | phosphor-set-chassis-transition-to-on@.service | 2 Description=Set Chassis state to transition to on 13 SyslogIdentifier=phosphor-set-chassis-transition-to-on
|
/openbmc/webui-vue/tests/unit/__snapshots__/ |
H A D | AppNavigation.spec.js.snap | 93 <transition-stub 131 </transition-stub> 195 <transition-stub 233 </transition-stub> 279 <transition-stub 371 </transition-stub> 420 <transition-stub 476 </transition-stub> 525 <transition-stub 590 </transition-stub> [all …]
|
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/controllers/ |
H A D | fvp.py | 41 def transition(self, state, timeout=10*60): member in OEFVPTarget 50 self.transition(OEFVPTargetState.OFF, timeout) 58 self.transition(OEFVPTargetState.ON, timeout) 77 self.transition(OEFVPTargetState.OFF) 81 self.transition(OEFVPTargetState.LINUX)
|
/openbmc/phosphor-webui/app/common/styles/base/ |
H A D | mixins.scss | 50 transition: all $duration--fast-02 ease; 54 transition: all $duration--slow-02 ease; 57 @mixin page-transition { 58 transition: 110ms cubic-bezier(0.4, 0.14, 1, 1); 61 @mixin page-transition-visibility {
|
/openbmc/webui-vue/src/components/AppNavigation/ |
H A D | AppNavigation.vue | 47 <transition name="fade"> 54 </transition> 226 transition: transform $exit-easing--productive $duration--moderate-02; 236 transition-timing-function: $entrance-easing--productive; 240 transition-duration: $duration--fast-01; 256 transition: opacity $duration--moderate-02 $entrance-easing--productive; 260 transition: opacity $duration--fast-02 $exit-easing--productive;
|
/openbmc/phosphor-buttons/src/ |
H A D | button_handler.cpp | 290 std::variant<Host::Transition, Chassis::Transition> transition; in handlePowerEvent() local 327 transition = iter.second; in handlePowerEvent() 338 transition = Host::Transition::On; in handlePowerEvent() 342 transition = Host::Transition::Off; in handlePowerEvent() 352 transition = Chassis::Transition::Off; in handlePowerEvent() 364 transition = Chassis::Transition::PowerCycle; in handlePowerEvent() 393 transition = Host::Transition::ForceWarmReboot; in handlePowerEvent() 395 transition = Host::Transition::Reboot; in handlePowerEvent() 410 method.append(dbusIfaceName, transitionName, transition); in handlePowerEvent()
|
/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/ |
H A D | power-sequencing.bb | 4 SYSTEMD_SERVICE:${PN} = "monitor-ipmi-power-transition.service power-sequencing.service gpiosdown.s… 5 SRC_URI:append = " file://monitor-ipmi-power-transition.service file://ipmi-power-button-monitoring… 25 …-m 0644 ${UNPACKDIR}/monitor-ipmi-power-transition.service ${D}${sysconfdir}/system/monitor-ipmi-p…
|
/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/ |
H A D | power-sequencing.bb | 4 SYSTEMD_SERVICE:${PN} = "monitor-ipmi-power-transition.service power-sequencing.service gpiosdown.s… 5 SRC_URI:append = " file://monitor-ipmi-power-transition.service file://ipmi-power-button-monitoring… 25 …-m 0644 ${UNPACKDIR}/monitor-ipmi-power-transition.service ${D}${sysconfdir}/system/monitor-ipmi-p…
|
/openbmc/phosphor-webui/app/common/styles/layout/ |
H A D | content.scss | 20 // Required to create an elegant page transition 21 @include page-transition; 24 @include page-transition-visibility;
|
/openbmc/webui-vue/tests/unit/Global/__snapshots__/ |
H A D | LoadingBar.spec.js.snap | 4 <transition-stub 8 </transition-stub>
|
H A D | TableToolbar.spec.js.snap | 4 <transition-stub 36 </transition-stub>
|
/openbmc/linux/Documentation/livepatch/ |
H A D | livepatch.rst | 85 transition state where tasks are converging to the patched state. 86 Usually this transition state can complete in a few seconds. The same 132 The /sys/kernel/livepatch/<patch>/transition file shows whether a patch 133 is in transition. Only a single patch can be in transition at a given 134 time. A patch can remain in transition indefinitely, if any of the tasks 137 A transition can be reversed and effectively canceled by writing the 139 the transition is in progress. Then all the tasks will attempt to 144 If a patch is in transition, this file shows 0 to indicate the task is 146 transition, it shows -1. Any tasks which are blocking the transition 154 Administrator can also affect a transition through [all …]
|
H A D | cumulative-patches.rst | 15 from all older livepatches and completely replace them in one transition. 30 Once the transition is finished, all older patches are automatically 41 the transition to has finished. It helps to clearly see what code is 74 only when the transition was not forced. 89 for a smooth transition.
|
/openbmc/webui-vue/src/components/Global/ |
H A D | TableToolbar.vue | 2 <transition name="slide"> 30 </transition> 127 transition: transform $duration--moderate-02 $entrance-easing--productive; 130 transition: transform $duration--moderate-02 $exit-easing--productive;
|
H A D | LoadingBar.vue | 2 <transition name="fade"> 11 </transition> 86 transition: opacity $duration--moderate-01 $standard-easing--productive;
|
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/runtime/cases/ |
H A D | fvp_boot.py | 14 self.target.transition("off") 16 self.target.transition("linux", timeout)
|
/openbmc/phosphor-webui/app/login/styles/ |
H A D | index.scss | 33 // Required to create an elegant page transition 34 @include page-transition; 37 @include page-transition-visibility;
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/state/ |
H A D | phosphor-state-manager_git.bb | 23 ${PN}-scheduled-host-transition \ 57 # Check firmware updating before do BMC/Chassis/Host transition 58 …G[check-fwupdate-before-do-transition] = "-Dcheck-fwupdate-before-do-transition=enabled,-Dcheck-fw… 100 SYSTEMD_SERVICE:${PN}-host += "phosphor-set-host-transition-to-running@.service" 101 SYSTEMD_SERVICE:${PN}-host += "phosphor-set-host-transition-to-off@.service" 111 SYSTEMD_SERVICE:${PN}-chassis += "phosphor-set-chassis-transition-to-on@.service" 112 SYSTEMD_SERVICE:${PN}-chassis += "phosphor-set-chassis-transition-to-off@.service" 145 FILES:${PN}-scheduled-host-transition = "${bindir}/phosphor-scheduled-host-transition" 146 DBUS_SERVICE:${PN}-scheduled-host-transition += "xyz.openbmc_project.State.ScheduledHostTransition@…
|
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/ |
H A D | host-poweron@.service | 11 Wants=phosphor-set-host-transition-to-running@service 12 Before=phosphor-set-host-transition-to-running@service
|
/openbmc/phosphor-webui/app/common/styles/elements/ |
H A D | accordion.scss | 28 transition: all .2s ease; 56 transition: transform $duration--fast-01;
|