Home
last modified time | relevance | path

Searched refs:transition (Results 1 – 25 of 174) sorted by relevance

1234567

/linux-6.6.21/drivers/platform/x86/amd/pmf/
Dauto-mode.c27 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 …]
/linux-6.6.21/Documentation/admin-guide/pm/
Dsuspend-flows.rst12 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 …]
/linux-6.6.21/Documentation/livepatch/
Dlivepatch.rst85 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 …]
Dcumulative-patches.rst15 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.
Dsystem-state.rst98 - Restore the previous state when the transition is reverted.
119 the new code even before the transition gets finished.
150 - Distinguish transition reverse and livepatch disabling by
153 - In case of transition reverse, restore the previous system
166 It might be called also during the transition reverse. Therefore it
Dcallbacks.rst79 callback is provided, the transition is assumed to be safe.) If a
94 If a patch transition is reversed, no pre-unpatch handlers will be run
98 If the object did successfully patch, but the patch transition never
/linux-6.6.21/drivers/gpu/drm/ci/xfails/
Damdgpu-stoney-flakes.txt7 kms_atomic_transition@plane-all-modeset-transition-internal-panels
8 kms_atomic_transition@plane-all-transition
Dmsm-sc7180-flakes.txt7 kms_atomic_transition@modeset-transition-nonblocking-fencing,Fail
Damdgpu-stoney-fails.txt5 kms_atomic_transition@plane-toggle-modeset-transition,Fail
/linux-6.6.21/Documentation/ABI/testing/
Dsysfs-kernel-livepatch28 What: /sys/kernel/livepatch/<patch>/transition
34 transition.
42 course of an existing transition. Writing 1 clears
Dsysfs-bus-coresight-devices-etm3x177 Description: (RW) Defines the event that causes the sequencer to transition
184 Description: (RW) Defines the event that causes the sequencer to transition
191 Description: (RW) Defines the event that causes the sequencer to transition
198 Description: (RW) Defines the event that causes the sequencer to transition
205 Description: (RW) Defines the event that causes the sequencer to transition
212 Description: (RW) Defines the event that causes the sequencer to transition
/linux-6.6.21/Documentation/devicetree/bindings/opp/
Dti,omap-opp-supply.yaml14 the primary regulator during an OPP transition.
17 Body Bias regulator, which must transition in a specific sequence
18 w.r.t the vdd-supply and clk when making an OPP transition. By
/linux-6.6.21/Documentation/admin-guide/hw-vuln/
Dcross-thread-rsb.rst41 requests to transition out of the C0 state. This can be communicated with the
49 transition between 1T/2T mode, the RAP contents are not modified but the RAP
53 particular, a RET instruction executed immediately after a transition to 1T may
86 attempts to transition out of C0. A VMM can use the KVM_CAP_X86_DISABLE_EXITS
Dmds.rst164 transition mitigations are sufficient and SMT is not affected.
171 The protection for host to guest transition depends on the L1TF
178 guest transition.
191 The resulting MDS protection matrix for the host to guest transition:
209 This only covers the host to guest transition, i.e. prevents leakage from
/linux-6.6.21/Documentation/sound/soc/
Ddai.rst39 transition.
42 MSB is transmitted on transition of LRC.
45 MSB is transmitted sample size BCLKs before LRC transition.
/linux-6.6.21/Documentation/trace/rv/
Ddeterministic_automata.rst14 - *f* : *X* x *E* -> *X* $ is the transition function. It defines the state
15 transition in the occurrence of an event from *E* in the state *X*. In the
77 unsigned char function[state_max][event_max]; // f: transition function
100 The *transition function* is represented as a matrix of states (lines) and
/linux-6.6.21/kernel/livepatch/
DMakefile4 livepatch-objs := core.o patch.o shadow.o state.o transition.o
/linux-6.6.21/Documentation/driver-api/soundwire/
Dstream.rst237 Below shows the SoundWire stream states and state transition diagram. ::
255 supported at the ALSA/ASoC level. Likewise the transition between
259 NOTE2: The framework implements basic state transition checks, but
260 does not e.g. check if a transition from DISABLED to ENABLED is valid
371 follow the .prepare(), a direct transition from
432 When the INFO_PAUSE flag is supported, a direct transition to
436 stream can transition from ``SDW_STREAM_DISABLED`` to
470 Other implementations may transition to the ``SDW_STREAM_DEPREPARED``
471 state on TRIGGER_STOP, should they require a transition through the
/linux-6.6.21/Documentation/devicetree/bindings/cpufreq/
Dcpufreq-spear.txt13 - clock-latency: Specify the possible maximum transition latency for clock, in
Dnvidia,tegra124-cpufreq.txt17 - clock-latency: Specify the possible maximum transition latency for clock,
/linux-6.6.21/Documentation/cpu-freq/
Dcore.rst46 transition notifiers.
63 2.2 CPUFreq transition notifiers
/linux-6.6.21/net/hsr/
Dhsr_device.c31 static void __hsr_set_operstate(struct net_device *dev, int transition) in __hsr_set_operstate() argument
34 if (dev->operstate != transition) { in __hsr_set_operstate()
35 dev->operstate = transition; in __hsr_set_operstate()
/linux-6.6.21/drivers/platform/x86/intel/pmc/
DKconfig15 tasks in the PMC in order to enable transition into the SLPS0 state.
/linux-6.6.21/Documentation/devicetree/bindings/clock/
Dkeystone-gate.txt15 - domain-id : psc domain id needed to check the transition state register
/linux-6.6.21/Documentation/input/devices/
Drotary-encoder.rst61 meaning that there it has seen half the way of a one-step transition.
67 Parking position. If the encoder enters this state, a full transition

1234567