Home
last modified time | relevance | path

Searched refs:resume (Results 1 – 25 of 1998) sorted by relevance

12345678910>>...80

/OK3568_Linux_fs/kernel/drivers/pinctrl/samsung/
H A Dpinctrl-exynos-arm.c137 .resume = exynos_pinctrl_resume,
218 .resume = exynos_pinctrl_resume,
227 .resume = exynos_pinctrl_resume,
330 .resume = exynos_pinctrl_resume,
339 .resume = exynos_pinctrl_resume,
427 .resume = exynos_pinctrl_resume,
436 .resume = exynos_pinctrl_resume,
444 .resume = exynos_pinctrl_resume,
452 .resume = exynos_pinctrl_resume,
533 .resume = exynos_pinctrl_resume,
[all …]
H A Dpinctrl-exynos-arm64.c195 .resume = exynos_pinctrl_resume,
204 .resume = exynos_pinctrl_resume,
212 .resume = exynos_pinctrl_resume,
220 .resume = exynos_pinctrl_resume,
228 .resume = exynos_pinctrl_resume,
236 .resume = exynos_pinctrl_resume,
244 .resume = exynos_pinctrl_resume,
252 .resume = exynos_pinctrl_resume,
260 .resume = exynos_pinctrl_resume,
268 .resume = exynos_pinctrl_resume,
/OK3568_Linux_fs/kernel/drivers/base/
H A Dsyscore.c82 if (ops->resume) in syscore_suspend()
83 ops->resume(); in syscore_suspend()
103 if (ops->resume) { in syscore_resume()
104 pm_pr_dbg("Calling %pS\n", ops->resume); in syscore_resume()
105 ops->resume(); in syscore_resume()
107 "Interrupts enabled after %pS\n", ops->resume); in syscore_resume()
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dintel-xway.c263 .resume = genphy_resume,
275 .resume = genphy_resume,
287 .resume = genphy_resume,
299 .resume = genphy_resume,
310 .resume = genphy_resume,
321 .resume = genphy_resume,
332 .resume = genphy_resume,
343 .resume = genphy_resume,
354 .resume = genphy_resume,
365 .resume = genphy_resume,
H A Drealtek.c638 .resume = genphy_resume,
647 .resume = genphy_resume,
666 .resume = rtl8211b_resume,
683 .resume = genphy_resume,
693 .resume = genphy_resume,
704 .resume = rtl821x_resume,
712 .resume = rtlgen_resume,
724 .resume = rtlgen_resume,
736 .resume = rtlgen_resume,
753 .resume = genphy_resume,
[all …]
H A Dmicrel.c1175 .resume = genphy_resume,
1190 .resume = genphy_resume,
1205 .resume = genphy_resume,
1237 .resume = genphy_resume,
1251 .resume = genphy_resume,
1266 .resume = genphy_resume,
1282 .resume = kszphy_resume,
1292 .resume = genphy_resume,
1308 .resume = genphy_resume,
1327 .resume = kszphy_resume,
[all …]
H A Dsmsc.c325 .resume = genphy_resume,
349 .resume = genphy_resume,
378 .resume = genphy_resume,
396 .resume = genphy_resume,
426 .resume = genphy_resume,
452 .resume = genphy_resume,
/OK3568_Linux_fs/kernel/Documentation/power/
H A Dswsusp.rst11 If you touch anything on disk between suspend and resume...
14 If you do resume from initrd after your filesystems are mounted...
22 between suspend and resume, it may do something wrong. If you change
26 ( ) suspend/resume support is needed to make it safe.
29 they won't be accessible after resume and you may lose data, as though
35 You need to append resume=/dev/your_swap_partition to kernel command
36 line or specify it using /sys/power/resume.
39 If using a swapfile you can also specify a resume offset using
57 support. For suspend and resume to work, make sure your disk drivers
59 suspend/resume with modular disk drivers, see FAQ, but you probably
[all …]
H A Dswsusp-dmcrypt.rst25 or an usb stick prior to resume. So you need an initrd, that sets
26 up dm-crypt and then asks swsusp to resume from the encrypted
30 a way that the swap device you suspend to/resume from has
39 resume partition, so your kernel .config contains::
67 initrd that allows you to resume from encrypted swap and that
68 continues boot with your mini system on /dev/hda1 if resume
106 echo 254:0 > /sys/power/resume
121 First we have to decide if we want to try to resume, or not.
122 We will not resume if booting with "noresume" or any parameters
127 device if we don't want to resume. The line "echo 254:0 > /sys/power/resume"
[all …]
H A Ddrivers-testing.rst2 Testing suspend and resume support in device drivers
11 resume transitions in a driver, it is necessary to suspend and resume a fully
19 resume without the driver being tested. Thus, if possible, you should first
20 resolve all suspend/resume-related problems in the test system before you start
22 for more information about the debugging of suspend/resume functionality.
27 Once you have resolved the suspend/resume-related problems with your test system
52 regarded as suspend/resume-safe.
H A Ds2ram.rst21 always it's a driver that is buggy. Thank God for the suspend/resume
25 driver that doesn't resume and recompile and reboot).
46 hash matches drivers/base/power/resume.c:28
49 which means that the last trace event was just before trying to resume
52 fix it, disable it, or trace into its resume function.
63 that "radeonfb" simply cannot resume that device - it tries to set the
65 resume it instead works fine.
71 hardware during resume operations where a value can be set that will
78 Consequence is that after a resume (even if it is successful) your system
85 quickly after the resume failure. The trace option does not use the seconds
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/marvell/
H A D98dx3236-resume-ctrl.txt7 - compatible: must be "marvell,98dx3336-resume-ctrl"
9 - reg: Should contain resume control registers location and length
13 resume@20980 {
14 compatible = "marvell,98dx3336-resume-ctrl";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/cpu-enable-method/
H A Dal,alpine-smp17 "al,alpine-cpu-resume" and "al,alpine-nb-service".
20 * Alpine CPU resume registers
22 The CPU resume register are used to define required resume address after
26 - compatible : Should contain "al,alpine-cpu-resume".
73 compatible = "al,alpine-cpu-resume";
/OK3568_Linux_fs/kernel/drivers/pnp/
H A Ddriver.c219 if (pnp_dev->protocol->resume) { in pnp_bus_resume()
220 error = pnp_dev->protocol->resume(pnp_dev); in pnp_bus_resume()
231 if (pnp_drv->driver.pm && pnp_drv->driver.pm->resume) { in pnp_bus_resume()
232 error = pnp_drv->driver.pm->resume(dev); in pnp_bus_resume()
237 if (pnp_drv->resume) { in pnp_bus_resume()
238 error = pnp_drv->resume(pnp_dev); in pnp_bus_resume()
249 .resume = pnp_bus_resume,
/OK3568_Linux_fs/kernel/Documentation/admin-guide/pm/
H A Dsuspend-flows.rst23 working state is referred to as *system resume*.
25 The kernel code flows associated with the suspend and resume transitions for
34 resume hooks that need to be provided by the platform driver to make them
35 available. Apart from that, the suspend and resume code flows for these sleep
51 transition is about to occur and when the resume transition has finished.
65 put into uninterruptible sleep until the end of the subsequent system resume
74 resume, which can be much more precise than the freezing, so the latter is
93 deferred till the subsequent system resume transition as described
96 IRQs associated with system wakeup devices are "armed" so that the resume
115 system wakeup, in which case the system resume transition is started.
[all …]
/OK3568_Linux_fs/kernel/Documentation/arm/samsung-s3c24xx/
H A Dsuspend.rst18 1) A bootloader that can support the necessary resume operation
20 2) Support for at least 1 source for resume
25 time require suspend/resume support.
34 code to resume Linux operation.
54 saving the resume address, if your board requires it, then contact
95 3) If any debugging is placed in the resume path, then it must have the
106 aspects of how the S3C2410 suspend and resume support is configured
/OK3568_Linux_fs/kernel/Documentation/watchdog/
H A Dwatchdog-pm.rst15 Ping on resume
17 On resume, a watchdog timer shall be reset to its selected value to give
18 userspace enough time to resume. [1] [2]
/OK3568_Linux_fs/kernel/Documentation/driver-api/pm/
H A Dnotifiers.rst14 before hibernation/suspend or after restore/resume, but they require the system
16 ``->resume()`` or even ``->prepare()`` and ``->complete()`` callbacks are not
20 resume/restore, but they cannot do it by calling :c:func:`request_firmware()`
21 from their ``->resume()`` or ``->complete()`` callback routines (user land
24 ``->resume()`` routine. A suspend/hibernation notifier may be used for that.
54 resume callbacks have been executed and tasks have been thawed.
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Doutercache.h25 void (*resume)(void); member
102 if (outer_cache.resume) in outer_resume()
103 outer_cache.resume(); in outer_resume()
/OK3568_Linux_fs/kernel/kernel/power/
H A DKconfig51 after placing resume=/dev/swappartition on the kernel command line
64 boot, pass the 'resume=/dev/swappartition' argument to the kernel to
74 Right now you may boot without resuming and resume later but in the
96 string "Default resume partition"
100 The default resume partition is the partition that the suspend-
109 resume=/dev/<other device>
111 which will set the resume partition to the device specified.
196 bool "Test suspend/resume and wakealarm during bootup"
211 bool "Device suspend/resume watchdog"
215 locked up attempting to suspend/resume a device.
[all …]
/OK3568_Linux_fs/kernel/Documentation/driver-api/firmware/
H A Dfirmware_cache.rst6 re-initialize devices. During resume there may be a period of time during which
15 driver's suspend and resume callback. Users of these API calls needn't cache
16 the firmware by themselves for dealing with firmware loss during system resume.
19 caching it in memory. Upon resume device drivers using the firmware API will
41 will still be used on resume from suspend.
/OK3568_Linux_fs/kernel/drivers/xen/events/
H A Devents_internal.h28 void (*resume)(void); member
104 if (evtchn_ops->resume) in xen_evtchn_resume()
105 evtchn_ops->resume(); in xen_evtchn_resume()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0022-do-not-disable-buffer-in-writing-files.patch32 src/hibernate-resume/hibernate-resume.c | 2 +-
261 diff --git a/src/hibernate-resume/hibernate-resume.c b/src/hibernate-resume/hibernate-resume.c
263 --- a/src/hibernate-resume/hibernate-resume.c
264 +++ b/src/hibernate-resume/hibernate-resume.c
269 - r = write_string_file("/sys/power/resume", major_minor, WRITE_STRING_FILE_DISABLE_BUFFER);
270 + r = write_string_file("/sys/power/resume", major_minor, 0);
272 log_error_errno(r, "Failed to write '%s' to /sys/power/resume: %m", major_minor);
411 - r = write_string_file("/sys/power/resume", resume_str, WRITE_STRING_FILE_DISABLE_BUFFER);
412 + r = write_string_file("/sys/power/resume", resume_str, 0);
414 …return log_debug_errno(r, "Failed to write partition device to /sys/power/resume for '%s': '%s': %…
/OK3568_Linux_fs/kernel/include/linux/clk/
H A Dtegra.h41 void (*resume)(void); member
106 if (WARN_ON(!tegra_cpu_car_ops->resume)) in tegra_cpu_clock_resume()
109 tegra_cpu_car_ops->resume(); in tegra_cpu_clock_resume()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-devices-power59 enable or diasble the device's suspend and resume callbacks to
61 with the main suspend/resume thread) during system-wide power
67 + "enabled\n" to permit the asynchronous suspend/resume;
73 It generally is unsafe to permit the asynchronous suspend/resume
209 contains the PM QoS resume latency limit for the given device,
210 which is the maximum allowed time it can take to resume the
211 device, after it has been suspended at run time, from a resume
214 the PM QoS resume latency may be arbitrary and the special value
215 "n/a" means that user space cannot accept any resume latency at
221 This attribute has no effect on system-wide suspend/resume and
[all …]

12345678910>>...80