Home
last modified time | relevance | path

Searched full:suspended (Results 1 – 25 of 1063) sorted by relevance

12345678910>>...43

/OK3568_Linux_fs/kernel/Documentation/power/
H A Druntime_pm.rst95 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
323 success, 1 if the device's runtime PM status was already 'suspended', or
[all …]
H A Dsuspend-and-interrupts.rst18 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
/OK3568_Linux_fs/kernel/Documentation/driver-api/usb/
H A Dpower-management.rst35 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 …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Dpower.c57 dev_priv->suspended = false; /* And not suspended */ in gma_power_init()
87 if (dev_priv->suspended) in gma_suspend_display()
107 dev_priv->suspended = false; in gma_resume_display()
130 if (dev_priv->suspended) in gma_suspend_pci()
144 dev_priv->suspended = true; in gma_suspend_pci()
160 if (!dev_priv->suspended) in gma_resume_pci()
175 dev_priv->suspended = false; in gma_resume_pci()
176 return !dev_priv->suspended; in gma_resume_pci()
195 if (!dev_priv->suspended) { in gma_power_suspend()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86PM.c41 static Bool suspended = FALSE; variable
162 if (!undo && !suspended) { in DoApmEvent()
164 suspended = TRUE; in DoApmEvent()
166 else if (undo && suspended) { in DoApmEvent()
168 suspended = FALSE; in DoApmEvent()
176 if (suspended) { in DoApmEvent()
178 suspended = FALSE; in DoApmEvent()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-regulator256 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 Dsysfs-class-remoteproc20 - "suspended"
27 "suspended" means that the remote processor is suspended and
/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos7_drm_decon.c54 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()
372 if (ctx->suspended) in decon_atomic_begin()
394 if (ctx->suspended) in decon_update_plane()
484 if (ctx->suspended) in decon_disable_plane()
505 if (ctx->suspended) in decon_atomic_flush()
534 if (!ctx->suspended) in decon_atomic_enable()
[all …]
H A Dexynos_drm_fimd.c184 bool suspended; member
249 if (ctx->suspended) in fimd_enable_vblank()
281 if (ctx->suspended) in fimd_disable_vblank()
304 if (ctx->suspended) in fimd_wait_for_vblank()
374 ctx->suspended = false; in fimd_clear_channels()
380 ctx->suspended = true; in fimd_clear_channels()
462 if (ctx->suspended) in fimd_commit()
767 if (ctx->suspended) in fimd_atomic_begin()
779 if (ctx->suspended) in fimd_atomic_flush()
802 if (ctx->suspended) in fimd_update_plane()
[all …]
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Dcma3000_d0x.c70 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 Dpwm-beeper.c25 bool suspended; member
103 if (!beeper->suspended) in pwm_beeper_event()
212 * beeper->suspended, but to ensure that pwm_beeper_event in pwm_beeper_suspend()
216 beeper->suspended = true; in pwm_beeper_suspend()
229 beeper->suspended = false; in pwm_beeper_resume()
H A Dregulator-haptic.c29 bool suspended; member
88 if (!haptic->suspended) in regulator_haptic_work()
216 haptic->suspended = true; in regulator_haptic_suspend()
231 haptic->suspended = false; in regulator_haptic_resume()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-fsl.c444 "mode=%d usbcmd %08x\n", pdata->suspended, in ehci_fsl_mpc512x_drv_suspend()
449 * If the controller is already suspended, then this must be a in ehci_fsl_mpc512x_drv_suspend()
451 * controller suspended at PM resume time. in ehci_fsl_mpc512x_drv_suspend()
453 if (pdata->suspended) { in ehci_fsl_mpc512x_drv_suspend()
454 dev_dbg(dev, "already suspended, leaving early\n"); in ehci_fsl_mpc512x_drv_suspend()
490 pdata->suspended = 1; in ehci_fsl_mpc512x_drv_suspend()
508 pdata->suspended, pdata->already_suspended); in ehci_fsl_mpc512x_drv_resume()
511 * If the controller was already suspended at suspend time, in ehci_fsl_mpc512x_drv_resume()
515 dev_dbg(dev, "already suspended, leaving early\n"); in ehci_fsl_mpc512x_drv_resume()
520 if (!pdata->suspended) { in ehci_fsl_mpc512x_drv_resume()
[all …]
/OK3568_Linux_fs/kernel/drivers/video/backlight/
H A Dplatform_lcd.c26 unsigned int suspended:1; member
46 if (power == FB_BLANK_POWERDOWN || plcd->suspended) in platform_lcd_set_power()
116 plcd->suspended = 1; in platform_lcd_suspend()
126 plcd->suspended = 0; in platform_lcd_resume()
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dsurfacepro3_button.c73 bool suspended; member
124 pm_wakeup_dev_event(&device->dev, 0, button->suspended); in surface_button_notify()
125 if (button->suspended) in surface_button_notify()
137 button->suspended = true; in surface_button_suspend()
146 button->suspended = false; in surface_button_resume()
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-inno-usb3.c132 bool suspended; member
411 if (!u3phy_port->suspended) in rockchip_u3phy_power_on()
446 u3phy_port->suspended = false; in rockchip_u3phy_power_on()
458 if (u3phy_port->suspended) in rockchip_u3phy_power_off()
488 u3phy_port->suspended = true; in rockchip_u3phy_power_off()
580 * them via suspended flag. in rockchip_u3phy_um_sm_work()
586 if (!u3phy_port->suspended) { in rockchip_u3phy_um_sm_work()
593 if (u3phy_port->suspended) { in rockchip_u3phy_um_sm_work()
596 u3phy_port->suspended = false; in rockchip_u3phy_um_sm_work()
603 if (!u3phy_port->suspended) { in rockchip_u3phy_um_sm_work()
[all …]
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dpm.c65 /* Don't try to run timers while suspended. */ in __ieee80211_suspend()
92 /* If suspended during TX in progress, and wowlan in __ieee80211_suspend()
186 local->suspended = true; in __ieee80211_suspend()
187 /* need suspended to be visible before quiescing is false */ in __ieee80211_suspend()
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dtransactional_memory.rst82 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
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Dintel_runtime_pm.h54 bool suspended; member
98 WARN_ONCE(rpm->suspended, in assert_rpm_device_not_suspended()
99 "Device suspended during HW access\n"); in assert_rpm_device_not_suspended()
135 * reference, while keeping the device-not-suspended checks still enabled.
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dad7879.c117 bool suspended; /* P: input->mutex */ member
288 if (!ts->disabled && !ts->suspended) in ad7879_open()
299 if (!ts->disabled && !ts->suspended) in ad7879_close()
309 if (!ts->suspended && !ts->disabled && ts->input->users) in ad7879_suspend()
312 ts->suspended = true; in ad7879_suspend()
325 if (ts->suspended && !ts->disabled && ts->input->users) in ad7879_resume()
328 ts->suspended = false; in ad7879_resume()
342 if (!ts->suspended && ts->input->users != 0) { in ad7879_toggle()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/
H A Dtm-syscall.c9 * suspended transaction can succeed.
82 * Test a syscall within a suspended transaction and verify in tm_syscall()
97 printf("%d active and suspended transactions behaved correctly.\n", count); in tm_syscall()
/OK3568_Linux_fs/kernel/Documentation/driver-api/pm/
H A Ddevices.rst58 example, a parent device cannot be suspended unless all of its child
59 devices have been suspended). Moreover, depending on the bus type the
79 Most suspended devices will have quiesced all I/O: no more DMA or IRQs (except
249 available when the device is suspended or resumed, the device hierarchy is
255 its parent; and can't be removed or suspended after that parent.
261 device to suspend) or has already suspended, as well as after all of the other
262 devices have been suspended. Device drivers must be prepared to cope with such
320 children of a device had been suspended if new children could be
336 safely leave the device in runtime suspend (if runtime-suspended
340 and all of them (including the device itself) are runtime-suspended, the
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ipa/
H A Dipa_interrupt.h22 * for an AP RX endpoint whose underlying GSI channel is suspended/stopped.
70 * be delivered to the endpoint because it is suspended (or its underlying
99 * channel is suspended.
/OK3568_Linux_fs/kernel/drivers/staging/clocking-wizard/
H A Dclk-xlnx-clock-wizard.c50 * @suspended: Flag indicating power state of the device
61 bool suspended; member
80 if (clk_wzrd->suspended) in clk_wzrd_clk_notifier()
107 clk_wzrd->suspended = true; in clk_wzrd_suspend()
123 clk_wzrd->suspended = false; in clk_wzrd_resume()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/
H A Dsleep.S23 * return value: 0 - cpu resumed from suspended state.
24 * -1 - cpu not suspended.
46 /* cpu not suspended */

12345678910>>...43