/Linux-v6.6/net/bluetooth/ |
D | msft.c | 130 __u8 resuming; member 598 msft->resuming = true; in reregister_monitor() 611 msft->resuming = false; in reregister_monitor() 665 msft->resuming = true; in msft_do_open() 1163 if (msft->resuming || msft->suspending) in msft_add_monitor_pattern() 1177 if (msft->resuming || msft->suspending) in msft_remove_monitor()
|
/Linux-v6.6/drivers/usb/usbip/ |
D | vhci.h | 108 unsigned resuming:1; member
|
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-v6.6/Documentation/admin-guide/cgroup-v1/ |
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-v6.6/tools/testing/selftests/powerpc/nx-gzip/ |
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-v6.6/Documentation/devicetree/bindings/powerpc/fsl/ |
D | pmc.txt | 41 supports disabling and resuming devices at any time.
|
/Linux-v6.6/arch/sh/kernel/cpu/sh3/ |
D | swsusp.S | 100 ldc r1, spc ! setup pc value for resuming
|
/Linux-v6.6/Documentation/power/ |
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
|
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
|
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.
|
D | swsusp-dmcrypt.rst | 130 regardless if resuming or not, otherwise later suspend will fail.
|
/Linux-v6.6/drivers/usb/host/ |
D | xen-hcd.c | 38 bool resuming; /* in resuming */ member 236 info->ports[port].resuming = true; in xenhcd_rhport_resume() 286 info->ports[port].resuming = false; in xenhcd_rhport_disable() 477 if (info->ports[wIndex].resuming && in xenhcd_hub_control()
|
/Linux-v6.6/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 257 unsigned resuming:1; member 449 dum_hcd->resuming = 0; in set_link_state() 868 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-v6.6/net/mac80211/ |
D | util.c | 882 if (local->quiescing || (local->suspended && !local->resuming)) { in ieee80211_can_queue_work() 2363 local->resuming = false; in ieee80211_handle_reconfig_failure() 2518 local->resuming = true; in ieee80211_reconfig() 2531 local->resuming = false; in ieee80211_reconfig() 2592 WARN_ON(local->resuming); in ieee80211_reconfig() 2907 if (!local->resuming) in ieee80211_reconfig() 2958 local->resuming = false; in ieee80211_reconfig() 2993 !local->resuming)) in ieee80211_reconfig_disconnect()
|
/Linux-v6.6/include/net/mana/ |
D | mana.h | 442 int mana_probe(struct gdma_dev *gd, bool resuming);
|
/Linux-v6.6/Documentation/userspace-api/ |
D | seccomp_filter.rst | 112 dependent value -- if resuming execution, set it to something 351 emulation security checks, making resuming the syscall mostly
|
/Linux-v6.6/Documentation/driver-api/usb/ |
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
|
D | persist.rst | 59 You can check the kernel log after resuming to see if either of these
|
/Linux-v6.6/drivers/net/ethernet/microsoft/mana/ |
D | mana_en.c | 2774 int mana_probe(struct gdma_dev *gd, bool resuming) in mana_probe() argument 2791 if (!resuming) { in mana_probe() 2809 if (!resuming) { in mana_probe() 2826 if (!resuming) { in mana_probe()
|
/Linux-v6.6/drivers/platform/x86/intel/ |
D | Kconfig | 186 update state by resuming for a short period of time at regular
|
/Linux-v6.6/drivers/acpi/ |
D | ec.c | 937 static void acpi_ec_start(struct acpi_ec *ec, bool resuming) in acpi_ec_start() argument 945 if (!resuming) { in acpi_ec_start()
|
/Linux-v6.6/Documentation/driver-api/pm/ |
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
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-devices-power | 270 "suspended", "suspending", "resuming", "active", "error" (fatal
|
/Linux-v6.6/kernel/power/ |
D | Kconfig | 74 Right now you may boot without resuming and resume later but in the
|
/Linux-v6.6/drivers/net/ethernet/intel/igc/ |
D | igc_main.c | 5910 static int __igc_open(struct net_device *netdev, bool resuming) in __igc_open() argument 5921 WARN_ON(resuming); in __igc_open() 5925 if (!resuming) in __igc_open() 5966 if (!resuming) in __igc_open() 5987 if (!resuming) in __igc_open()
|