Home
last modified time | relevance | path

Searched refs:sleep (Results 1 – 200 of 593) sorted by relevance

123

/linux-4.4.14/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 …]
Dste-href.dtsi23 pinctrl-names = "default", "sleep";
29 pinctrl-names = "default", "sleep";
37 pinctrl-names = "default", "sleep";
43 pinctrl-names = "default", "sleep";
50 pinctrl-names = "default","sleep";
56 pinctrl-names = "default","sleep";
62 pinctrl-names = "default","sleep";
109 pinctrl-names = "default","sleep";
145 pinctrl-names = "default", "sleep";
158 pinctrl-names = "default", "sleep";
[all …]
Dste-ccu8540.dts43 pinctrl-names = "default", "sleep";
54 pinctrl-names = "default", "sleep";
61 pinctrl-names = "default","sleep";
67 pinctrl-names = "default","sleep";
73 pinctrl-names = "default","sleep";
83 pinctrl-names = "default","sleep";
89 pinctrl-names = "default","sleep";
Dste-snowball.dts99 pinctrl-names = "default", "sleep";
181 pinctrl-names = "default", "sleep";
196 pinctrl-names = "default", "sleep";
203 // Unused PoP eMMC - register and put it to sleep by default */
219 pinctrl-names = "default", "sleep";
227 pinctrl-names = "default", "sleep";
235 pinctrl-names = "default", "sleep";
241 pinctrl-names = "default", "sleep";
248 pinctrl-names = "default","sleep";
254 pinctrl-names = "default","sleep";
[all …]
Dam437x-idk-evm.dts262 pinctrl-names = "default", "sleep";
289 pinctrl-names = "default", "sleep";
323 pinctrl-names = "default", "sleep";
333 pinctrl-names = "default", "sleep";
385 pinctrl-names = "default", "sleep";
392 pinctrl-names = "default", "sleep";
Dam437x-gp-evm.dts151 pinctrl-names = "default", "sleep";
727 pinctrl-names = "default", "sleep";
742 pinctrl-names = "default", "sleep";
790 pinctrl-names = "default", "sleep";
797 pinctrl-names = "default", "sleep";
912 pinctrl-names = "default", "sleep";
919 pinctrl-names = "default", "sleep";
927 pinctrl-names = "default", "sleep";
944 pinctrl-names = "default", "sleep";
961 pinctrl-names = "default", "sleep";
Dste-href-family-pinctrl.dtsi17 /* Settings for all UART default and sleep states */
113 /* Settings for all I2C default and sleep states */
218 /* Settings for all SPI default and sleep states */
243 * The idle mode is basically sleep mode sans wakeups. Also
279 /* Settings for all MMC/SD/SDIO default and sleep states */
Drk3288-veyron-chromebook.dtsi173 /* Common for sleep and wake, but no owners */
180 /* Common for sleep and wake, but no owners */
210 suspend_l_sleep: suspend-l-sleep {
Dam335x-chilisom.dtsi187 pinctrl-names = "default", "sleep";
194 pinctrl-names = "default", "sleep";
/linux-4.4.14/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 …]
/linux-4.4.14/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 …]
Dmain.c106 sscanf(optarg, "%li", &config->sleep); in main()
181 config->sleep, in main()
Dbenchmark.c100 sleep_time = config->sleep; in start_benchmark()
105 total_time += _round * (config->sleep + config->load); in start_benchmark()
Dexample.cfg1 sleep = 50000
Dparse.c129 config->sleep = 500000; in prepare_default_config()
187 sscanf(val, "%li", &config->sleep); in prepare_config()
Dparse.h23 long sleep; /* sleep time in µs */ member
Dsystem.c146 (config->sleep + config->sleep_step * round); in prepare_user()
/linux-4.4.14/drivers/lguest/
DMakefile22 @sleep 2; clear; printf "\n\n Sit!\n\n"; sleep 1; clear
24 @sleep 2; clear; printf "\n\n Stand!\n\n"; sleep 1; clear
26 @sleep 2; clear; printf "\n\n Good puppy!\n\n"; sleep 1; clear
/linux-4.4.14/Documentation/
Dbtmrvl.txt15 These commands are used to configure the host sleep parameters.
24 wakeup event, or 0xff for special host sleep setting.
37 These commands are used to enable/disable auto sleep mode
40 1 -- Enable auto sleep mode
41 0 -- Disable auto sleep mode
44 # Enable auto sleep mode
48 # Disable auto sleep mode
55 These commands are used to enable host sleep or wake up firmware
58 1 -- Enable host sleep
62 # Enable host sleep
[all …]
Dhwspinlock.txt42 Should be called from a process context (might sleep).
49 Should be called from a process context (might sleep).
59 Should be called from a process context (might sleep).
65 Should be called from a process context (might sleep).
72 the caller must not sleep, and is advised to release the hwspinlock as
77 The function will never sleep.
84 interrupts are disabled, so the caller must not sleep, and is advised to
88 The function will never sleep.
97 given flags placeholder. The caller must not sleep, and is advised to
101 The function will never sleep.
[all …]
Dio-mapping.txt36 Note that the task may not sleep while holding this page
43 page and allows the task to sleep once again.
45 If you need to sleep while holding the lock, you can use the non-atomic
52 the task to sleep while holding the page mapped.
Dintel_txt.txt105 o It will wake the APs from the special sleep state the GETSEC[SENTER]
144 o In order to put a system into any of the sleep states after a TXT
148 - The kernel will perform all of its sleep preparation and
150 platform in the desired sleep state.
155 into the desired sleep state.
/linux-4.4.14/arch/arm/mach-pxa/
Dsleep.S31 mcr p14, 0, r0, c7, c0, 0 @ enter sleep
33 20: b 20b @ waiting for sleep
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...)
72 ldr r7, =CCCR_SLEEP @ prepare CCCR sleep value
89 @ prepare value for sleep mode
90 mov r1, r0 @ sleep mode
104 @ (see Errata 31, GPIO output signals, ... unpredictable in sleep
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dtps65910.txt60 - ti,en-gpio-sleep: enable sleep control for gpios
66 - ti,regulator-ext-sleep-control: enable external sleep
89 ti,en-gpio-sleep = <0 0 1 0 0 0 0 0 0>;
111 ti,regulator-ext-sleep-control = <0>;
120 ti,regulator-ext-sleep-control = <4>;
129 ti,regulator-ext-sleep-control = <0>;
138 ti,regulator-ext-sleep-control = <1>;
145 ti,regulator-ext-sleep-control = <0>;
152 ti,regulator-ext-sleep-control = <0>;
159 ti,regulator-ext-sleep-control = <0>;
[all …]
/linux-4.4.14/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
Dguts.txt39 #sleep-cells = <1>;
/linux-4.4.14/Documentation/mic/mpssd/
Dmpss74 sleep 5
95 sleep 1
124 sleep 1
144 sleep 5
170 sleep 5
Dmicctrl126 sleep 1
Dmpssd.c1188 sleep(1); in virtio_block()
1340 sleep(1); in reset()
1370 sleep(1); in get_mic_state()
1404 sleep(1); in mic_handle_shutdown()
1421 sleep(1); in mic_handle_shutdown()
1652 sleep(2); in init_mic()
1668 sleep(2); in init_mic()
1702 sleep(60); in init_mic()
1733 sleep(60); in start_daemon()
/linux-4.4.14/arch/arm/mach-tegra/
DMakefile9 obj-y += sleep.o
12 obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += sleep-tegra20.o
17 obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += sleep-tegra30.o
25 obj-$(CONFIG_ARCH_TEGRA_114_SOC) += sleep-tegra30.o
30 obj-$(CONFIG_ARCH_TEGRA_124_SOC) += sleep-tegra30.o
/linux-4.4.14/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 …]
Dmpc8569si-post.dtsi40 sleep = <&pmc 0x08000000>;
52 sleep = <&pmc 0x20000000>;
78 sleep = <&pmc 0x00080000>;
119 i2c-sleep-nexus {
123 sleep = <&pmc 0x00000004>;
131 duart-sleep-nexus {
135 sleep = <&pmc 0x00000002>;
153 sleep = <&pmc 0x00200000>;
166 sleep = <&pmc 0x01000000>;
172 sleep = <&pmc 0x00040000>;
[all …]
/linux-4.4.14/drivers/staging/rdma/hfi1/
Diowait.h98 int (*sleep)( member
131 int (*sleep)( in iowait_init()
145 wait->sleep = sleep; in iowait_init()
/linux-4.4.14/arch/arm/mach-s3c24xx/
Dsleep-s3c2410.S44 @@ prepare cpu to sleep
53 orr r7, r7, #S3C2410_REFRESH_SELF @ SDRAM sleep command
65 streq r7, [r4] @ SDRAM sleep command
67 streq r9, [r6] @ CPU sleep
DMakefile16 obj-$(CONFIG_S3C2410_PM) += pm-s3c2410.o sleep-s3c2410.o
20 obj-$(CONFIG_S3C2412_PM_SLEEP) += sleep-s3c2412.o
36 obj-$(CONFIG_PM_SLEEP) += irq-pm.o sleep.o
/linux-4.4.14/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 …]
Dsysfs-fs-f2fs5 Controls the maximun sleep time for gc_thread. Time
12 Controls the minimum sleep time for gc_thread. Time
19 Controls the default sleep time for gc_thread. Time
Dsysfs-kernel-mm-ksm28 to sleep.
40 sleep_millisecs: how many milliseconds ksm should sleep between
Dsysfs-power13 The /sys/power/state file controls system sleep states.
14 Reading from this file returns the available sleep state
19 "mem", "standby", "freeze" represent non-hibernation sleep
42 sleep on the next suspend. There are four methods supported:
47 the system will be put to sleep by the platform driver (e.g.
164 system into a sleep state while taking into account the
171 to a sleep state if any wakeup events are reported after the
195 the sleep state represented by that string is queued up. This
198 of whether or not the attempt to put the system to sleep has
Dsysfs-bus-i2c-devices-hm635213 sleep mode, 1 wakes it up.
/linux-4.4.14/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_profiler.tc43 sleep 1
52 sleep 1
70 sleep 1
Dfgraph-filter-stack.tc59 sleep 1
75 sleep 1
Dfgraph-filter.tc36 sleep 1
/linux-4.4.14/drivers/regulator/
Dda9062-regulator.c51 struct reg_field sleep; member
68 struct regmap_field *sleep; member
200 field = regl->sleep; in da9062_buck_get_mode()
235 return regmap_field_write(regl->sleep, val); in da9062_ldo_set_mode()
253 field = regl->sleep; in da9062_ldo_get_mode()
426 .sleep = REG_FIELD(DA9062AA_VBUCK1_A,
464 .sleep = REG_FIELD(DA9062AA_VBUCK2_A,
502 .sleep = REG_FIELD(DA9062AA_VBUCK3_A,
540 .sleep = REG_FIELD(DA9062AA_VBUCK4_A,
576 .sleep = REG_FIELD(DA9062AA_VLDO1_A,
[all …]
Dda9063-regulator.c48 struct reg_field sleep; member
71 .sleep = BFIELD(DA9063_REG_V##regl_name##_A, DA9063_LDO_SL), \
92 .sleep = BFIELD(DA9063_REG_V##regl_name##_A, DA9063_BUCK_SL), \
113 struct regmap_field *sleep; member
258 field = regl->sleep; in da9063_buck_get_mode()
293 return regmap_field_write(regl->sleep, val); in da9063_ldo_set_mode()
311 field = regl->sleep; in da9063_ldo_get_mode()
830 if (regl->info->sleep.reg) in da9063_regulator_probe()
831 regl->sleep = devm_regmap_field_alloc(&pdev->dev, in da9063_regulator_probe()
832 da9063->regmap, regl->info->sleep); in da9063_regulator_probe()
Dwm8350-regulator.c840 u16 mask, sleep, active, force; in wm8350_dcdc_get_mode() local
864 sleep = wm8350_reg_read(wm8350, WM8350_DCDC_SLEEP_OPTIONS) & mask; in wm8350_dcdc_get_mode()
867 mask, active, sleep, force); in wm8350_dcdc_get_mode()
869 if (active && !sleep) { in wm8350_dcdc_get_mode()
874 } else if (!active && !sleep) in wm8350_dcdc_get_mode()
876 else if (sleep) in wm8350_dcdc_get_mode()
/linux-4.4.14/arch/powerpc/boot/dts/
Dmpc8610_hpcd.dts38 sleep = <&pmc 0x00008000 0 // core
65 sleep = <&pmc 0x08000000 0>;
171 sleep = <&pmc 0x00000004 0>;
183 sleep = <&pmc 0x00000002 0>;
194 sleep = <&pmc 0x00000008 0>;
207 sleep = <&pmc 0x00000800 0>;
225 sleep = <&pmc 0x04000000 0>;
284 sleep = <&pmc 0 0x08000000>;
295 sleep = <&pmc 0 0x04000000>;
305 sleep = <&pmc 0x00000400 0>;
[all …]
Dmpc8377_wlan.dts120 sleep-nexus {
124 sleep = <&pmc 0x0c000000>;
225 sleep = <&pmc 0x00c00000>;
243 sleep = <&pmc 0xc0000000>;
286 sleep = <&pmc 0x30000000>;
332 sleep = <&pmc 0x03000000>;
340 sleep = <&pmc 0x000000c0>;
348 sleep = <&pmc 0x00000030>;
389 sleep = <&pmc 0x00010000>;
415 sleep = <&pmc 0x00300000>;
[all …]
Dmpc8379_rdb.dts128 sleep-nexus {
132 sleep = <&pmc 0x0c000000>;
247 sleep = <&pmc 0x00c00000>;
265 sleep = <&pmc 0xc0000000>;
302 sleep = <&pmc 0x30000000>;
348 sleep = <&pmc 0x03000000>;
356 sleep = <&pmc 0x000000c0>;
364 sleep = <&pmc 0x00000030>;
372 sleep = <&pmc 0x0000000c>;
380 sleep = <&pmc 0x00000003>;
[all …]
Dmpc8377_rdb.dts130 sleep-nexus {
134 sleep = <&pmc 0x0c000000>;
249 sleep = <&pmc 0x00c00000>;
267 sleep = <&pmc 0xc0000000>;
304 sleep = <&pmc 0x30000000>;
350 sleep = <&pmc 0x03000000>;
358 sleep = <&pmc 0x000000c0>;
366 sleep = <&pmc 0x00000030>;
414 sleep = <&pmc 0x00010000>;
440 sleep = <&pmc 0x00300000>;
[all …]
Dmpc8379_mds.dts130 sleep-nexus {
134 sleep = <&pmc 0x0c000000>;
234 sleep = <&pmc 0x00c00000>;
252 sleep = <&pmc 0xc0000000>;
295 sleep = <&pmc 0x30000000>;
341 sleep = <&pmc 0x03000000>;
349 sleep = <&pmc 0x000000c0>;
357 sleep = <&pmc 0x00000030>;
365 sleep = <&pmc 0x0000000c>;
373 sleep = <&pmc 0x00000003>;
[all …]
Dmpc8377_mds.dts132 sleep-nexus {
136 sleep = <&pmc 0x0c000000>;
197 sleep = <&pmc 0x00c00000>;
215 sleep = <&pmc 0xc0000000>;
258 sleep = <&pmc 0x30000000>;
343 sleep = <&pmc 0x03000000>;
351 sleep = <&pmc 0x000000c0>;
359 sleep = <&pmc 0x00000030>;
435 sleep = <&pmc 0x00010000>;
461 sleep = <&pmc 0x00300000>;
[all …]
Dmpc8378_rdb.dts130 sleep-nexus {
134 sleep = <&pmc 0x0c000000>;
249 sleep = <&pmc 0x00c00000>;
267 sleep = <&pmc 0xc0000000>;
304 sleep = <&pmc 0x30000000>;
350 sleep = <&pmc 0x03000000>;
398 sleep = <&pmc 0x00010000>;
424 sleep = <&pmc 0x00300000>;
456 sleep = <&pmc 0x000c0000>;
Dmpc8378_mds.dts132 sleep-nexus {
136 sleep = <&pmc 0x0c000000>;
236 sleep = <&pmc 0x00c00000>;
254 sleep = <&pmc 0xc0000000>;
297 sleep = <&pmc 0x30000000>;
343 sleep = <&pmc 0x03000000>;
420 sleep = <&pmc 0x00010000>;
445 sleep = <&pmc 0x00300000>;
477 sleep = <&pmc 0x000c0000>;
Dmpc8313erdb.dts112 sleep-nexus {
116 sleep = <&pmc 0x03000000>;
176 sleep = <&pmc 0x00300000>;
195 sleep = <&pmc 0x20000000>;
242 sleep = <&pmc 0x10000000>;
325 sleep-nexus {
329 sleep = <&pmc 0x00010000>;
/linux-4.4.14/drivers/ide/
Dide-park.c19 int reset_timer = time_before(timeout, drive->sleep); in issue_park_cmd()
22 drive->sleep = timeout; in issue_park_cmd()
68 drive->sleep = *(unsigned long *)rq->special; in ide_do_park_unpark()
102 time_after(drive->sleep, now)) in ide_park_show()
103 msecs = jiffies_to_msecs(drive->sleep - now); in ide_park_show()
/linux-4.4.14/Documentation/timers/
Dtimers-howto.txt1 delays - Information on the various kernel delay / sleep mechanisms
38 You should use the *sleep[_range] family of functions.
40 work correctly, using the "right" sleep function will
74 will often sleep longer (~20 ms actual sleep for any
102 TASK_INTERRUPTIBLE before scheduling the sleep. In
103 short, the difference is whether the sleep can be ended
/linux-4.4.14/Documentation/serial/
Dtty.txt48 being attached. Can sleep.
53 ldisc code for this tty. Can sleep.
58 The return value is ignored. Can sleep.
64 error. May sleep.
69 process will receive an EIO error. May sleep.
81 termios semaphore so allowed to sleep. Serialized
86 May sleep.
90 ioctl calls may occur in parallel. May sleep.
95 May sleep.
116 handle unexpected calls. Must not sleep.
[all …]
Ddriver83 This call must not sleep
100 This call must not sleep
117 This call must not sleep
129 This call must not sleep
136 This call must not sleep
156 This call must not sleep
167 This call must not sleep
177 This call must not sleep
212 This call must not sleep
255 This call must not sleep
[all …]
/linux-4.4.14/arch/m32r/platforms/opsput/
Ddot.gdbinit14 shell sleep 0.1
21 shell sleep 0.1
29 shell sleep 0.1
35 shell sleep 0.1
37 shell sleep 0.1
39 shell sleep 0.1
197 # shell sleep 0.1
199 # shell sleep 1
201 # shell sleep 0.1
/linux-4.4.14/arch/m32r/platforms/mappi/
Ddot.gdbinit.smp16 shell sleep 0.1
28 shell sleep 0.1
39 shell sleep 0.1
50 shell sleep 0.1
61 shell sleep 0.1
72 shell sleep 0.1
103 shell sleep 0.1
118 shell sleep 0.1
148 shell sleep 0.1
246 shell sleep 0.1
[all …]
Ddot.gdbinit22 shell sleep 0.1
40 shell sleep 0.1
55 shell sleep 0.1
83 shell sleep 0.1
177 shell sleep 0.1
179 shell sleep 0.1
Ddot.gdbinit.nommu22 shell sleep 0.1
40 shell sleep 0.1
55 shell sleep 0.1
83 shell sleep 0.1
177 shell sleep 0.1
179 shell sleep 0.1
/linux-4.4.14/include/sound/
Dcompress_driver.h61 wait_queue_head_t sleep; member
173 wake_up(&stream->runtime->sleep); in snd_compr_fragment_elapsed()
182 wake_up(&stream->runtime->sleep); in snd_compr_drain_notify()
/linux-4.4.14/Documentation/scheduler/
Dsched-arch.txt36 need_resched is if we are about to sleep the processor until
40 4a. Common problem with this type of sleep appears to be:
45 __asm__("sleep until next interrupt");
55 an interrupt sleep, it needs to be cleared then a memory
68 ia64 - is safe_halt call racy vs interrupts? (does it sleep?) (See #4a)
/linux-4.4.14/tools/testing/selftests/ftrace/test.d/event/
Dtoplevel-enable.tc16 ping localhost -c 1 || sleep .001 || usleep 1 || sleep 1
Dsubsystem-enable.tc16 ping localhost -c 1 || sleep .001 || usleep 1 || sleep 1
Devent-enable.tc16 ping localhost -c 1 || sleep .001 || usleep 1 || sleep 1
/linux-4.4.14/arch/arm64/boot/dts/qcom/
Dmsm8916.dtsi144 pinctrl-names = "default", "sleep";
161 pinctrl-names = "default", "sleep";
178 pinctrl-names = "default", "sleep";
195 pinctrl-names = "default", "sleep";
212 pinctrl-names = "default", "sleep";
229 pinctrl-names = "default", "sleep";
244 pinctrl-names = "default", "sleep";
259 pinctrl-names = "default", "sleep";
274 pinctrl-names = "default", "sleep";
342 clock-names = "iface", "core", "sleep";
Dmsm8916-mtp.dtsi29 pinctrl-names = "default", "sleep";
/linux-4.4.14/arch/avr32/mach-at32ap/
Dpm-at32ap700x.S48 sleep CPU_SLEEP_IDLE
133 sleep CPU_SLEEP_FROZEN
156 sleep CPU_SLEEP_STOP
/linux-4.4.14/drivers/bluetooth/
Dhci_h5.c96 } sleep; member
151 if (h5->sleep != H5_AWAKE) { in h5_timed_event()
152 h5->sleep = H5_SLEEPING; in h5_timed_event()
327 h5->sleep = H5_SLEEPING; in h5_handle_internal_rx()
331 h5->sleep = H5_AWAKE; in h5_handle_internal_rx()
335 h5->sleep = H5_AWAKE; in h5_handle_internal_rx()
685 if (h5->sleep != H5_AWAKE) { in h5_dequeue()
688 if (h5->sleep == H5_WAKING_UP) in h5_dequeue()
691 h5->sleep = H5_WAKING_UP; in h5_dequeue()
/linux-4.4.14/Documentation/power/
Dstates.txt5 The kernel supports up to four system sleep states generically, although three
16 available non-hibernation sleep states from the deepest to the shallowest,
18 because there is at least one non-hibernation sleep state in every system. If
19 the given system supports two non-hibernation sleep states, "standby" is present
21 non-hibernation sleep states, "freeze" will be present in /sys/power/state in
31 This state is a generic, pure software, light-weight, system sleep state.
38 support, or it can be used in addition to Suspend-to-RAM (memory sleep)
Ddevices.txt56 sleep power management case, they need to collaborate by implementing
63 to entering some system-wide low-power state (system sleep) ... and that
82 system sleep and runtime power management.
125 struct dev_pm_ops objects and it is suitable only for implementing system sleep
154 sleep state). These fields are initialized by bus or device driver code using
190 device_may_wakeup() to decide what to do during a system sleep transition.
200 some systems it is impossible to trigger them from system sleep states. In any
222 to a sleep state even though its runtime_auto flag is clear.
230 When the system goes into a sleep state, each device's driver is asked to
272 are used for freeze, standby, and memory sleep states ("suspend-to-RAM") and the
[all …]
Dsuspend-and-interrupts.txt60 from sleep states, especially if they are used for different purposes (e.g. as
65 during system sleep so as to trigger a system wakeup when needed. For example,
68 wake up the system from sleep sates, the corresponding input of that interrupt
97 Suspend-to-idle (also known as the "freeze" sleep state) is a relatively new
98 system sleep state that works by idling all of the processors and waiting for
/linux-4.4.14/Documentation/devicetree/bindings/display/bridge/
Dps8622.txt6 - sleep-gpios: OF device-tree gpio specification for PD_ pin.
21 sleep-gpios = <&gpc3 6 1 0 0>;
/linux-4.4.14/drivers/macintosh/
Dvia-pmu-backlight.c119 void pmu_backlight_set_sleep(int sleep) in pmu_backlight_set_sleep() argument
124 sleeping = sleep; in pmu_backlight_set_sleep()
126 if (sleep) { in pmu_backlight_set_sleep()
/linux-4.4.14/drivers/net/wireless/mwifiex/
DREADME127 ps_state = <0/1/2/3, full power state/awake state/pre-sleep state/sleep state>
128 is_deep_sleep = <0/1, not deep sleep state/deep sleep state>
131 hs_configured = <0/1, host sleep not configured/configured>
132 hs_activated = <0/1, extended host sleep not activated/activated>
145 num_cmd_sleep_cfm_fail = <number of sleep confirm failed to send to device>
198 This command is used to debug/simulate host sleep feature using
218 echo "-1" > hscfg : Cancel host sleep mode
/linux-4.4.14/drivers/media/dvb-frontends/
Ddvb_dummy_fe.c189 .sleep = dvb_dummy_fe_sleep,
218 .sleep = dvb_dummy_fe_sleep,
249 .sleep = dvb_dummy_fe_sleep,
Ddib0070.c146 state->cfg->sleep(state->fe, 0); \
538 if (state->cfg->sleep) in dib0070_wakeup()
539 state->cfg->sleep(fe, 0); in dib0070_wakeup()
546 if (state->cfg->sleep) in dib0070_sleep()
547 state->cfg->sleep(fe, 1); in dib0070_sleep()
742 .sleep = dib0070_sleep,
Dor51211.h37 void (*sleep)(struct dvb_frontend * fe); member
Ddib0070.h28 int (*sleep) (struct dvb_frontend *, int); member
/linux-4.4.14/tools/perf/arch/x86/tests/
Dintel-cqm.c21 sleep(5); in spawn()
110 sleep(1); in test__intel_cqm_count_nmi_context()
/linux-4.4.14/arch/m32r/platforms/oaks32r/
Ddot.gdbinit.nommu17 shell sleep 0.1
34 shell sleep 0.1
90 shell sleep 0.1
92 shell sleep 0.1
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dclk-palmas-clk32kg-clocks.txt13 - ti,external-sleep-control: The external enable input pins controlled the
32 ti,external-sleep-control = <PALMAS_EXT_CONTROL_PIN_NSLEEP>;
/linux-4.4.14/drivers/media/common/b2c2/
Dflexcop-fe-tuner.c188 fc->fe_sleep = ops->sleep; in skystar2_rev23_attach()
189 ops->sleep = flexcop_sleep; in skystar2_rev23_attach()
295 fc->fe_sleep = fc->fe->ops.sleep; in skystar2_rev26_attach()
296 fc->fe->ops.sleep = flexcop_sleep; in skystar2_rev26_attach()
334 fc->fe_sleep = fc->fe->ops.sleep; in skystar2_rev27_attach()
335 fc->fe->ops.sleep = flexcop_sleep; in skystar2_rev27_attach()
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
Dpalmas-pmic.txt41 ti,mode-sleep - mode to adopt in pmic sleep 0 - off, 1 - auto,
72 ti,mode-sleep = <0>;
Dlp872x.txt12 bit[1]: sleep control by external DVS pin or register
22 bit[1]: LDO sleep control. 1 = sleep mode, 0 = normal
/linux-4.4.14/tools/testing/selftests/timers/
Dalarmtimer-suspend.c173 sleep(1); /* First 5 alarms, do nothing */ in main()
179 sleep(3); in main()
Dadjtick.c114 sleep(15); in get_ppm_drift()
143 sleep(1); in check_tick_adj()
Dthreadtest.c184 sleep(1); in main()
Draw_skew.c127 sleep(120); in main()
/linux-4.4.14/Documentation/infiniband/
Dcore_locking.txt11 all of the methods in struct ib_device may sleep. The exceptions
25 which may not sleep and must be callable from any context.
95 Upper level protocol consumers may not sleep in a callback.
114 A consumer is permitted to sleep in its add and remove methods.
/linux-4.4.14/arch/m32r/platforms/m32700ut/
Ddot.gdbinit_400MHz_32MB20 shell sleep 0.1
29 shell sleep 0.1
40 shell sleep 0.1
161 shell sleep 0.1
163 shell sleep 0.1
Ddot.gdbinit_200MHz_16MB20 shell sleep 0.1
29 shell sleep 0.1
40 shell sleep 0.1
161 shell sleep 0.1
163 shell sleep 0.1
Ddot.gdbinit_300MHz_32MB20 shell sleep 0.1
29 shell sleep 0.1
40 shell sleep 0.1
161 shell sleep 0.1
163 shell sleep 0.1
/linux-4.4.14/drivers/net/ieee802154/
Dat86rf230.c103 bool sleep; member
132 lp->sleep = true; in at86rf230_sleep()
143 lp->sleep = false; in at86rf230_awake()
151 bool sleep = lp->sleep; in __at86rf230_write() local
155 if (sleep) in __at86rf230_write()
161 if (sleep) in __at86rf230_write()
171 bool sleep = lp->sleep; in __at86rf230_read() local
175 if (sleep) in __at86rf230_read()
181 if (sleep) in __at86rf230_read()
206 bool sleep = lp->sleep; in at86rf230_write_subreg() local
[all …]
/linux-4.4.14/arch/frv/kernel/
Dsleep.S73 # store the return address from sleep in GR14, and its complement in GR13 as a check
125 # the final part of the sleep sequence...
127 # On entry: gr7 holds desired hsr0 sleep value
128 # gr8 holds desired psr sleep value
277 # unlock the icache which was locked before going to sleep
295 # CPU core sleep mode routine
DMakefile13 debug-stub.o irq.o sleep.o uaccess.o
/linux-4.4.14/Documentation/laptops/
Ddslm.c88 sleep(1); in measure()
155 sleep(settle_time); in main()
/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134-dvb.c626 .sleep = philips_tda827x_tuner_sleep,
633 .sleep = philips_tda827x_tuner_sleep,
640 .sleep = philips_tda827x_tuner_sleep,
647 .sleep = philips_tda827x_tuner_sleep,
919 .sleep = ads_duo_tuner_sleep,
1306 dev->original_demod_sleep = fe0->dvb.frontend->ops.sleep; in dvb_init()
1307 fe0->dvb.frontend->ops.sleep = philips_europa_demod_sleep; in dvb_init()
1309 fe0->dvb.frontend->ops.tuner_ops.sleep = philips_europa_tuner_sleep; in dvb_init()
1318 dev->original_demod_sleep = fe0->dvb.frontend->ops.sleep; in dvb_init()
1319 fe0->dvb.frontend->ops.sleep = philips_europa_demod_sleep; in dvb_init()
[all …]
/linux-4.4.14/drivers/staging/olpc_dcon/
Dolpc_dcon.c196 static void dcon_sleep(struct dcon_priv *dcon, bool sleep) in dcon_sleep() argument
202 if (dcon->asleep == sleep) in dcon_sleep()
208 if (sleep) { in dcon_sleep()
215 dcon->asleep = sleep; in dcon_sleep()
224 dcon->asleep = sleep; in dcon_sleep()
510 __ATTR(sleep, 0644, dcon_sleep_show, dcon_sleep_store),
/linux-4.4.14/Documentation/devicetree/bindings/media/i2c/
Dadv7343.txt13 - adi,power-mode-sleep-mode: on enable the current consumption is reduced to
38 adi,power-mode-sleep-mode;
/linux-4.4.14/Documentation/devicetree/bindings/display/msm/
Dhdmi.txt28 - pinctrl-1: the "sleep" pinctrl state
54 pinctrl-names = "default", "sleep";
Ddsi.txt43 - pinctrl-n: the "sleep" pinctrl state
108 pinctrl-names = "default", "sleep";
/linux-4.4.14/drivers/net/wireless/libertas/
DREADME109 p5 is Control the use of external sleep clock (0-2)
229 This command is used to enable/disable host sleep.
230 Note: Host sleep parameters should be configured using
231 "ethtool -s ethX wol X" command before enabling host sleep.
237 echo "1" > hostsleep : enable host sleep.
238 echo "0" > hostsleep : disable host sleep
/linux-4.4.14/arch/sh/kernel/cpu/shmobile/
DMakefile6 obj-$(CONFIG_PM) += pm.o sleep.o
/linux-4.4.14/Documentation/leds/
Dleds-lp55xx.txt100 sleep 0.1
131 sleep 1
135 sleep 1
137 sleep 1
141 sleep 1
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-st.txt23 - A pinctrl state named "sleep" could be defined to set pins in sleep state
/linux-4.4.14/Documentation/devicetree/bindings/serial/
Dpl011.txt11 and may contain a second name named "sleep". The former
13 the latter state will put the associated pins to sleep
/linux-4.4.14/arch/m32r/platforms/mappi3/
Ddot.gdbinit16 shell sleep 0.1
49 # shell sleep 0.1
51 shell sleep 0.1
153 shell sleep 0.1
/linux-4.4.14/drivers/spi/
Dspi-nuc900.c277 static void nuc900_set_sleep(struct nuc900_spi *hw, unsigned int sleep) in nuc900_set_sleep() argument
286 if (sleep) in nuc900_set_sleep()
287 val |= (sleep << 12); in nuc900_set_sleep()
323 nuc900_set_sleep(hw, hw->pdata->sleep); in nuc900_init_spi()
/linux-4.4.14/Documentation/watchdog/src/
Dwatchdog-simple.c20 sleep(10); in main()
Dwatchdog-test.c93 sleep(ping_rate); in main()
/linux-4.4.14/include/linux/platform_data/
Dspi-nuc900.h23 unsigned int sleep; member
/linux-4.4.14/arch/arm/mach-s5pv210/
DMakefile12 obj-$(CONFIG_PM_SLEEP) += pm.o sleep.o
/linux-4.4.14/arch/arm/mach-rockchip/
DMakefile4 obj-$(CONFIG_PM_SLEEP) += pm.o sleep.o
/linux-4.4.14/arch/x86/kernel/acpi/
DMakefile2 obj-$(CONFIG_ACPI_SLEEP) += sleep.o wakeup_$(BITS).o
/linux-4.4.14/Documentation/usb/
Ddwc3.txt19 - dwc3_send_gadget_ep_cmd() will sleep in wait_for_completion_timeout()
39 handles the remaining EP work which might sleep such as waiting
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
Dmxl111sf.c476 adap_state->fe_sleep = adap->fe[fe_id]->ops.sleep; in mxl111sf_lgdt3305_frontend_attach()
477 adap->fe[fe_id]->ops.sleep = mxl111sf_adap_fe_sleep; in mxl111sf_lgdt3305_frontend_attach()
551 adap_state->fe_sleep = adap->fe[fe_id]->ops.sleep; in mxl111sf_lg2160_frontend_attach()
552 adap->fe[fe_id]->ops.sleep = mxl111sf_adap_fe_sleep; in mxl111sf_lg2160_frontend_attach()
638 adap_state->fe_sleep = adap->fe[fe_id]->ops.sleep; in mxl111sf_lg2161_frontend_attach()
639 adap->fe[fe_id]->ops.sleep = mxl111sf_adap_fe_sleep; in mxl111sf_lg2161_frontend_attach()
725 adap_state->fe_sleep = adap->fe[fe_id]->ops.sleep; in mxl111sf_lg2161_ep6_frontend_attach()
726 adap->fe[fe_id]->ops.sleep = mxl111sf_adap_fe_sleep; in mxl111sf_lg2161_ep6_frontend_attach()
789 adap_state->fe_sleep = adap->fe[fe_id]->ops.sleep; in mxl111sf_attach_demod()
790 adap->fe[fe_id]->ops.sleep = mxl111sf_adap_fe_sleep; in mxl111sf_attach_demod()
Daf9015.h138 int (*sleep[2]) (struct dvb_frontend *fe); member
Daf9015.c684 ret = state->sleep[fe_to_adap(fe)->id](fe); in af9015_af9013_sleep()
867 state->sleep[adap->id] = adap->fe[0]->ops.sleep; in af9015_af9013_frontend_attach()
868 adap->fe[0]->ops.sleep = af9015_af9013_sleep; in af9015_af9013_frontend_attach()
1008 if (adap->fe[0]->ops.tuner_ops.sleep) { in af9015_tuner_attach()
1010 adap->fe[0]->ops.tuner_ops.sleep; in af9015_tuner_attach()
1011 adap->fe[0]->ops.tuner_ops.sleep = af9015_tuner_sleep; in af9015_tuner_attach()
/linux-4.4.14/arch/arm/mach-prima2/
DMakefile4 obj-$(CONFIG_SUSPEND) += pm.o sleep.o
Dsleep.S32 @ sleep force bit.
/linux-4.4.14/tools/perf/Documentation/
Dexamples.txt162 kmem:mm_page_free sleep 10
164 Performance counter stats for 'sleep 10':
178 kmem:mm_page_free sleep 1
180 Performance counter stats for 'sleep 1' (10 runs):
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
DKconfig128 There is a 20ms sleep after VENC reset which seemed to fix the
132 This option enables the sleep, and is enabled by default. You can
133 disable the sleep if it doesn't cause problems on your platform.
/linux-4.4.14/drivers/media/tuners/
Dtda827x.h35 int (*sleep) (struct dvb_frontend *fe); member
Dtda827x.c242 if (priv->cfg && priv->cfg->sleep) in tda827xo_sleep()
243 priv->cfg->sleep(fe); in tda827xo_sleep()
455 if (priv->cfg && priv->cfg->sleep) in tda827xa_sleep()
456 priv->cfg->sleep(fe); in tda827xa_sleep()
818 return fe->ops.tuner_ops.sleep(fe); in tda827x_initial_sleep()
830 .sleep = tda827x_initial_sleep,
846 .sleep = tda827xa_sleep,
871 fe->ops.tuner_ops.sleep = tda827xo_sleep; in tda827x_probe_version()
/linux-4.4.14/tools/perf/
Dperf-with-kcore.sh53 ("$PERF" record -o perf.data.junk "${PERF_OPTIONS[@]}" -- sleep 60) >/dev/null 2>/dev/null &
57 sleep 1
Dbuiltin-top.c110 sleep(1); in perf_top__parse_source()
126 sleep(1); in perf_top__parse_source()
168 sleep(5); in ui__warn_map_erange()
210 sleep(1); in perf_top__record_precise_ip()
370 sleep(1); in perf_top__prompt_symbol()
490 sleep(1); in perf_top__handle_keypress()
750 sleep(5); in perf_event__process_sample()
781 sleep(5); in perf_event__process_sample()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Didle.fuc81 // sleep if no interrupts have occurred
82 sleep $p0
/linux-4.4.14/arch/arm/mach-sa1100/
Dsleep.S139 @ Step 6 set force sleep bit in PMCR
143 20: b 20b @ loop waiting for sleep
DMakefile38 obj-$(CONFIG_PM) += pm.o sleep.o
/linux-4.4.14/Documentation/devicetree/bindings/thermal/
Drockchip-thermal.txt21 - pinctrl-2 : The "sleep" pinctrl state, it will be in for suspend.
37 pinctrl-names = "init", "default", "sleep";
/linux-4.4.14/sound/usb/usx2y/
Dusb_stream.h26 wait_queue_head_t sleep; member
/linux-4.4.14/drivers/staging/comedi/drivers/
Dme_daq.c153 static inline void sleep(unsigned sec) in sleep() function
364 sleep(1); in me2600_xilinx_download()
368 sleep(1); in me2600_xilinx_download()
407 sleep(1); in me2600_xilinx_download()
/linux-4.4.14/drivers/media/i2c/
Dsr030pc30.c152 unsigned int sleep:1; member
340 bool reset, bool sleep) in sr030pc30_pwr_ctrl() argument
343 u8 reg = sleep ? 0xF1 : 0xF0; in sr030pc30_pwr_ctrl()
351 info->sleep = sleep; in sr030pc30_pwr_ctrl()
/linux-4.4.14/sound/core/
Drawmidi.c118 init_waitqueue_head(&runtime->sleep); in snd_rawmidi_runtime_create()
185 timeout = wait_event_interruptible_timeout(runtime->sleep, in snd_rawmidi_drain_output()
931 wake_up(&runtime->sleep); in snd_rawmidi_receive()
1011 add_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_read()
1015 remove_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_read()
1161 wake_up(&runtime->sleep); in __snd_rawmidi_transmit_ack()
1315 add_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_write()
1319 remove_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_write()
1344 add_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_write()
1348 remove_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_write()
[all …]
Dcompress_offload.c132 init_waitqueue_head(&runtime->sleep); in snd_compr_open()
398 poll_wait(f, &stream->runtime->sleep, wait); in snd_compr_poll()
716 ret = wait_event_interruptible(stream->runtime->sleep, in snd_compress_wait_for_drain()
724 wake_up(&stream->runtime->sleep); in snd_compress_wait_for_drain()
741 wake_up(&stream->runtime->sleep); in snd_compr_drain()
783 wake_up(&stream->runtime->sleep); in snd_compr_partial_drain()
/linux-4.4.14/include/linux/
Dpmu.h45 extern void pmu_backlight_set_sleep(int sleep);
/linux-4.4.14/arch/powerpc/platforms/powermac/
DMakefile9 sleep.o low_i2c.o cache.o pfunc_core.o \
/linux-4.4.14/tools/testing/ktest/examples/
Dkvm.conf81 POWER_CYCLE = virsh destroy ${MACHINE}; sleep 5; virsh start ${MACHINE}
/linux-4.4.14/samples/bpf/
Dsockex1_user.c45 sleep(1); in main()
Dsockex2_user.c46 sleep(1); in main()
Dtracex4_user.c65 sleep(1); in main()
Dsockex3_user.c52 sleep(1); in main()
Dsock_example.c85 sleep(1); in test_sock()
Dlathist_user.c99 sleep(5); in main()
Dtracex3_user.c146 sleep(2); in main()
Dtracex2_user.c139 sleep(1); in main()
/linux-4.4.14/tools/testing/selftests/powerpc/dscr/
Ddscr_inherit_test.c49 sleep(1); in dscr_inherit()
Ddscr_inherit_exec_test.c69 sleep(1); in dscr_inherit_exec()
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dsmsc-lan87xx.txt15 pinctrl-names = "default", "sleep";
/linux-4.4.14/Documentation/trace/
Dtracepoint-analysis.txt92 By specifying the -a switch and analysing sleep, the system-wide events
98 sleep 10
99 Performance counter stats for 'sleep 10':
169 time on a system-wide basis using -a and sleep.
174 sleep 1
175 Performance counter stats for 'sleep 1' (10 runs):
/linux-4.4.14/arch/arm/mach-exynos/
DMakefile14 obj-$(CONFIG_EXYNOS_CPU_SUSPEND) += pm.o sleep.o
/linux-4.4.14/tools/perf/ui/
Dsetup.c78 sleep(1); in setup_browser()
/linux-4.4.14/arch/unicore32/kernel/
DMakefile18 obj-$(CONFIG_PUV3_PM) += pm.o sleep.o
Dsleep.S109 @ prepare sleep mode
140 @ enter sleep mode
/linux-4.4.14/Documentation/devicetree/bindings/net/nfc/
Ds3fwrn5.txt10 sleep/wakeup control
/linux-4.4.14/Documentation/devicetree/bindings/iio/adc/
Dat91_adc.txt27 - atmel,adc-sleep-mode: Boolean to enable sleep mode when no conversion
/linux-4.4.14/drivers/media/pci/pt1/
Dva1j5jf8007t.c380 static int va1j5jf8007t_set_sleep(struct va1j5jf8007t_state *state, int sleep) in va1j5jf8007t_set_sleep() argument
386 buf[1] = sleep ? 0x90 : 0x80; in va1j5jf8007t_set_sleep()
446 .sleep = va1j5jf8007t_sleep,
Dpt1.c109 int sleep; member
597 adap->sleep = 1; in pt1_sleep()
611 adap->sleep = 0; in pt1_wakeup()
652 adap->sleep = 1; in pt1_alloc_adapter()
748 adap->orig_sleep = fe->ops.sleep; in pt1_init_frontend()
751 fe->ops.sleep = pt1_sleep; in pt1_init_frontend()
Dva1j5jf8007s.c531 static int va1j5jf8007s_set_sleep(struct va1j5jf8007s_state *state, int sleep) in va1j5jf8007s_set_sleep() argument
537 buf[1] = sleep ? 0x01 : 0x00; in va1j5jf8007s_set_sleep()
598 .sleep = va1j5jf8007s_sleep,
/linux-4.4.14/Documentation/devicetree/bindings/arm/tegra/
Dnvidia,tegra20-pmc.txt4 mostly controls the entry and exit of the system from different sleep
50 or resume from deep sleep mode. When the system is resumed from the deep
51 sleep mode, the warm boot code will restore some PLLs, clocks and then
/linux-4.4.14/arch/m32r/platforms/mappi2/
Ddot.gdbinit.vdec216 shell sleep 1
48 shell sleep 1
51 shell sleep 1
/linux-4.4.14/tools/testing/selftests/firmware/
Dfw_userhelper.sh45 sleep 0.1
/linux-4.4.14/drivers/target/iscsi/
Discsi_target_erl0.c853 goto sleep; in iscsit_connection_reinstatement_rcfr()
858 goto sleep; in iscsit_connection_reinstatement_rcfr()
867 sleep: in iscsit_connection_reinstatement_rcfr()
872 void iscsit_cause_connection_reinstatement(struct iscsi_conn *conn, int sleep) in iscsit_cause_connection_reinstatement() argument
896 if (!sleep) { in iscsit_cause_connection_reinstatement()
/linux-4.4.14/drivers/nfc/s3fwrn5/
Ds3fwrn5.h36 void (*set_wake)(void *id, bool sleep);
/linux-4.4.14/Documentation/devicetree/bindings/net/ieee802154/
Dat86rf230.txt14 - sleep-gpio: GPIO spec for the slp_tr pin
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/
Dmulti_ebb_procs_test.c95 sleep(10); in multi_ebb_procs()
/linux-4.4.14/drivers/media/pci/zoran/
Dzoran_device.h51 int sleep);
/linux-4.4.14/tools/perf/scripts/python/
Dsctop.py80 time.sleep(interval)
/linux-4.4.14/tools/thermal/tmon/
Dtmon.c331 sleep(ticktime); in main()
380 sleep(10); in start_daemon_mode()
/linux-4.4.14/tools/testing/selftests/memfd/
Dfuse_mnt.c85 sleep(1); in memfd_read()
/linux-4.4.14/Documentation/devicetree/bindings/security/tpm/
Dst33zp24-spi.txt11 If set, power must be present when the platform is going into sleep/hibernate mode.
Dst33zp24-i2c.txt12 If set, power must be present when the platform is going into sleep/hibernate mode.
/linux-4.4.14/tools/testing/selftests/futex/functional/
Dfutex_requeue_pi_mismatched_ops.c88 sleep(1); in main()
/linux-4.4.14/Documentation/devicetree/bindings/spi/
Dspi-st-ssc.txt11 - pinctrl-names : Uses "default", can use "sleep" if provided
/linux-4.4.14/drivers/input/mouse/
Delan_i2c.h49 int (*sleep_control)(struct i2c_client *, bool sleep);
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio-nmk.txt18 - st,supports-sleepmode : Specifies whether controller can sleep or not
/linux-4.4.14/drivers/media/usb/dvb-usb/
Ddib0700.h52 int (*sleep)(struct dvb_frontend* fe); member
/linux-4.4.14/drivers/input/touchscreen/
Dcy8ctmg110_ts.c152 static int cy8ctmg110_set_sleepmode(struct cy8ctmg110 *ts, bool sleep) in cy8ctmg110_set_sleepmode() argument
156 if (sleep) { in cy8ctmg110_set_sleepmode()
/linux-4.4.14/drivers/media/dvb-core/
Ddvb_frontend.h251 int (*sleep)(struct dvb_frontend *fe); member
429 int (*sleep)(struct dvb_frontend* fe); member
/linux-4.4.14/arch/arm/mach-s3c64xx/
DMakefile20 obj-$(CONFIG_PM_SLEEP) += irq-pm.o sleep.o
/linux-4.4.14/arch/arm/mach-davinci/
DMakefile39 obj-$(CONFIG_SUSPEND) += pm.o sleep.o
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Didle-states.txt520 CPU_SLEEP_0_0: cpu-sleep-0-0 {
529 CLUSTER_SLEEP_0: cluster-sleep-0 {
557 CPU_SLEEP_1_0: cpu-sleep-1-0 {
567 CLUSTER_SLEEP_1: cluster-sleep-1 {
643 CPU_SLEEP_0_0: cpu-sleep-0-0 {
652 CLUSTER_SLEEP_0: cluster-sleep-0 {
661 CPU_SLEEP_1_0: cpu-sleep-1-0 {
670 CLUSTER_SLEEP_1: cluster-sleep-1 {
/linux-4.4.14/scripts/package/
Dbuildtar119 sleep 5
/linux-4.4.14/include/linux/mfd/
Ddb8500-prcmu.h499 void prcmu_configure_auto_pm(struct prcmu_auto_pm_config *sleep,
607 static inline void prcmu_configure_auto_pm(struct prcmu_auto_pm_config *sleep, in prcmu_configure_auto_pm() argument
/linux-4.4.14/Documentation/devicetree/bindings/mmc/
Dti-omap-hsmmc.txt90 2. specify pinctrl states "default" and "idle", "sleep" is optional.
100 pinctrl-names = "default", "idle", "sleep"
/linux-4.4.14/Documentation/arm/
Dkernel_mode_neon.txt12 * Don't sleep in your NEON code, and be aware that it will be executed with
22 required. Furthermore, special care is required for code that may sleep [i.e.,
56 * NEON/VFP code is not allowed to sleep;
/linux-4.4.14/Documentation/devicetree/bindings/soc/mediatek/
Dscpsys.txt6 voltage frequency scaling (DVFS), interrupt filter and lowlevel sleep control.
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/
DSuspend.txt31 sleep and how it resumes. The default behaviour of the Linux code
35 GSTATUS4 is currently left alone by the sleep code, and is free to
/linux-4.4.14/fs/ecryptfs/
Dmessaging.c347 sleep: in ecryptfs_wait_for_response()
355 goto sleep; in ecryptfs_wait_for_response()
/linux-4.4.14/tools/virtio/virtio-trace/
Dtrace-agent-rw.c168 sleep(1); in rw_thread_main()
/linux-4.4.14/Documentation/devicetree/bindings/media/
Dti-am437x-vpfe.txt30 pinctrl-names = "default", "sleep";
/linux-4.4.14/Documentation/devicetree/bindings/arm/msm/
Dtimer.txt45 clock-names = "sleep";
/linux-4.4.14/drivers/net/usb/
Dasix_common.c339 int asix_write_gpio(struct usbnet *dev, u16 value, int sleep) in asix_write_gpio() argument
349 if (sleep) in asix_write_gpio()
350 msleep(sleep); in asix_write_gpio()
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Dqcom,dwc3.txt13 "sleep" Sleep clock, used when USB3 core goes into low
/linux-4.4.14/arch/arm/mach-omap1/
DMakefile20 obj-$(CONFIG_PM) += pm.o sleep.o
/linux-4.4.14/Documentation/ABI/obsolete/
Dsysfs-bus-usb11 although normal suspends for system sleep will still

123