/linux-4.1.27/drivers/usb/usbip/ |
D | vhci.h | 83 unsigned resuming:1; member
|
D | vhci_hcd.c | 269 dum->resuming = 1; in vhci_hub_control() 278 dum->resuming = 0; in vhci_hub_control() 322 if (dum->resuming && time_after(jiffies, dum->re_timeout)) { in vhci_hub_control() 327 dum->resuming = 0; in vhci_hub_control()
|
/linux-4.1.27/Documentation/devicetree/bindings/watchdog/ |
D | samsung-wdt.txt | 3 The Samsung's Watchdog controller is used for resuming system operation
|
/linux-4.1.27/drivers/s390/cio/ |
D | io_sch.h | 149 unsigned int resuming:1; /* recognition while resume */ member
|
D | device.c | 1431 if (cdev->online && !cdev->private->flags.resuming) in sch_get_action() 1523 if (cdev->private->flags.resuming) { in io_subchannel_sch_event() 1540 if (!cdev || !cdev->private->flags.resuming) in io_subchannel_sch_event() 1903 cdev->private->flags.resuming = 1; in __ccw_device_pm_restore() 1923 cdev->private->flags.resuming = 0; in __ccw_device_pm_restore()
|
D | device_fsm.c | 260 if (cdev->private->flags.resuming) { in ccw_device_recog_done()
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,tegra20-pmc.txt | 48 resuming from the LP0 state. The AVP (Audio-Video Processor) is an ARM7 52 bring up CPU0 for resuming the system.
|
/linux-4.1.27/Documentation/cgroups/ |
D | freezer-subsystem.txt | 20 and resuming tasks in userspace. Both of these signals are observable 45 have a problem with this method of stopping and resuming tasks.
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | pmc.txt | 41 supports disabling and resuming devices at any time.
|
/linux-4.1.27/arch/sh/kernel/cpu/sh3/ |
D | swsusp.S | 103 ldc r1, spc ! setup pc value for resuming
|
/linux-4.1.27/Documentation/power/ |
D | suspend-and-interrupts.txt | 28 of resuming devices (that is, before starting to execute ->resume_early 36 suspend-resume cycle, including the "noirq" phases of suspending and resuming
|
D | userland-swsusp.txt | 140 The suspending and resuming utilities MUST lock themselves in memory, 166 The resuming utility SHOULD NOT attempt to mount any file systems that could
|
D | swsusp.txt | 76 to standby mode. Later resuming the machine the saved state is loaded back to 87 the resuming. If the option ``hibernate=nocompress'' is specified as a boot 219 Q: After resuming, system is paging heavily, leading to very bad interactivity. 406 before suspending; then remount them after resuming.
|
D | swsusp-dmcrypt.txt | 128 regardless if resuming or not, otherwise later suspend will fail.
|
D | devices.txt | 271 Suspending or resuming the system is done in several phases. Different phases 381 low-power state. Instead the PM core will unwind its actions by resuming all 387 When resuming from freeze, standby or memory sleep, the phases are: 535 Resuming from hibernation is, again, more complicated than resuming from a sleep 548 resuming from hibernation. In fact, the boot kernel may be completely different
|
D | basic-pm-debugging.txt | 16 resuming the system.] Moreover, hibernating in the "reboot" and "shutdown"
|
D | freezing-of-tasks.txt | 123 from interfering with the suspending and resuming of devices. A user space
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 181 unsigned resuming:1; member 368 dum_hcd->resuming = 0; in set_link_state() 795 dum_hcd->resuming = 1; in dummy_wakeup() 1882 if (dum_hcd->resuming && time_after_eq(jiffies, dum_hcd->re_timeout)) { in dummy_hub_status() 1981 dum_hcd->resuming = 1; in dummy_hub_control() 2038 if (dum_hcd->resuming && in dummy_hub_control()
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | Suspend.txt | 44 to say that its bootloader is capable of resuming. This can be as
|
/linux-4.1.27/net/mac80211/ |
D | util.c | 776 if (local->quiescing || (local->suspended && !local->resuming)) { in ieee80211_can_queue_work() 1709 local->resuming = false; in ieee80211_handle_reconfig_failure() 1769 local->resuming = true; in ieee80211_reconfig() 1775 local->resuming = false; in ieee80211_reconfig() 1822 WARN_ON(local->resuming); in ieee80211_reconfig() 2101 local->resuming = false; in ieee80211_reconfig() 2145 if (WARN_ON(!local->resuming)) in ieee80211_resume_disconnect()
|
D | ieee80211_i.h | 1158 bool resuming; member
|
/linux-4.1.27/Documentation/prctl/ |
D | seccomp_filter.txt | 104 dependent value -- if resuming execution, set it to something 200 emulation security checks, making resuming the syscall mostly
|
/linux-4.1.27/drivers/acpi/ |
D | ec.c | 717 static void acpi_ec_start(struct acpi_ec *ec, bool resuming) in acpi_ec_start() argument 725 if (!resuming) { in acpi_ec_start()
|
/linux-4.1.27/Documentation/usb/ |
D | power-management.txt | 69 However some devices have the capability of resuming by themselves, or 75 event. Examples include a suspended keyboard resuming when a key is 76 pressed, or a suspended USB hub resuming when a device is plugged in. 424 suspending and resuming correctly. This is exactly equivalent to
|
D | persist.txt | 56 You can check the kernel log after resuming to see if either of these
|
/linux-4.1.27/kernel/power/ |
D | Kconfig | 60 Right now you may boot without resuming and resume later but in the
|
/linux-4.1.27/Documentation/input/ |
D | event-codes.txt | 186 Upon binding to a device or resuming from suspend, a driver must report
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 3032 static int __igb_open(struct net_device *netdev, bool resuming) in __igb_open() argument 3042 WARN_ON(resuming); in __igb_open() 3046 if (!resuming) in __igb_open() 3106 if (!resuming) in __igb_open() 3125 if (!resuming) in __igb_open()
|
/linux-4.1.27/net/sched/ |
D | Kconfig | 330 over netlink, causing the plug to be removed and resuming the normal
|
/linux-4.1.27/Documentation/PCI/ |
D | MSI-HOWTO.txt | 478 or pci_enable_msix_range() and resuming operation. This is not expected
|
/linux-4.1.27/drivers/platform/x86/ |
D | Kconfig | 871 update state by resuming for a short period of time at regular
|
/linux-4.1.27/drivers/rtc/ |
D | Kconfig | 55 be useful to reinitialize system time when resuming from system
|
/linux-4.1.27/drivers/scsi/ |
D | Kconfig | 255 Note that this setting also affects whether resuming from
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 350 The S390 on initialisation & resuming of a process on a cpu sets
|
/linux-4.1.27/Documentation/ |
D | kernel-parameters.txt | 3516 mode before resuming the system (see
|