Home
last modified time | relevance | path

Searched refs:sleep (Results 1 – 25 of 1144) sorted by relevance

12345678910>>...46

/linux-5.19.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 …]
Dste-href.dtsi41 pinctrl-names = "default", "sleep";
49 pinctrl-names = "default", "sleep";
55 pinctrl-names = "default", "sleep";
62 pinctrl-names = "default","sleep";
69 pinctrl-names = "default","sleep";
76 pinctrl-names = "default","sleep";
140 pinctrl-names = "default","sleep";
162 pinctrl-names = "default", "sleep";
175 pinctrl-names = "default", "sleep";
192 pinctrl-names = "default", "sleep";
[all …]
Dstm32mp15-pinctrl.dtsi47 cec_sleep_pins_a: cec-sleep-0 {
62 cec_sleep_pins_b: cec-sleep-1 {
101 dcmi_sleep_pins_a: dcmi-sleep-0 {
138 dcmi_sleep_pins_b: dcmi-sleep-1 {
185 ethernet0_rgmii_sleep_pins_a: rgmii-sleep-0 {
236 ethernet0_rgmii_sleep_pins_b: rgmii-sleep-1 {
287 ethernet0_rgmii_sleep_pins_c: rgmii-sleep-2 {
327 ethernet0_rmii_sleep_pins_a: rmii-sleep-0 {
368 ethernet0_rmii_sleep_pins_b: rmii-sleep-1 {
402 ethernet0_rmii_sleep_pins_c: rmii-sleep-2 {
[all …]
/linux-5.19.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 …]
Dsprd,sc9860-pinctrl.txt26 - sleep-hardware-state: Indicate these configs in this state are sleep related.
28 - sprd,sleep-mode: Choose the pin sleep mode, and supported values are:
31 Pin sleep mode definition:
52 sprd,sleep-mode = <AP_SLEEP | PUBCP_SLEEP>;
55 sleep-hardware-state;
66 sleep-hardware-state;
/linux-5.19.10/tools/testing/selftests/net/
Dfcnal-test.sh190 sleep 1
529 sleep 1
559 sleep 1
847 sleep 1
855 sleep 1
863 sleep 1
871 sleep 1
882 sleep 1
890 sleep 1
898 sleep 1
[all …]
/linux-5.19.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 …]
/linux-5.19.10/tools/testing/selftests/net/mptcp/
Duserspace_pm.sh139 sleep 0.5
145 sleep 0.5
153 sleep 1
242 sleep 0.5
266 sleep 0.5
275 sleep 0.5
285 sleep 0.5
295 sleep 0.5
301 sleep 0.5
310 sleep 0.5
[all …]
/linux-5.19.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 …]
/linux-5.19.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 …]
/linux-5.19.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 …]
/linux-5.19.10/tools/testing/selftests/net/forwarding/
Dsch_red.sh213 sleep 1
223 sleep 5
241 sleep 5
289 sleep 1
302 sleep 1
312 sleep 1
325 sleep 1
356 sleep 1
371 sleep 1
383 sleep 1
[all …]
Dbridge_mld.sh101 sleep 5
149 sleep 1
174 sleep 1
227 sleep 1
248 sleep 1
287 sleep 1
331 sleep 1
354 sleep 1
377 sleep 1
403 sleep 1
[all …]
Dbridge_igmp.sh114 sleep 5
130 sleep 5
151 sleep 1
176 sleep 1
230 sleep 1
251 sleep 1
290 sleep 1
334 sleep 1
357 sleep 1
380 sleep 1
[all …]
/linux-5.19.10/arch/arm/mach-pxa/
Dsleep.S32 mcr p14, 0, r0, c7, c0, 0 @ enter sleep
34 20: b 20b @ waiting for sleep
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...)
73 ldr r7, =CCCR_SLEEP @ prepare CCCR sleep value
90 @ prepare value for sleep mode
91 mov r1, r0 @ sleep mode
105 @ (see Errata 31, GPIO output signals, ... unpredictable in sleep
[all …]
/linux-5.19.10/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_event_triggers.tc63 sleep $SLEEP_TIME
81 sleep $SLEEP_TIME
87 sleep $SLEEP_TIME
96 sleep $SLEEP_TIME
101 sleep $SLEEP_TIME
108 sleep $SLEEP_TIME
/linux-5.19.10/tools/testing/selftests/drivers/net/dsa/
Dbridge_mld.sh101 sleep 5
149 sleep 1
174 sleep 1
227 sleep 1
248 sleep 1
287 sleep 1
331 sleep 1
354 sleep 1
377 sleep 1
403 sleep 1
[all …]
/linux-5.19.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.
40 and cleared on suspend, and restored on resume. This sleep controller
46 This sleep controller only supports disabling devices during system
47 sleep, or permanently.
53 disabling. This sleep controller does not support configuring devices
54 to disable during system sleep (unless supported by another compatible
/linux-5.19.10/Documentation/devicetree/bindings/soc/qcom/
Dqcom-stats.yaml14 sleep modes involving powering down of the rails and oscillator clock.
16 Statistics includes SoC sleep mode type, number of times low power mode were
17 entered, time of last entry, time of last exit and accumulated sleep duration.
24 # For older RPM firmware versions with fixed offset for the sleep stats
40 # Example of rpmh sleep stats
46 # Example of rpm sleep stats
/linux-5.19.10/arch/powerpc/boot/dts/fsl/
Dmpc8568si-post.dtsi40 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-5.19.10/tools/perf/tests/shell/
Ddaemon.sh133 sleep 0.05
155 run = -e cpu-clock -m 1 sleep 10
158 run = -e task-clock -m 1 sleep 10
205 run = -e cpu-clock -m 1 sleep 10
208 run = -e task-clock -m 1 sleep 10
230 run = -e cpu-clock -m 1 sleep 10
233 run = -e cpu-clock -m 1 sleep 10
324 run = -e cpu-clock -m 1 sleep 10
327 run = -e task-clock -m 1 sleep 10
376 run = -e cpu-clock --switch-output -m 1 sleep 10
[all …]
/linux-5.19.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 …]
/linux-5.19.10/tools/testing/selftests/firmware/
Dfw_fallback.sh32 sleep 0.1
59 sleep 0.1
88 sleep 0.1
121 sleep 0.1
144 sleep 1 &
168 sleep 1
/linux-5.19.10/drivers/regulator/
Dda9062-regulator.c51 struct reg_field sleep; member
67 struct regmap_field *sleep; member
165 ret = regmap_field_read(regl->sleep, &val); in da9062_buck_get_mode()
196 return regmap_field_write(regl->sleep, val); in da9062_ldo_set_mode()
204 ret = regmap_field_read(regl->sleep, &val); in da9062_ldo_get_mode()
378 .sleep = REG_FIELD(DA9062AA_VBUCK1_A,
415 .sleep = REG_FIELD(DA9062AA_VBUCK3_A,
452 .sleep = REG_FIELD(DA9062AA_VBUCK4_A,
485 .sleep = REG_FIELD(DA9062AA_VLDO1_A,
518 .sleep = REG_FIELD(DA9062AA_VLDO2_A,
[all …]

12345678910>>...46