Home
last modified time | relevance | path

Searched full:standby (Results 1 – 25 of 878) sorted by relevance

12345678910>>...36

/kernel/linux/linux-5.10/tools/power/pm-graph/config/
Dstandby-dev.cfg2 # Dev S1 (Standby) test - includes src calls / kernel threads
9 # sudo ./sleepgraph.py -config config/standby-dev.cfg
21 # e.g. standby, mem, freeze, disk (default: mem)
22 mode: standby
26 output-dir: standby-{hostname}-{date}-{time}-dev
42 # Command to execute in lieu of standby (default: "")
43 # command: echo standby > /sys/power/state
Dstandby.cfg2 # Generic S1 (Standby) test
9 # sudo ./sleepgraph.py -config config/standby.cfg
21 # e.g. standby, mem, freeze, disk (default: mem)
22 mode: standby
26 output-dir: standby-{hostname}-{date}-{time}
42 # Command to execute in lieu of standby (default: "")
43 # command: echo standby > /sys/power/state
Dstandby-callgraph.cfg2 # Full Callgraph for S1 (Standby) test
9 # sudo ./sleepgraph.py -config config/standby-callgraph.cfg
22 # e.g. standby, mem, freeze, disk (default: mem)
23 mode: standby
27 output-dir: standby-{hostname}-{date}-{time}-cg
43 # Command to execute in lieu of standby (default: "")
44 # command: echo standby > /sys/power/state
/kernel/linux/linux-4.19/tools/power/pm-graph/config/
Dstandby-dev.cfg2 # Dev S1 (Standby) test - includes src calls / kernel threads
9 # sudo ./sleepgraph.py -config config/standby-dev.cfg
21 # e.g. standby, mem, freeze, disk (default: mem)
22 mode: standby
26 output-dir: standby-{hostname}-{date}-{time}-dev
42 # Command to execute in lieu of standby (default: "")
43 # command: echo standby > /sys/power/state
Dstandby-callgraph.cfg2 # Full Callgraph for S1 (Standby) test
9 # sudo ./sleepgraph.py -config config/standby-callgraph.cfg
22 # e.g. standby, mem, freeze, disk (default: mem)
23 mode: standby
27 output-dir: standby-{hostname}-{date}-{time}-cg
43 # Command to execute in lieu of standby (default: "")
44 # command: echo standby > /sys/power/state
Dstandby.cfg2 # Generic S1 (Standby) test
9 # sudo ./sleepgraph.py -config config/standby.cfg
21 # e.g. standby, mem, freeze, disk (default: mem)
22 mode: standby
26 output-dir: standby-{hostname}-{date}-{time}
42 # Command to execute in lieu of standby (default: "")
43 # command: echo standby > /sys/power/state
/kernel/linux/linux-4.19/Documentation/admin-guide/pm/
Dsleep-states.rst38 This state can be used on platforms without support for :ref:`standby <standby>`
45 Standby section in Sleep States That Can Be Supported
77 contents. All of the steps carried out when entering :ref:`standby <standby>`
94 relative to :ref:`suspend-to-idle <s2idle>` and :ref:`standby <standby>` and it
161 In particular, the strings "disk", "freeze" and "standby" represent the
163 :ref:`standby <standby>` sleep states, respectively. The string "mem"
178 :ref:`standby <standby>` and :ref:`suspend-to-RAM <s2ram>`,
234 into the :ref:`standby <standby>` state (the strings to write to the control
235 files in that case are "standby" or "shallow" and "mem", respectively) if that
/kernel/linux/linux-5.10/Documentation/admin-guide/pm/
Dsleep-states.rst42 This state can be used on platforms without support for :ref:`standby <standby>`
49 Standby section in Sleep States That Can Be Supported
81 contents. All of the steps carried out when entering :ref:`standby <standby>`
98 relative to :ref:`suspend-to-idle <s2idle>` and :ref:`standby <standby>` and it
168 In particular, the "disk", "freeze" and "standby" strings represent the
170 :ref:`standby <standby>` sleep states, respectively. The "mem" string
185 :ref:`standby <standby>` and :ref:`suspend-to-RAM <s2ram>`,
279 into the :ref:`standby <standby>` state (the strings to write to the control
280 files in that case are "standby" or "shallow" and "mem", respectively) if that
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/powerpc/4xx/
Dcpm.txt24 - standby : specifier consist of one cell. For each
26 in CPM will be set on standby and
31 restored on resume. Note, for standby
34 standby only class 2 and 3 units are set.
50 standby = <0xfeff0000>;
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/powerpc/4xx/
Dcpm.txt24 - standby : specifier consist of one cell. For each
26 in CPM will be set on standby and
31 restored on resume. Note, for standby
34 standby only class 2 and 3 units are set.
50 standby = <0xfeff0000>;
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/arm/msm/
Dqcom,idle-state.txt8 * Standby
13 Standby: Standby does a little more in addition to architectural clock gating.
18 hierarchy to enter standby states, when all cpus are idle. An interrupt brings
20 cache hierarchy is also out of standby, and then the cpu is allowed to resume
31 state. Retention may have a slightly higher latency than Standby.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/
Dmcp16502-regulator.txt44 regulator-state-standby {
63 regulator-state-standby {
82 regulator-state-standby {
101 regulator-state-standby {
118 regulator-state-standby {
133 regulator-state-standby {
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/msm/
Dqcom,idle-state.txt8 * Standby
13 Standby: Standby does a little more in addition to architectural clock gating.
18 hierarchy to enter standby states, when all cpus are idle. An interrupt brings
20 cache hierarchy is also out of standby, and then the cpu is allowed to resume
31 state. Retention may have a slightly higher latency than Standby.
/kernel/linux/linux-5.10/arch/arm/mach-at91/
Dpm.c54 { AT91_PM_STANDBY, "standby" },
316 * STANDBY mode has *all* drivers suspended; ignores irqs not marked as 'wakeup'
320 * AT91_PM_ULP0 is like STANDBY plus slow clock mode, so drivers must
525 void *standby = NULL; in at91_dt_ramc() local
538 if (!standby) in at91_dt_ramc()
539 standby = ramc->idle; in at91_dt_ramc()
551 if (!standby) { in at91_dt_ramc()
552 pr_warn("ramc no standby function available\n"); in at91_dt_ramc()
556 at91_cpuidle_device.dev.platform_data = standby; in at91_dt_ramc()
805 u8 i, standby = 0, suspend = 0; in at91_pm_modes_validate() local
[all …]
/kernel/linux/linux-5.10/Documentation/networking/
Dnet_failover.rst12 standby slave netdevs that get registered via the generic failover
16 original paravirtual interface is registered as 'standby' slave netdev and
18 netdev. Both 'standby' and 'failover' netdevs are associated with the same
28 virtio-net accelerated datapath: STANDBY mode
74 'standby' and 'primary' netdevs respectively.
76 Live Migration of a VM with SR-IOV VF & virtio-net in STANDBY mode
/kernel/linux/linux-4.19/Documentation/networking/
Dnet_failover.rst12 standby slave netdevs that get registered via the generic failover
16 original paravirtual interface is registered as 'standby' slave netdev and
18 netdev. Both 'standby' and 'failover' netdevs are associated with the same
28 virtio-net accelerated datapath: STANDBY mode
74 'standby' and 'primary' netdevs respectively.
76 Live Migration of a VM with SR-IOV VF & virtio-net in STANDBY mode
/kernel/linux/linux-4.19/drivers/s390/char/
Dsclp_cmd.c172 int standby; member
296 incr->standby = online ? 0 : 1; in sclp_mem_change_state()
312 if (incr->standby) in contains_standby_increment()
336 * standby memory. This is done to simplify the "memory online" in sclp_mem_notifier()
377 pr_info("Standby memory at 0x%llx (%lluM of %lluM usable)\n", in align_to_block_size()
420 if (incr->standby) in sclp_add_standby_memory()
425 static void __init insert_increment(u16 rn, int standby, int assigned) in insert_increment() argument
435 new_incr->standby = standby; in insert_increment()
467 u16 standby; member
489 if (OLDMEM_BASE) /* No standby memory in kdump mode */ in sclp_detect_standby_memory()
[all …]
/kernel/liteos_m/targets/riscv_nuclei_gd32vf103_soc_gcc/SoC/gd32vf103/Common/Include/
Dgd32vf103_pmu.h52 #define PMU_CTL_STBMOD BIT(1) /*!< standby mode */
54 #define PMU_CTL_STBRST BIT(3) /*!< standby flag reset */
61 #define PMU_CS_STBF BIT(1) /*!< standby flag */
79 #define PMU_FLAG_STANDBY PMU_CS_STBF /*!< standby flag status */
88 #define PMU_FLAG_RESET_STANDBY ((uint8_t)0x01U) /*!< standby flag reset */
108 /* PMU work at standby mode */
/kernel/linux/linux-5.10/drivers/s390/char/
Dsclp_cmd.c172 int standby; member
296 incr->standby = online ? 0 : 1; in sclp_mem_change_state()
312 if (incr->standby) in contains_standby_increment()
336 * standby memory. This is done to simplify the "memory online" in sclp_mem_notifier()
377 pr_info("Standby memory at 0x%llx (%lluM of %lluM usable)\n", in align_to_block_size()
420 if (incr->standby) in sclp_add_standby_memory()
425 static void __init insert_increment(u16 rn, int standby, int assigned) in insert_increment() argument
435 new_incr->standby = standby; in insert_increment()
480 if (OLDMEM_BASE) /* No standby memory in kdump mode */ in sclp_detect_standby_memory()
622 u8 standby[SCLP_CHP_INFO_MASK_SIZE]; member
[all …]
/kernel/linux/linux-4.19/Documentation/blockdev/
DREADME.DAC960339 drives are offline or critical or any non-standby physical drives are dead.
378 an active part of a drive group, never on a standby drive. The command
382 make-standby <channel>:<target-id>
384 The "make-standby" command changes physical drive <channel>:<target-id>
385 from status DEAD to status STANDBY. It should only be used in cases where
387 standby drive. It cannot be used to add a standby drive to the controller
411 EXAMPLE I - DRIVE FAILURE WITHOUT A STANDBY DRIVE
417 group without a standby drive, and the drive group has been configured into two
488 Since there are no standby drives configured, the system can continue to access
583 EXAMPLE II - DRIVE FAILURE WITH A STANDBY DRIVE
[all …]
/kernel/linux/linux-4.19/drivers/media/i2c/
Dad5820.c61 bool standby; member
103 if (coil->standby) in ad5820_update_hw()
112 static int ad5820_power_off(struct ad5820_device *coil, bool standby) in ad5820_power_off() argument
117 * Go to standby first as real power off my be denied by the hardware in ad5820_power_off()
120 if (standby) { in ad5820_power_off()
121 coil->standby = true; in ad5820_power_off()
141 coil->standby = false; in ad5820_power_on()
149 coil->standby = true; in ad5820_power_on()
/kernel/linux/linux-4.19/arch/arm/mach-at91/
Dpm.c43 { AT91_PM_STANDBY, "standby" },
270 * STANDBY mode has *all* drivers suspended; ignores irqs not marked as 'wakeup'
274 * AT91_PM_ULP0 is like STANDBY plus slow clock mode, so drivers must
479 void *standby = NULL; in at91_dt_ramc() local
488 if (!standby) in at91_dt_ramc()
489 standby = ramc->idle; in at91_dt_ramc()
498 if (!standby) { in at91_dt_ramc()
499 pr_warn("ramc no standby function available\n"); in at91_dt_ramc()
503 at91_cpuidle_device.dev.platform_data = standby; in at91_dt_ramc()
738 pr_info("AT91: PM: standby: %s, suspend: %s\n", in at91_pm_init()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/i2c/
Dmt9m001.txt15 - standby-gpios: GPIO handle which is connected to the standby pin of the chip.
30 standby-gpios = <&gpio0 1 GPIO_ACTIVE_HIGH>;
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/gpio/
Dgpio-xgene-sb.txt1 APM X-Gene Standby GPIO controller bindings
3 This is a gpio controller in the standby domain. It also supports interrupt in
7 | X-Gene standby |
20 - compatible: "apm,xgene-gpio-sb" for the X-Gene Standby GPIO controller
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/gpio/
Dgpio-xgene-sb.txt1 APM X-Gene Standby GPIO controller bindings
3 This is a gpio controller in the standby domain. It also supports interrupt in
7 | X-Gene standby |
20 - compatible: "apm,xgene-gpio-sb" for the X-Gene Standby GPIO controller

12345678910>>...36