| /linux/drivers/visorbus/ |
| A D | visorbus_main.c | 1114 if (!dev->resuming) in resume_state_change_complete() 1117 dev->resuming = false; in resume_state_change_complete() 1147 if (dev->pausing || dev->resuming) in visorchipset_initiate_device_pause_resume() 1160 dev->resuming = true; in visorchipset_initiate_device_pause_resume() 1200 dev_info->resuming = false; in visorchipset_device_resume()
|
| /linux/drivers/usb/usbip/ |
| A D | vhci.h | 108 unsigned resuming:1; member
|
| A D | vhci_hcd.c | 384 vhci_hcd->resuming = 1; in vhci_hub_control() 445 if (vhci_hcd->resuming && time_after(jiffies, vhci_hcd->re_timeout)) { in vhci_hub_control() 448 vhci_hcd->resuming = 0; in vhci_hub_control()
|
| /linux/Documentation/devicetree/bindings/watchdog/ |
| A D | samsung-wdt.yaml | 13 The Samsung's Watchdog controller is used for resuming system operation
|
| /linux/tools/testing/selftests/powerpc/nx-gzip/ |
| A D | gunz_test.c | 292 int sfbt, subc, spbc, tpbc, nx_ce, fc, resuming = 0; in decompress_file() local 545 if (resuming) { in decompress_file() 930 resuming = 1; in decompress_file()
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| A D | freezer-subsystem.rst | 24 and resuming tasks in userspace. Both of these signals are observable 49 have a problem with this method of stopping and resuming tasks.
|
| /linux/include/linux/ |
| A D | visorbus.h | 240 bool resuming; member
|
| /linux/Documentation/devicetree/bindings/powerpc/fsl/ |
| A D | pmc.txt | 41 supports disabling and resuming devices at any time.
|
| /linux/Documentation/power/ |
| A D | suspend-and-interrupts.rst | 30 of resuming devices (that is, before starting to execute ->resume_early 38 suspend-resume cycle, including the "noirq" phases of suspending and resuming
|
| A D | swsusp.rst | 94 to standby mode. Later resuming the machine the saved state is loaded back to 105 the resuming. If the option `hibernate=nocompress` is specified as a boot 257 After resuming, system is paging heavily, leading to very bad interactivity. 467 before suspending; then remount them after resuming.
|
| A D | userland-swsusp.rst | 160 The suspending and resuming utilities MUST lock themselves in memory, 189 The resuming utility SHOULD NOT attempt to mount any file systems that could
|
| A D | swsusp-dmcrypt.rst | 130 regardless if resuming or not, otherwise later suspend will fail.
|
| /linux/arch/sh/kernel/cpu/sh3/ |
| A D | swsusp.S | 100 ldc r1, spc ! setup pc value for resuming
|
| /linux/drivers/usb/gadget/udc/ |
| A D | dummy_hcd.c | 257 unsigned resuming:1; member 449 dum_hcd->resuming = 0; in set_link_state() 867 dum_hcd->resuming = 1; in dummy_wakeup() 2025 if (dum_hcd->resuming && time_after_eq(jiffies, dum_hcd->re_timeout)) { in dummy_hub_status() 2124 dum_hcd->resuming = 1; in dummy_hub_control() 2190 if (dum_hcd->resuming && in dummy_hub_control()
|
| /linux/drivers/net/ethernet/microsoft/mana/ |
| A D | mana.h | 377 int mana_probe(struct gdma_dev *gd, bool resuming);
|
| A D | mana_en.c | 1831 int mana_probe(struct gdma_dev *gd, bool resuming) in mana_probe() argument 1848 if (!resuming) { in mana_probe() 1866 if (!resuming) { in mana_probe() 1883 if (!resuming) { in mana_probe()
|
| /linux/Documentation/arm/samsung-s3c24xx/ |
| A D | suspend.rst | 45 to say that its bootloader is capable of resuming. This can be as
|
| /linux/net/mac80211/ |
| A D | util.c | 909 if (local->quiescing || (local->suspended && !local->resuming)) { in ieee80211_can_queue_work() 2195 local->resuming = false; in ieee80211_handle_reconfig_failure() 2318 local->resuming = true; in ieee80211_reconfig() 2331 local->resuming = false; in ieee80211_reconfig() 2392 WARN_ON(local->resuming); in ieee80211_reconfig() 2645 if (!local->resuming) in ieee80211_reconfig() 2686 local->resuming = false; in ieee80211_reconfig() 2720 if (WARN_ON(!local->resuming)) in ieee80211_resume_disconnect()
|
| /linux/Documentation/devicetree/bindings/arm/tegra/ |
| A D | nvidia,tegra20-pmc.yaml | 119 by AVP when resuming from the LP0 state. 124 some PLLs, clocks and then brings up CPU0 for resuming the
|
| /linux/drivers/platform/x86/intel/ |
| A D | Kconfig | 142 update state by resuming for a short period of time at regular
|
| /linux/Documentation/userspace-api/ |
| A D | seccomp_filter.rst | 112 dependent value -- if resuming execution, set it to something 341 emulation security checks, making resuming the syscall mostly
|
| /linux/Documentation/driver-api/usb/ |
| A D | power-management.rst | 74 However some devices have the capability of resuming by themselves, or 80 event. Examples include a suspended keyboard resuming when a key is 81 pressed, or a suspended USB hub resuming when a device is plugged in. 433 suspending and resuming correctly. This is exactly equivalent to
|
| A D | persist.rst | 59 You can check the kernel log after resuming to see if either of these
|
| /linux/drivers/acpi/ |
| A D | ec.c | 930 static void acpi_ec_start(struct acpi_ec *ec, bool resuming) in acpi_ec_start() argument 938 if (!resuming) { in acpi_ec_start()
|
| /linux/Documentation/driver-api/pm/ |
| A D | devices.rst | 269 Suspending or resuming the system is done in several phases. Different phases 420 low-power state. Instead, the PM core will unwind its actions by resuming all 427 When resuming from freeze, standby or memory sleep, the phases are: 585 Resuming from hibernation is, again, more complicated than resuming from a sleep 598 in resuming from hibernation. In fact, the restore kernel may be completely
|