Home
last modified time | relevance | path

Searched refs:suspending (Results 1 – 25 of 41) sorted by relevance

12

/linux/drivers/input/touchscreen/
H A Dzforce_ts.c113 bool suspending; member
446 bool suspending; in zforce_irq_thread() local
460 suspending = READ_ONCE(ts->suspending); in zforce_irq_thread()
461 if (!suspending && device_may_wakeup(&client->dev)) in zforce_irq_thread()
489 if (suspending && device_may_wakeup(&client->dev)) in zforce_irq_thread()
543 if (!suspending && device_may_wakeup(&client->dev)) in zforce_irq_thread()
613 WRITE_ONCE(ts->suspending, true); in zforce_suspend()
619 WRITE_ONCE(ts->suspending, false); in zforce_suspend()
/linux/net/mac80211/
H A Dpm.c30 local->suspending = true; in __ieee80211_suspend()
181 local->suspending = false; in __ieee80211_suspend()
/linux/drivers/crypto/ccp/
H A Dccp-dev.c325 if (!ccp->suspending) { in ccp_enqueue_cmd()
385 if (ccp->suspending) { in ccp_dequeue_cmd()
563 ccp->suspending = 1; in ccp_dev_suspend()
589 ccp->suspending = 0; in ccp_dev_resume()
H A Dccp-dev.h428 unsigned int suspending; member
/linux/Documentation/power/
H A Dbasic-pm-debugging.rst19 because some problems only show up on a second attempt at suspending and
56 - test the freezing of processes and suspending of devices
59 - test the freezing of processes, suspending of devices and platform
63 - test the freezing of processes, suspending of devices, platform
67 - test the freezing of processes, suspending of devices, platform global
68 control methods\ [1]_, the disabling of nonboot CPUs and suspending
78 suspending devices) and issue the standard hibernation commands. For example,
89 /sys/power/pm_test , then after suspending devices the kernel will additionally
147 If the "core" test fails, which means that suspending of the system/platform
H A Duserland-swsusp.rst160 The suspending and resuming utilities MUST lock themselves in memory,
163 The suspending utility MUST check the value stored by SNAPSHOT_CREATE_IMAGE
170 (a) The suspending utility MUST NOT close the snapshot device
173 suspending utility SHOULD destroy it, preferably by zapping
177 (b) The suspending utility SHOULD NOT attempt to perform any
185 the snapshot image), the suspending utility MUST close the snapshot
H A Dswsusp-and-swap-files.rst58 /proc/swaps) so that it can be used for suspending.
60 Note that if the swap file used for suspending is deleted and recreated,
H A Dsuspend-and-interrupts.rst13 suspend after the "late" phase of suspending devices (that is, after all of the
38 suspend-resume cycle, including the "noirq" phases of suspending and resuming
101 interrupts right after the "noirq" phase of suspending devices.
H A Dswsusp.rst134 well, suspending a server is IMHO a really stupid thing,
164 during suspending, but otherwise it would work...
467 before suspending; then remount them after resuming.
H A Dfreezing-of-tasks.rst142 from interfering with the suspending and resuming of devices. A user space
143 process running on a second CPU while we are suspending devices may, for
H A Dvideo.rst85 your video card (good luck getting docs :-(). Maybe suspending from X
/linux/drivers/tty/serial/
H A Dmax3100.c109 int suspending; member
305 if (!s->force_end_work && !freezing(current) && !s->suspending) in max3100_dowork()
530 if (s->suspending) in max3100_shutdown()
560 if (s->suspending) in max3100_startup()
784 s->suspending = 1; in max3100_suspend()
799 s->suspending = 0; in max3100_resume()
/linux/net/bluetooth/
H A Dmsft.c130 __u8 suspending; member
398 if (!msft->suspending) { in msft_le_cancel_monitor_advertisement_cb()
458 msft->suspending = true; in msft_suspend_sync()
471 msft->suspending = false; in msft_suspend_sync()
1159 if (msft->resuming || msft->suspending) in msft_add_monitor_pattern()
1173 if (msft->resuming || msft->suspending) in msft_remove_monitor()
/linux/arch/arm/mach-pxa/
H A Dsleep.S104 @ about suspending with PXBus operating above 133MHz
/linux/drivers/usb/host/
H A Dehci-hub.c147 bool suspending, bool do_wakeup) in ehci_adjust_port_wakeup_flags() argument
185 if (!suspending) { in ehci_adjust_port_wakeup_flags()
206 if (!suspending && ehci_port_change(ehci)) in ehci_adjust_port_wakeup_flags()
/linux/Documentation/driver-api/usb/
H A Dpower-management.rst33 Power Management (PM) is the practice of saving energy by suspending
288 device by suspending it at the wrong time. (Highly unlikely, but
342 suspending the other interfaces. The USB core doesn't allow this; all
433 suspending and resuming correctly. This is exactly equivalent to
516 the system is suspending. The remote wakeup may succeed, which would
565 In addition to suspending endpoint devices and enabling hardware
H A Dpersist.rst63 device before suspending. If the root filesystem is on a USB device,
/linux/kernel/power/
H A DKconfig76 suspending. Also in this case you must not use the filesystems
127 on before suspending.
/linux/sound/usb/
H A Dmidi2.c230 static void kill_midi_urbs(struct snd_usb_midi2_endpoint *ep, bool suspending) in kill_midi_urbs() argument
236 if (suspending) in kill_midi_urbs()
/linux/Documentation/admin-guide/pm/
H A Dsleep-states.rst33 runtime idle by freezing user space, suspending the timekeeping and putting all
57 In addition to freezing user space, suspending the timekeeping and putting all
/linux/include/net/mana/
H A Dmana.h482 void mana_remove(struct gdma_dev *gd, bool suspending);
/linux/Documentation/driver-api/
H A Ddevice_link.rst9 hierarchy: When suspending, resuming or shutting down the system, devices
88 can be specified to runtime resume the supplier and prevent it from suspending
/linux/Documentation/networking/device_drivers/ethernet/intel/
H A Digb.rst138 prior to shutting down or suspending the system.
/linux/drivers/acpi/
H A Dec.c989 static void acpi_ec_stop(struct acpi_ec *ec, bool suspending) in acpi_ec_stop() argument
1001 if (!suspending) { in acpi_ec_stop()
/linux/drivers/bluetooth/
H A Dbtusb.c2036 bool suspending; in submit_or_queue_tx_urb() local
2039 suspending = test_bit(BTUSB_SUSPENDING, &data->flags); in submit_or_queue_tx_urb()
2040 if (!suspending) in submit_or_queue_tx_urb()
2044 if (!suspending) in submit_or_queue_tx_urb()

12