Home
last modified time | relevance | path

Searched full:sleep (Results 1 – 25 of 3290) sorted by relevance

12345678910>>...132

/kernel/linux/linux-4.19/arch/arm/boot/dts/
Dste-nomadik-pinctrl.dtsi55 ste,sleep = <SLPM_ENABLED>;
56 ste,sleep-wakeup = <SLPM_WAKEUP_DISABLE>;
57 ste,sleep-pull-disable = <SLPM_PDIS_DISABLED>;
61 ste,sleep = <SLPM_ENABLED>;
62 ste,sleep-wakeup = <SLPM_WAKEUP_ENABLE>;
63 ste,sleep-pull-disable = <SLPM_PDIS_DISABLED>;
67 ste,sleep = <SLPM_ENABLED>;
68 ste,sleep-wakeup = <SLPM_WAKEUP_ENABLE>;
69 ste,sleep-pull-disable = <SLPM_PDIS_ENABLED>;
73 ste,sleep = <SLPM_ENABLED>;
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dste-nomadik-pinctrl.dtsi54 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 …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/
Dste,nomadik.txt48 - 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 …]
Dsprd,pinctrl.txt29 to configure the pin sleep mode, function select and sleep related
32 Now we have 4 systems for sleep mode on SC9860 SoC: AP system,
33 PUBCP system, TGLDSP system and AGDSP system. And the pin sleep
42 In some situation we need set the pin sleep mode and pin sleep related
43 configuration, to set the pin sleep related configuration automatically
44 by hardware when the system specified by sleep mode goes into deep
45 sleep mode. For example, if we set the pin sleep mode as PUBCP_SLEEP
46 and set the pin sleep related configuration as "input-enable", which
47 means when PUBCP system goes into deep sleep mode, this pin will be set
50 Moreover we can not use the "sleep" state, since some systems (like:
[all …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/pinctrl/
Dste,nomadik.txt48 - 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 …]
Dsprd,pinctrl.txt29 to configure the pin sleep mode, function select and sleep related
32 Now we have 4 systems for sleep mode on SC9860 SoC: AP system,
33 PUBCP system, TGLDSP system and AGDSP system. And the pin sleep
42 In some situation we need set the pin sleep mode and pin sleep related
43 configuration, to set the pin sleep related configuration automatically
44 by hardware when the system specified by sleep mode goes into deep
45 sleep mode. For example, if we set the pin sleep mode as PUBCP_SLEEP
46 and set the pin sleep related configuration as "input-enable", which
47 means when PUBCP system goes into deep sleep mode, this pin will be set
50 Moreover we can not use the "sleep" state, since some systems (like:
[all …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/mfd/
Dtps65910.txt60 - ti,en-gpio-sleep: enable sleep control for gpios
64 - ti,sleep-enable: Enable SLEEP state.
65 - ti,sleep-keep-therm: Keep thermal monitoring on in sleep state.
66 - ti,sleep-keep-ck32k: Keep the 32KHz clock output on in sleep state.
67 - ti,sleep-keep-hsclk: Keep high speed internal clock on in sleep state.
70 - ti,regulator-ext-sleep-control: enable external sleep
93 ti,en-gpio-sleep = <0 0 1 0 0 0 0 0 0>;
115 ti,regulator-ext-sleep-control = <0>;
124 ti,regulator-ext-sleep-control = <4>;
133 ti,regulator-ext-sleep-control = <0>;
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/
Dtps65910.txt60 - ti,en-gpio-sleep: enable sleep control for gpios
64 - ti,sleep-enable: Enable SLEEP state.
65 - ti,sleep-keep-therm: Keep thermal monitoring on in sleep state.
66 - ti,sleep-keep-ck32k: Keep the 32KHz clock output on in sleep state.
67 - ti,sleep-keep-hsclk: Keep high speed internal clock on in sleep state.
70 - ti,regulator-ext-sleep-control: enable external sleep
93 ti,en-gpio-sleep = <0 0 1 0 0 0 0 0 0>;
115 ti,regulator-ext-sleep-control = <0>;
124 ti,regulator-ext-sleep-control = <4>;
133 ti,regulator-ext-sleep-control = <0>;
[all …]
/kernel/linux/linux-4.19/arch/arm/mach-pxa/
Dsleep.S2 * Low-level PXA250/210 sleep/wakeUp support
27 * pxa3xx_finish_suspend() - forces CPU into sleep state (S2D3C4)
31 mcr p14, 0, r0, c7, c0, 0 @ enter sleep
33 20: b 20b @ waiting for sleep
40 * Forces CPU into sleep state.
42 * r0 = value for PWRMODE M field for desired sleep state
45 @ Put the processor to sleep
48 @ prepare value for sleep mode
49 mov r1, r0 @ sleep mode
67 @ (see Errata 50, ...processor does not exit from sleep...)
[all …]
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
Dsleep.S2 * Low-level PXA250/210 sleep/wakeUp support
27 * pxa3xx_finish_suspend() - forces CPU into sleep state (S2D3C4)
31 mcr p14, 0, r0, c7, c0, 0 @ enter sleep
33 20: b 20b @ waiting for sleep
40 * Forces CPU into sleep state.
42 * r0 = value for PWRMODE M field for desired sleep state
45 @ Put the processor to sleep
48 @ prepare value for sleep mode
49 mov r1, r0 @ sleep mode
67 @ (see Errata 50, ...processor does not exit from sleep...)
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/powerpc/fsl/
Dpmc.txt8 whose PMC is compatible, and implies deep-sleep capability.
12 whose PMC is compatible, and implies deep-sleep capability.
19 bit assignments are indicated via the sleep specifier in each device's
20 sleep property.
34 a wakeup source from deep sleep.
36 Sleep specifiers:
38 fsl,mpc8349-pmc: Sleep specifiers consist of one cell. For each bit
40 and cleared on suspend, and restored on resume. This sleep controller
43 fsl,mpc8536-pmc: Sleep specifiers consist of three cells, the third of
46 This sleep controller only supports disabling devices during system
[all …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/powerpc/fsl/
Dpmc.txt8 whose PMC is compatible, and implies deep-sleep capability.
12 whose PMC is compatible, and implies deep-sleep capability.
19 bit assignments are indicated via the sleep specifier in each device's
20 sleep property.
34 a wakeup source from deep sleep.
36 Sleep specifiers:
38 fsl,mpc8349-pmc: Sleep specifiers consist of one cell. For each bit
40 and cleared on suspend, and restored on resume. This sleep controller
43 fsl,mpc8536-pmc: Sleep specifiers consist of three cells, the third of
46 This sleep controller only supports disabling devices during system
[all …]
/kernel/linux/linux-4.19/tools/power/cpupower/man/
Dcpupower-idle-set.111 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 …]
/kernel/linux/linux-5.10/tools/power/cpupower/man/
Dcpupower-idle-set.111 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 …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/powerpc/
Dsleep.yaml4 $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 …]
/kernel/linux/linux-5.10/tools/power/cpupower/bench/
DREADME-BENCH34 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 …]
/kernel/linux/linux-4.19/tools/power/cpupower/bench/
DREADME-BENCH34 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 …]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
Dfcnal-test.sh179 sleep 1
493 sleep 1
523 sleep 1
805 sleep 1
813 sleep 1
821 sleep 1
829 sleep 1
840 sleep 1
848 sleep 1
856 sleep 1
[all …]
/kernel/liteos_a/testsuites/unittest/libc/time/timer/smoke/
Dtimer_test_002.cpp56 LogPrintln("sleep %ds", 3); // 3, this sleep may be interrupted by the timer in TimerTest()
57 sleep(3); // 3, this sleep may be interrupted by the timer in TimerTest()
58 LogPrintln("sleep end, almHandlerFlag %d\n", g_almHandlerFlag); in TimerTest()
61 LogPrintln("sleep %ds", 2); // 2, this sleep may be interrupted by the timer in TimerTest()
62 sleep(2); // 2, this sleep may be interrupted by the timer in TimerTest()
63 LogPrintln("sleep end, almHandlerFlag %d\n", g_almHandlerFlag); in TimerTest()
66 LogPrintln("sleep %ds", 2); // 2, this sleep may be interrupted by the timer in TimerTest()
67 sleep(2); // 2, this sleep may be interrupted by the timer in TimerTest()
68 LogPrintln("sleep end, almHandlerFlag %d\n", g_almHandlerFlag); in TimerTest()
/kernel/linux/linux-5.10/Documentation/locking/
Dhwspinlock.rst50 Should be called from a process context (might sleep).
61 Should be called from a process context (might sleep).
76 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 …]
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dbtmrvl.rst13 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 …]
/kernel/linux/linux-4.19/Documentation/
Dbtmrvl.txt13 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 …]
Dhwspinlock.txt50 Should be called from a process context (might sleep).
61 Should be called from a process context (might sleep).
76 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 …]
/kernel/linux/linux-4.19/Documentation/ABI/testing/
Dsysfs-devices-power15 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 …]
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-devices-power15 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 …]

12345678910>>...132