| /linux/arch/arm/boot/dts/st/ |
| H A D | ste-nomadik-pinctrl.dtsi | 54 ste,sleep = <SLPM_ENABLED>; 55 ste,sleep-wakeup = <SLPM_WAKEUP_DISABLE>; 56 ste,sleep-pull-disable = <SLPM_PDIS_DISABLED>; 60 ste,sleep = <SLPM_ENABLED>; 61 ste,sleep-wakeup = <SLPM_WAKEUP_ENABLE>; 62 ste,sleep-pull-disable = <SLPM_PDIS_DISABLED>; 66 ste,sleep = <SLPM_ENABLED>; 67 ste,sleep-wakeup = <SLPM_WAKEUP_ENABLE>; 68 ste,sleep-pull-disable = <SLPM_PDIS_ENABLED>; 72 ste,sleep = <SLPM_ENABLED>; [all …]
|
| H A D | ste-href.dtsi | 49 pinctrl-names = "default", "sleep"; 57 pinctrl-names = "default", "sleep"; 63 pinctrl-names = "default", "sleep"; 70 pinctrl-names = "default","sleep"; 77 pinctrl-names = "default","sleep"; 84 pinctrl-names = "default","sleep"; 148 pinctrl-names = "default","sleep"; 170 pinctrl-names = "default", "sleep"; 183 pinctrl-names = "default", "sleep"; 200 pinctrl-names = "default", "sleep"; [all …]
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | ste,nomadik.txt | 48 - ste,sleep: <0/1> 49 0: sleep mode disable, 50 1: sleep mode enable. 52 - ste,sleep-input: <0/1/2/3> 53 0: sleep input with no pull, 54 1: sleep input with pull up, 55 2: sleep input with pull down. 56 3: sleep input and keep last input configuration (no pull, pull up or pull down). 58 - ste,sleep-output: <0/1/2> 59 0: sleep output low, [all …]
|
| H A D | sprd,sc9860-pinctrl.yaml | 39 to configure the pin sleep mode, function select and sleep related 42 Now we have 4 systems for sleep mode on SC9860 SoC: AP system, 43 PUBCP system, TGLDSP system and AGDSP system. And the pin sleep 52 In some situation we need set the pin sleep mode and pin sleep related 53 configuration, to set the pin sleep related configuration automatically 54 by hardware when the system specified by sleep mode goes into deep 55 sleep mode. For example, if we set the pin sleep mode as PUBCP_SLEEP 56 and set the pin sleep related configuration as "input-enable", which 57 means when PUBCP system goes into deep sleep mode, this pin will be set 60 Moreover we can not use the "sleep" state, since some systems (like: [all …]
|
| /linux/drivers/net/wwan/iosm/ |
| H A D | iosm_ipc_pm.h | 9 /* Trigger the doorbell interrupt on cp to change the PM sleep/active status */ 18 * union ipc_pm_cond - Conditions for D3 and the sleep message to CP. 21 * @hs: Host Sleep 35 * enum ipc_mem_host_pm_state - Possible states of the HOST SLEEP finite state 41 * before going into sleep 43 * before going to sleep 47 * sleep 59 * enum ipc_mem_dev_pm_state - Possible states of the DEVICE SLEEP finite state 67 * sleep. 89 * @host_sleep_pend: Variable to indicate Host Sleep Pending [all …]
|
| /linux/arch/arm/mach-pxa/ |
| H A D | sleep.S | 2 * Low-level PXA250/210 sleep/wakeUp support 28 * pxa3xx_finish_suspend() - forces CPU into sleep state (S2D3C4) 32 mcr p14, 0, r0, c7, c0, 0 @ enter sleep 34 20: b 20b @ waiting for sleep 41 * Forces CPU into sleep state. 43 * r0 = value for PWRMODE M field for desired sleep state 46 @ Put the processor to sleep 49 @ prepare value for sleep mode 50 mov r1, r0 @ sleep mode 68 @ (see Errata 50, ...processor does not exit from sleep...) [all …]
|
| H A D | pxa2xx-regs.h | 21 #define PSSR __REG(0x40F00004) /* Power Manager Sleep Status Register */ 28 #define PGSR0 __REG(0x40F00020) /* Power Manager GPIO Sleep State Register for GP[31-0] */ 29 #define PGSR1 __REG(0x40F00024) /* Power Manager GPIO Sleep State Register for GP[63-32] */ 30 #define PGSR2 __REG(0x40F00028) /* Power Manager GPIO Sleep State Register for GP[84-64] */ 31 #define PGSR3 __REG(0x40F0002C) /* Power Manager GPIO Sleep State Register for GP[118-96] */ 34 #define PSLR __REG(0x40F00034) /* Power Manager Sleep Config Register */ 90 #define PSSR_SSS (1 << 0) /* Software Sleep Status */ 92 #define PSLR_SL_ROD (1 << 20) /* Sleep-Mode/Depp-Sleep Mode nRESET_OUT Disable */ 97 #define PCFR_L1_EN (1 << 11) /* Sleep Mode L1 converter Enable */ 99 #define PCFR_DC_EN (1 << 7) /* Sleep/deep-sleep DC-DC Converter Enable */ [all …]
|
| /linux/include/linux/ |
| H A D | delay.h | 9 * Sleep routines using timer list timers or hrtimers. 67 * usleep_range - Sleep for an approximate time 68 * @min: Minimum time in microseconds to sleep 69 * @max: Maximum time in microseconds to sleep 73 * The task will be in the state TASK_UNINTERRUPTIBLE during the sleep. 81 * usleep_range_idle - Sleep for an approximate time with idle time accounting 82 * @min: Minimum time in microseconds to sleep 83 * @max: Maximum time in microseconds to sleep 87 * The sleeping task has the state TASK_IDLE during the sleep to prevent 97 * @seconds: Requested sleep duration in seconds [all …]
|
| H A D | wait.h | 334 * wait_event - sleep until a condition gets true 338 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the 373 * wait_event_freezable - sleep (or freeze) until a condition gets true 377 * The process is put to sleep (TASK_INTERRUPTIBLE -- so as not to contribute 399 * wait_event_timeout - sleep until a condition gets true or a timeout elapses 404 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the 462 * wait_event_cmd - sleep until a condition gets true 465 * @cmd1: the command will be executed before sleep 466 * @cmd2: the command will be executed after sleep 468 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the [all …]
|
| /linux/kernel/time/ |
| H A D | sleep_timeout.c | 31 * schedule_timeout - sleep until timeout 34 * Make the current task sleep until @timeout jiffies have elapsed. 38 * %TASK_RUNNING - the scheduler is called, but the task does not sleep 118 * schedule_timeout_interruptible - sleep until timeout (interruptible) 133 * schedule_timeout_killable - sleep until timeout (killable) 148 * schedule_timeout_uninterruptible - sleep until timeout (uninterruptible) 163 * schedule_timeout_idle - sleep until timeout (idle) 180 * schedule_hrtimeout_range_clock - sleep until timeout 228 * schedule_hrtimeout_range - sleep until timeout 233 * Make the current task sleep until the given expiry time has [all …]
|
| /linux/Documentation/devicetree/bindings/powerpc/fsl/ |
| H A D | pmc.yaml | 16 Sleep of peripheral devices is configured by the `sleep` property, for 17 example `sleep = <&pmc 0x00000030>`. Any cells after the &pmc phandle are 18 called a sleep specifier. 20 For "fsl,mpc8349-pmc", sleep specifiers consist of one cell. For each bit that 22 on suspend, and restored on resume. This sleep controller supports disabling 25 For "fsl,mpc8536-pmc", sleep specifiers consist of three cells, the third of 28 sleep controller only supports disabling devices during system sleep, or 31 For "fsl,mpc8548-pmc" or "fsl,mpc8641d-pmc", Sleep specifiers consist of one 35 disabling. This sleep controller does not support configuring devices to 36 disable during system sleep (unless supported by another compatible match), [all …]
|
| /linux/tools/power/cpupower/man/ |
| H A D | cpupower-idle-set.1 | 11 sleep state, specific options offered by the kernel. One example is disabling 12 sleep states. This can be handy for power vs performance tuning. 17 Disable a specific processor sleep state. 20 Enable a specific processor sleep state. 32 Cpuidle Governors Policy on Disabling Sleep States 36 how to choose sleep states, subsequent sleep states on this core, might get 50 Disabling the Lightest Sleep State may not have any Affect 53 If criteria are not met to enter deeper sleep states and the lightest sleep 54 state is chosen when idle, the kernel may still enter this sleep state, 56 the usage count of the disabled sleep state when using the cpupower idle-info [all …]
|
| H A D | cpupower-monitor.1 | 22 \fBcpupower-monitor \fP implements independent processor sleep state and 72 This is to wake up the processors from deeper sleep states and let the 102 any sleep state) times. These counters do not have the inaccuracy restrictions 109 Intel Core and Package sleep state counters. 112 Deepest package sleep states may in reality show up as machine/platform wide 113 sleep states and can only be entered if all cores are idle. Look up Intel 115 The monitors are named after the CPU family where the sleep state capabilities 117 For example an IvyBridge processor has sleep state capabilities which got 119 Thus on an IvyBridge processor one will get Nehalem and SandyBridge sleep 121 HaswellExtended extra package sleep state capabilities are available only in a [all …]
|
| /linux/tools/power/cpupower/bench/ |
| H A D | README-BENCH | 34 You can specify load (100% CPU load) and sleep (0% CPU load) times in us which 37 sleep=25000 41 This part of the configuration file will create 25ms load/sleep turns, 48 Will increase load and sleep time by 25ms 5 times. 50 25ms load/sleep time repeated 20 times (cycles). 51 50ms load/sleep time repeated 20 times (cycles). 53 100ms load/sleep time repeated 20 times (cycles). 69 100% CPU load (load) | 0 % CPU load (sleep) | round 79 In round 2, if the ondemand sampling times exactly match the load/sleep 83 But if ondemand always kicks in in the middle of the load sleep cycles, it [all …]
|
| /linux/Documentation/devicetree/bindings/powerpc/ |
| H A D | sleep.yaml | 4 $id: http://devicetree.org/schemas/powerpc/sleep.yaml# 7 title: PowerPC sleep property 17 may contain a "sleep" property which describes these connections. 19 The sleep property consists of one or more sleep resources, each of 20 which consists of a phandle to a sleep controller, followed by a 21 controller-specific sleep specifier of zero or more cells. 24 by the sleep controller. Some examples of the types of low power modes 35 such nodes should be placed on a virtual bus, where the bus has the sleep 37 reasonably grouped in this manner, then create a virtual sleep controller 39 sleep-map should wait until its necessity is demonstrated). [all …]
|
| /linux/Documentation/locking/ |
| H A D | hwspinlock.rst | 50 Should be called from a process context (might sleep). 65 Should be called from a process context (might sleep). 75 Should be called from a process context (might sleep). 86 Should be called from a process context (might sleep). 96 the caller must not sleep, and is advised to release the hwspinlock as 102 The function will never sleep. 112 interrupts are disabled, so the caller must not sleep, and is advised to 117 The function will never sleep. 129 given flags placeholder. The caller must not sleep, and is advised to 135 The function will never sleep. [all …]
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | userspace_pm.sh | 181 sleep 0.5 223 sleep 1 342 sleep 0.5 351 sleep 0.5 361 sleep 0.5 372 sleep 0.5 381 sleep 0.5 391 sleep 0.5 452 sleep 0.5 461 sleep 0.5 [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-devices-power | 15 from sleep states, such as the memory sleep state (suspend to 20 used to activate the system from a sleep state. Such devices 33 be enabled to wake up the system from sleep states. 87 the system from sleep states, this attribute is not present. 88 If the device is not enabled to wake up the system from sleep 99 system from sleep states, this attribute is not present. If 100 the device is not enabled to wake up the system from sleep 109 the device might have aborted system transition into a sleep 111 is not capable to wake up the system from sleep states, this 113 up the system from sleep states, this attribute is empty. [all …]
|
| /linux/Documentation/admin-guide/ |
| H A D | btmrvl.rst | 13 These commands are used to configure the host sleep parameters:: 22 wakeup event, or 0xff for special host sleep setting. 35 These commands are used to enable/disable auto sleep mode 39 1 -- Enable auto sleep mode 40 0 -- Disable auto sleep mode 44 # Enable auto sleep mode 48 # Disable auto sleep mode 54 These commands are used to enable host sleep or wake up firmware 58 1 -- Enable host sleep 63 # Enable host sleep [all …]
|
| /linux/Documentation/devicetree/bindings/mfd/ |
| H A D | ti,tps65910.yaml | 62 ti,en-gpio-sleep: 64 Enable sleep control for gpios. 76 ti,sleep-enable: 78 description: Enable SLEEP state. 80 ti,sleep-keep-therm: 82 description: Keep thermal monitoring on in sleep state. 84 ti,sleep-keep-ck32k: 86 description: Keep the 32KHz clock output on in sleep state. 88 ti,sleep-keep-hsclk: 90 description: Keep high speed internal clock on in sleep state. [all …]
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | strategies.rst | 17 significantly reduced, referred to as :doc:`sleep states <sleep-states>`. The 21 user space code can run. Because sleep states are global and the whole system 40 as a whole is regarded as "runtime idle" which may be very close to a sleep 43 for the same system in a sleep state. However, transitions from sleep states 45 typically the system can spend much more time in a sleep state than it can be 47 sleep states than when they are runtime idle most of the time. 52 go into a sleep state at that point. On the other hand, if the user simply goes
|
| H A D | suspend-flows.rst | 14 :doc:`sleep states <sleep-states>`. Hibernation requires more than one 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 20 the target sleep state is referred to as *system suspend* too (in the majority 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 26 different sleep states of the system are quite similar, but there are some 29 :ref:`standby <standby>` sleep states. 31 The :ref:`suspend-to-RAM <s2ram>` and :ref:`standby <standby>` sleep states 35 available. Apart from that, the suspend and resume code flows for these sleep [all …]
|
| /linux/tools/perf/tests/shell/ |
| H A D | ftrace.sh | 34 sleep_functions=$(grep 'sys_.*sleep$' "${output}") 35 echo "syscalls for sleep:" 42 perf ftrace trace --graph-opts depth=5 sleep 0.1 > "${output}" 43 # it should have some function name contains 'sleep' 45 grep -F 'sleep()' "${output}" 55 echo "perf ftrace trace test [Failure: sleep syscall not found]" 62 perf ftrace latency -T "${target_function}" sleep 0.1 > "${output}" 70 perf ftrace profile --graph-opts depth=5 sleep 0.1 > "${output}"
|
| /linux/arch/powerpc/boot/dts/fsl/ |
| H A D | mpc8568si-post.dtsi | 40 sleep = <&pmc 0x08000000>; 52 sleep = <&pmc 0x80000000>; 64 sleep = <&pmc 0x20000000>; 90 sleep = <&pmc 0x00080000>; 125 i2c-sleep-nexus { 129 sleep = <&pmc 0x00000004>; 137 duart-sleep-nexus { 141 sleep = <&pmc 0x00000002>; 158 sleep = <&pmc 0x00000400>; 163 sleep = <&pmc 0x00000080>; [all …]
|
| /linux/tools/testing/selftests/ftrace/test.d/trigger/ |
| H A D | trigger-hist-poll.tc | 31 echo 'hist:key=comm if comm =="sleep"' > ${EVENT}/trigger 34 # This sleep command will exit after 2 seconds. 35 sleep 2 & 47 if ! grep -qw "sleep" trace; then 56 # This sleep command will exit after 2 seconds. 57 sleep 2 & 69 if ! grep -qw "sleep" trace; then
|