Home
last modified time | relevance | path

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

123456

/linux/Documentation/admin-guide/pm/
A 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
51 transition is about to occur and when the resume transition has finished.
66 transition.
93 deferred till the subsequent system resume transition as described
123 The following steps are taken in order to transition the system from the
135 the system resume transition begins.
153 transition are "thawed", which means that they are woken up from the
208 suspend transition).
230 to finalize the suspend transition as needed.
[all …]
/linux/Documentation/livepatch/
A 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
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
328 in /sys/kernel/livepatch/<name>/transition. For more information about
[all …]
A 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.
A 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
A 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/Documentation/ABI/testing/
A Dsysfs-kernel-livepatch28 What: /sys/kernel/livepatch/<patch>/transition
34 transition.
42 course of an existing transition. Writing 1 clears
A 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/Documentation/sound/soc/
A Ddai.rst39 transition.
42 MSB is transmitted on transition of LRC.
45 MSB is transmitted sample size BCLKs before LRC transition.
/linux/Documentation/driver-api/soundwire/
A 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/kernel/livepatch/
A DMakefile4 livepatch-objs := core.o patch.o shadow.o state.o transition.o
A Dtransition.c103 func->transition = false; in klp_complete_transition()
569 func->transition = true; in klp_init_transition()
/linux/Documentation/admin-guide/hw-vuln/
A 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/net/hsr/
A 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/Documentation/cpu-freq/
A Dcore.rst46 transition notifiers.
63 2.2 CPUFreq transition notifiers
/linux/Documentation/devicetree/bindings/cpufreq/
A Dcpufreq-spear.txt13 - clock-latency: Specify the possible maximum transition latency for clock, in
A Dnvidia,tegra124-cpufreq.txt17 - clock-latency: Specify the possible maximum transition latency for clock,
A Dcpufreq-dt.txt17 - clock-latency: Specify the possible maximum transition latency for clock,
/linux/Documentation/arm/
A Dcluster-pm-race-avoidance.rst136 A trigger event (spontaneous) means that the CPU can transition to the
268 further transition possible on the outbound side (i.e., the
288 model. The final transition to CLUSTER_UP/INBOUND_NOT_COMING_UP
298 where the <transitioner> is the side on which the transition
489 __mcpm_cpu_going_down() signals the transition of a CPU to the
492 __mcpm_cpu_down() signals the transition of a CPU to the CPU_DOWN
521 additional topological levels, and modifying the transition
/linux/Documentation/input/devices/
A 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
/linux/drivers/platform/x86/intel/pmc/
A DKconfig15 tasks in the PMC in order to enable transition into the SLPS0 state.
/linux/Documentation/devicetree/bindings/clock/
A Dkeystone-gate.txt15 - domain-id : psc domain id needed to check the transition state register
/linux/Documentation/devicetree/bindings/watchdog/
A Dgpio-wdt.txt8 - toggle: Either a high-to-low or a low-to-high transition clears
/linux/Documentation/driver-api/media/
A Dtx-rx.rst99 proceeds its own part of high speed mode transition.
118 In the context of CSI-2, the ``.pre_streamon()`` callback is used to transition
/linux/drivers/net/wireless/broadcom/b43legacy/
A Dphy.c1371 struct b43legacy_lopair transition; in b43legacy_phy_lo_g_state() local
1409 transition.high = tmp_pair.high + in b43legacy_phy_lo_g_state()
1411 transition.low = tmp_pair.low + transitions[j - 1].low; in b43legacy_phy_lo_g_state()
1412 if ((abs(transition.low) < 9) in b43legacy_phy_lo_g_state()
1413 && (abs(transition.high) < 9)) { in b43legacy_phy_lo_g_state()
1414 b43legacy_lo_write(dev, &transition); in b43legacy_phy_lo_g_state()
1423 transition.high; in b43legacy_phy_lo_g_state()
1424 lowest_transition.low = transition.low; in b43legacy_phy_lo_g_state()
/linux/Documentation/hwmon/
A Dadt7475.rst148 This allows smoothing of the fan speed transition. To set the transition time

Completed in 52 milliseconds

123456