/openbmc/linux/Documentation/driver-api/usb/ |
H A D | power-management.rst | 35 component is ``suspended`` it is in a nonfunctional low-power state; it 36 might even be turned off completely. A suspended component can be 40 suspended; an example would be reducing the CPU's clock rate. This 43 When the parts being suspended include the CPU and most of the rest of 69 When a device has been suspended, it generally doesn't resume until 71 suspended, it generally doesn't resume until the user tells it to, say 78 device is enabled for remote wakeup and it is suspended, it may resume 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. 88 anything important and thus is a candidate for being suspended. The [all …]
|
/openbmc/hiomapd/Documentation/ |
H A D | mboxd.md | 44 currently suspended and the LPC bus maps the flash 47 currently suspended and the LPC bus maps the flash 50 currently suspended and the LPC bus maps the reserved 53 currently suspended and the LPC bus maps the reserved 57 As described in the protocol, the daemon can be suspended to allow the BMC to 59 commands while suspended but won't allow the host to, or itself, access the 78 while the daemon is suspended.
|
/openbmc/phosphor-mboxd/Documentation/ |
H A D | mboxd.md | 45 currently suspended and the LPC bus maps the flash 48 currently suspended and the LPC bus maps the flash 51 currently suspended and the LPC bus maps the reserved 54 currently suspended and the LPC bus maps the reserved 58 As described in the protocol, the daemon can be suspended to allow the BMC to 60 commands while suspended but won't allow the host to, or itself, access the 79 while the daemon is suspended.
|
/openbmc/linux/Documentation/power/ |
H A D | runtime_pm.rst | 95 core regards the device as suspended, which need not mean that it has been 100 'suspended'. 109 is directly set to either 'active', or 'suspended' (the PM core provides 137 'suspended' (by means of special helper functions provided by the PM core 152 if the device can be suspended (i.e. if all of the conditions necessary for 184 (4) ->runtime_resume() can only be executed for 'suspended' devices (i.e. the 186 PM status of which is 'suspended'). 261 suspend to complete; means "start a resume as soon as you've suspended" 266 PM core as 'suspended', regardless of its real hardware status 327 success, 1 if the device's runtime PM status was already 'suspended', or [all …]
|
H A D | suspend-and-interrupts.rst | 18 there is no legitimate reason why any interrupts from suspended devices should 19 trigger and if any devices have not been suspended properly yet, it is better to 22 not prepared for interrupts triggering after their devices had been suspended. 24 of suspended devices and cause unpredictable behavior to ensue as a result. 47 interrupt will wake the system from a suspended state -- for such cases it is 82 it will be disabled, marked as pending and "suspended" so that it will be 90 already suspended. However, after suspend_device_irqs() interrupt handlers are
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | task.hpp | 15 Suspended, enumerator 32 {TaskState::Suspended, "Suspended"},
|
H A D | job.hpp | 15 Suspended, enumerator 32 {JobState::Suspended, "Suspended"},
|
/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | exynos7_drm_decon.c | 54 bool suspended; member 88 if (ctx->suspended) in decon_wait_for_vblank() 158 if (ctx->suspended) in decon_commit() 222 if (ctx->suspended) in decon_enable_vblank() 247 if (ctx->suspended) in decon_disable_vblank() 373 if (ctx->suspended) in decon_atomic_begin() 395 if (ctx->suspended) in decon_update_plane() 485 if (ctx->suspended) in decon_disable_plane() 506 if (ctx->suspended) in decon_atomic_flush() 536 if (!ctx->suspended) in decon_atomic_enable() [all …]
|
H A D | exynos_drm_fimd.c | 189 bool suspended; member 266 if (ctx->suspended) in fimd_enable_vblank() 298 if (ctx->suspended) in fimd_disable_vblank() 321 if (ctx->suspended) in fimd_wait_for_vblank() 396 ctx->suspended = false; in fimd_clear_channels() 402 ctx->suspended = true; in fimd_clear_channels() 486 if (ctx->suspended) in fimd_commit() 808 if (ctx->suspended) in fimd_atomic_begin() 820 if (ctx->suspended) in fimd_atomic_flush() 843 if (ctx->suspended) in fimd_update_plane() [all …]
|
/openbmc/linux/drivers/video/backlight/ |
H A D | platform_lcd.c | 25 unsigned int suspended:1; member 45 if (power == FB_BLANK_POWERDOWN || plcd->suspended) in platform_lcd_set_power() 115 plcd->suspended = 1; in platform_lcd_suspend() 125 plcd->suspended = 0; in platform_lcd_resume()
|
/openbmc/qemu/tests/migration/i386/ |
H A D | a-b-bootblock.S | 27 /* Save the suspended status at an address that is not written in the loop. */ 28 #define suspended (X86_TEST_MEM_START + 4) macro 95 mov $suspended,%eax 105 mov $suspended,%eax
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-regulator | 256 the system is suspended to memory, for voltage regulators 267 the system is suspended to disk, for voltage regulators 278 the system is suspended to standby, for voltage regulators 288 setting for this domain when the system is suspended to 299 setting for this domain when the system is suspended to disk, 310 setting for this domain when the system is suspended to 321 when suspended to memory, for regulators implementing suspend 334 when suspended to disk, for regulators implementing 347 state when suspended to standby, for regulators implementing
|
H A D | sysfs-class-remoteproc | 20 - "suspended" 27 "suspended" means that the remote processor is suspended and
|
H A D | sysfs-devices-platform-_UDC_-gadget | 1 What: /sys/devices/platform/_UDC_/gadget/suspended 7 - 1 -> suspended
|
/openbmc/linux/drivers/usb/host/ |
H A D | ehci-fsl.c | 438 "mode=%d usbcmd %08x\n", pdata->suspended, in ehci_fsl_mpc512x_drv_suspend() 443 * If the controller is already suspended, then this must be a in ehci_fsl_mpc512x_drv_suspend() 445 * controller suspended at PM resume time. in ehci_fsl_mpc512x_drv_suspend() 447 if (pdata->suspended) { in ehci_fsl_mpc512x_drv_suspend() 448 dev_dbg(dev, "already suspended, leaving early\n"); in ehci_fsl_mpc512x_drv_suspend() 484 pdata->suspended = 1; in ehci_fsl_mpc512x_drv_suspend() 502 pdata->suspended, pdata->already_suspended); in ehci_fsl_mpc512x_drv_resume() 505 * If the controller was already suspended at suspend time, in ehci_fsl_mpc512x_drv_resume() 509 dev_dbg(dev, "already suspended, leaving early\n"); in ehci_fsl_mpc512x_drv_resume() 514 if (!pdata->suspended) { in ehci_fsl_mpc512x_drv_resume() [all …]
|
/openbmc/linux/drivers/input/misc/ |
H A D | cma3000_d0x.c | 70 bool suspended; member 222 if (!data->suspended) in cma3000_open() 238 if (!data->suspended) in cma3000_close() 250 if (!data->suspended && data->opened) in cma3000_suspend() 253 data->suspended = true; in cma3000_suspend() 264 if (data->suspended && data->opened) in cma3000_resume() 267 data->suspended = false; in cma3000_resume()
|
H A D | pwm-beeper.c | 25 bool suspended; member 103 if (!beeper->suspended) in pwm_beeper_event() 203 * beeper->suspended, but to ensure that pwm_beeper_event in pwm_beeper_suspend() 207 beeper->suspended = true; in pwm_beeper_suspend() 220 beeper->suspended = false; in pwm_beeper_resume()
|
/openbmc/linux/drivers/platform/surface/ |
H A D | surfacepro3_button.c | 71 bool suspended; member 122 pm_wakeup_dev_event(&device->dev, 0, button->suspended); in surface_button_notify() 123 if (button->suspended) in surface_button_notify() 135 button->suspended = true; in surface_button_suspend() 144 button->suspended = false; in surface_button_resume()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 046.out | 72 blkdebug: Suspended request 'A' 80 blkdebug: Suspended request 'A' 86 blkdebug: Suspended request 'A' 94 blkdebug: Suspended request 'A' 106 blkdebug: Suspended request 'A' 118 blkdebug: Suspended request 'A' 124 blkdebug: Suspended request 'A' 130 blkdebug: Suspended request 'A' 136 blkdebug: Suspended request 'A'
|
/openbmc/linux/net/mac80211/ |
H A D | pm.c | 72 /* Don't try to run timers while suspended. */ in __ieee80211_suspend() 99 /* If suspended during TX in progress, and wowlan in __ieee80211_suspend() 178 local->suspended = true; in __ieee80211_suspend() 179 /* need suspended to be visible before quiescing is false */ in __ieee80211_suspend()
|
/openbmc/linux/drivers/soc/loongson/ |
H A D | loongson2_pm.c | 35 bool suspended; member 135 if (!loongson2_pm.suspended && (status & LOONGSON2_PM1_PWRBTN_STS)) { in loongson2_pm_irq_handler() 150 loongson2_pm.suspended = true; in loongson2_pm_suspend() 157 loongson2_pm.suspended = false; in loongson2_pm_resume()
|
/openbmc/qemu/docs/devel/migration/ |
H A D | CPR.rst | 37 guest in the suspended runstate, such as by issuing the 41 the user should poll to see the suspended state before proceeding 118 VM status: paused (suspended) 138 VM status: paused (suspended)
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | coroutine.hpp | 28 // allocates the return buffer for await_suspend calls within the suspended 29 // coroutine frame. When the suspended coroutine is destroyed within 33 // This workaround delays the destruction of the suspended coroutine by wrapping
|
/openbmc/linux/sound/virtio/ |
H A D | virtio_pcm.h | 34 * @suspended: True if the substream is suspended and must be reconfigured on 57 bool suspended; member
|
/openbmc/linux/Documentation/powerpc/ |
H A D | transactional_memory.rst | 82 Syscalls made from within a suspended transaction are performed as normal and 85 by the hardware. The syscall is performed in suspended mode so any side 163 state. This ensures that the signal context (written tm suspended) will be 168 For signals taken in non-TM or suspended mode, we use the 171 Any transaction initiated inside a sighandler and suspended on return 258 off but TM suspended). Regularly the kernel will want change bits in
|