Home
last modified time | relevance | path

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

12345678910>>...39

/linux-6.12.1/drivers/gpu/drm/panthor/
Dpanthor_device.h37 /** @PANTHOR_DEVICE_PM_STATE_SUSPENDED: Device is suspended. */
46 /** @PANTHOR_DEVICE_PM_STATE_SUSPENDING: Device is being suspended. */
65 /** @suspended: Set to true when the IRQ is suspended. */
66 atomic_t suspended; member
151 * the device is being suspended, and the real IO pages when
161 * is suspended.
292 if (atomic_read(&pirq->suspended)) \
319 if (!atomic_read(&pirq->suspended)) \
330 atomic_set(&pirq->suspended, true); \
335 atomic_set(&pirq->suspended, false); \
/linux-6.12.1/Documentation/driver-api/usb/
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 …]
/linux-6.12.1/Documentation/power/
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
327 success, 1 if the device's runtime PM status was already 'suspended', or
[all …]
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
/linux-6.12.1/drivers/md/dm-vdo/indexer/
Dindex-session.c25 * If the index session is suspended shortly after opening an index, it may have to suspend during
29 * session is shut down with a suspended rebuild, the rebuild progress is abandoned and the rebuild
42 /* The session's index is suspended. */
260 vdo_log_info("Index session is suspended"); in start_loading_index_session()
325 * index session is suspended, or if there is already an open index.
397 /* Index load does not need to be suspended. */ in suspend_rebuild()
476 * Resume index operation after being suspended. If the index is suspended and the supplied block
492 /* If not suspended, just succeed. */ in uds_resume_index_session()
552 bool suspended; in save_and_free_index() local
559 suspended = (index_session->state & IS_FLAG_SUSPENDED); in save_and_free_index()
[all …]
/linux-6.12.1/drivers/gpu/drm/exynos/
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()
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 …]
Dexynos_drm_fimd.c189 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 …]
/linux-6.12.1/drivers/video/backlight/
Dplatform_lcd.c25 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()
/linux-6.12.1/Documentation/ABI/testing/
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
Dsysfs-class-remoteproc20 - "suspended"
27 "suspended" means that the remote processor is suspended and
Dsysfs-devices-platform-_UDC_-gadget1 What: /sys/devices/platform/_UDC_/gadget/suspended
7 - 1 -> suspended
/linux-6.12.1/drivers/usb/host/
Dehci-fsl.c438 "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 …]
/linux-6.12.1/drivers/input/misc/
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()
Dnxp-bbnsm-pwrkey.c41 bool suspended; member
87 if (bbnsm->suspended) { in bbnsm_pwrkey_interrupt()
92 bbnsm->suspended = false; in bbnsm_pwrkey_interrupt()
195 bbnsm->suspended = true; in bbnsm_pwrkey_suspend()
205 bbnsm->suspended = false; in bbnsm_pwrkey_resume()
Dpwm-beeper.c25 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()
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()
/linux-6.12.1/drivers/platform/surface/
Dsurfacepro3_button.c71 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()
/linux-6.12.1/net/mac80211/
Dpm.c71 /* Don't try to run timers while suspended. */ in __ieee80211_suspend()
98 /* If suspended during TX in progress, and wowlan in __ieee80211_suspend()
177 local->suspended = true; in __ieee80211_suspend()
178 /* need suspended to be visible before quiescing is false */ in __ieee80211_suspend()
/linux-6.12.1/drivers/soc/loongson/
Dloongson2_pm.c35 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()
/linux-6.12.1/drivers/input/keyboard/
Dimx-sm-bbm-key.c25 bool suspended; member
71 if (READ_ONCE(bbnsm->suspended)) { in scmi_imx_bbm_pwrkey_event()
75 WRITE_ONCE(bbnsm->suspended, false); in scmi_imx_bbm_pwrkey_event()
194 WRITE_ONCE(bbnsm->suspended, true); in scmi_imx_bbm_key_suspend()
/linux-6.12.1/Documentation/arch/powerpc/
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
/linux-6.12.1/sound/virtio/
Dvirtio_pcm.h36 * @suspended: True if the substream is suspended and must be reconfigured on
60 bool suspended; member
/linux-6.12.1/drivers/input/touchscreen/
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 && input_device_enabled(ts->input)) in ad7879_suspend()
312 ts->suspended = true; in ad7879_suspend()
325 if (ts->suspended && !ts->disabled && input_device_enabled(ts->input)) in ad7879_resume()
328 ts->suspended = false; in ad7879_resume()
342 if (!ts->suspended && input_device_enabled(ts->input)) { in ad7879_toggle()
/linux-6.12.1/tools/testing/selftests/powerpc/tm/
Dtm-syscall.c9 * suspended transaction can succeed.
95 * Test a syscall within a suspended transaction and verify in tm_syscall()
119 printf("%d active and suspended transactions behaved correctly.\n", count); in tm_syscall()
Dtm-signal-sigreturn-nt.c5 * A test case that creates a signal and starts a suspended transaction
8 * It returns from the signal handler with the CPU at suspended state, but

12345678910>>...39