Home
last modified time | relevance | path

Searched refs:resuming (Results 1 – 25 of 33) sorted by relevance

12

/linux/net/bluetooth/
H A Dmsft.c129 __u8 resuming; member
591 msft->resuming = true; in reregister_monitor()
604 msft->resuming = false; in reregister_monitor()
658 msft->resuming = true; in msft_do_open()
1159 if (msft->resuming || msft->suspending) in msft_add_monitor_pattern()
1173 if (msft->resuming || msft->suspending) in msft_remove_monitor()
/linux/drivers/usb/usbip/
H A Dvhci.h108 unsigned resuming:1; member
H A Dvhci_hcd.c386 vhci_hcd->resuming = 1; in vhci_hub_control()
448 if (vhci_hcd->resuming && time_after(jiffies, vhci_hcd->re_timeout)) { in vhci_hub_control()
451 vhci_hcd->resuming = 0; in vhci_hub_control()
/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c292 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/drivers/usb/host/
H A Dxen-hcd.c38 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/Documentation/power/
H A Dsuspend-and-interrupts.rst30 of resuming devices (that is, before starting to execute ->resume_early
38 suspend-resume cycle, including the "noirq" phases of suspending and resuming
H A Dswsusp.rst94 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.
H A Duserland-swsusp.rst160 The suspending and resuming utilities MUST lock themselves in memory,
189 The resuming utility SHOULD NOT attempt to mount any file systems that could
H A Dswsusp-dmcrypt.rst130 regardless if resuming or not, otherwise later suspend will fail.
H A Dfreezing-of-tasks.rst142 from interfering with the suspending and resuming of devices. A user space
H A Dbasic-pm-debugging.rst20 resuming the system.] Moreover, hibernating in the "reboot" and "shutdown"
/linux/net/mac80211/
H A Ddriver-ops.c569 if (!local->in_reconfig && !local->resuming) { in drv_change_vif_links()
625 if (local->in_reconfig || local->resuming) in drv_change_sta_links()
H A Dutil.c949 if (local->quiescing || (local->suspended && !local->resuming)) { in ieee80211_can_queue_work()
1687 local->resuming = false; in ieee80211_handle_reconfig_failure()
1904 local->resuming = true; in ieee80211_reconfig()
1917 local->resuming = false; in ieee80211_reconfig()
1990 WARN_ON(local->resuming); in ieee80211_reconfig()
2314 if (!local->resuming) in ieee80211_reconfig()
2367 local->resuming = false; in ieee80211_reconfig()
2404 !local->resuming)) in ieee80211_reconfig_disconnect()
/linux/arch/sh/kernel/cpu/sh3/
H A Dswsusp.S100 ldc r1, spc ! setup pc value for resuming
/linux/drivers/usb/gadget/udc/
H A Ddummy_hcd.c261 unsigned resuming:1; member
453 dum_hcd->resuming = 0; in set_link_state()
877 dum_hcd->resuming = 1; in dummy_wakeup()
2048 if (dum_hcd->resuming && time_after_eq(jiffies, dum_hcd->re_timeout)) { in dummy_hub_status()
2147 dum_hcd->resuming = 1; in dummy_hub_control()
2213 if (dum_hcd->resuming && in dummy_hub_control()
/linux/Documentation/userspace-api/
H A Dseccomp_filter.rst112 dependent value -- if resuming execution, set it to something
351 emulation security checks, making resuming the syscall mostly
/linux/Documentation/driver-api/usb/
H A Dpower-management.rst74 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
H A Dpersist.rst59 You can check the kernel log after resuming to see if either of these
/linux/drivers/acpi/
H A Dec.c961 static void acpi_ec_start(struct acpi_ec *ec, bool resuming) in acpi_ec_start() argument
969 if (!resuming) { in acpi_ec_start()
/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c3617 int mana_probe(struct gdma_dev *gd, bool resuming) in mana_probe() argument
3636 if (!resuming) { in mana_probe()
3662 if (!resuming) { in mana_probe()
3689 if (!resuming) { in mana_probe()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dd3.c1982 mld->fw_status.resuming = true; in iwl_mld_wowlan_resume()
2051 mld->fw_status.resuming = false; in iwl_mld_wowlan_resume()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c6194 static int __igc_open(struct net_device *netdev, bool resuming) in __igc_open() argument
6206 WARN_ON(resuming); in __igc_open()
6210 if (!resuming) in __igc_open()
6245 if (!resuming) in __igc_open()
6264 if (!resuming) in __igc_open()
/linux/Documentation/admin-guide/pm/
H A Dsleep-states.rst114 for system suspend. However, it requires some low-level code for resuming the
/linux/Documentation/driver-api/
H A Ddevice_link.rst9 hierarchy: When suspending, resuming or shutting down the system, devices
/linux/Documentation/admin-guide/device-mapper/
H A Dthin-provisioning.rst124 the low water mark. However, resuming a device always triggers an

12