Home
last modified time | relevance | path

Searched refs:suspend (Results 1 – 25 of 109) sorted by relevance

12345

/Zephyr-latest/boards/shields/g1120b0mipi/boards/
Dmimxrt595_evk_mimxrt595s_cm33.overlay7 /* Change deep sleep config for suspend mode to keep SMARTDMA ram powered,
10 &suspend {
/Zephyr-latest/tests/subsys/pm/power_states_api/boards/
Dnative_sim.overlay16 power-state-name = "suspend-to-idle";
30 power-state-name = "suspend-to-ram";
37 power-state-name = "suspend-to-disk";
/Zephyr-latest/samples/subsys/pm/latency/boards/
Dnative_sim.overlay14 suspend_to_idle: suspend-to-idle {
16 power-state-name = "suspend-to-idle";
/Zephyr-latest/doc/connectivity/bluetooth/shell/classic/
Da2dp.rst17 * Source or Sink suspend the media. using :code:`a2dp suspend`.
63 uart:~$ a2dp suspend
64 success to suspend
96 <after a2dp suspend of source side>
97 receive requesting suspend and accept
/Zephyr-latest/tests/subsys/pm/policy_api/
Dapp.overlay26 power-state-name = "suspend-to-ram";
34 power-state-name = "suspend-to-ram";
/Zephyr-latest/tests/kernel/smp_suspend/
DKconfig4 mainmenu "SMP suspend test"
/Zephyr-latest/tests/subsys/pm/device_wakeup_api/boards/
Dnative_sim.overlay11 power-state-name = "suspend-to-ram";
/Zephyr-latest/subsys/pm/
DKconfig40 This option enables suspend-to-RAM (S2RAM).
46 By default a magic word in RAM is used to mark entering suspend-to-RAM. Enabling
106 bool "[DEPRECATED] Use only on Runtime Power Management on system suspend / resume"
109 On system suspend / resume do not trigger the Device PM hooks but
124 management. The power management subsystem will suspend
/Zephyr-latest/dts/arm/microchip/
Dmec172xnsz.dtsi35 power-state-name = "suspend-to-idle";
41 power-state-name = "suspend-to-ram";
Dmec1727nsz.dtsi34 power-state-name = "suspend-to-idle";
40 power-state-name = "suspend-to-ram";
Dmec172xnlj.dtsi35 power-state-name = "suspend-to-idle";
41 power-state-name = "suspend-to-ram";
/Zephyr-latest/subsys/net/lib/shell/
Dsuspend.c57 SHELL_SUBCMD_ADD((net), suspend, NULL,
DCMakeLists.txt33 zephyr_library_sources_ifdef(CONFIG_NET_SHELL_POWER_MANAGEMENT_SUPPORTED suspend.c)
/Zephyr-latest/doc/services/pm/
Ddevice_runtime.rst14 This information is used to determine when to suspend or resume a device based
61 when they do not. Therefore, applications can not manually suspend or resume a
95 suspend the device if necessary. It is worth to note that in both cases, the
110 the suspend operation, again, if device is no longer used. The suspension will
122 by the PM subsystem to suspend or resume devices.
131 /* suspend the device */
150 function will suspend the device if its state is
208 In case the suspend operation is *slow*, the device driver can use the
226 /* "put" device (decreases usage count, schedule suspend if no more users) */
Ddevice.rst26 devices, the decision to suspend or resume a device can also be
32 to suspend or resume a device.
36 put devices into low-power states (suspend) when they are not in
45 when to suspend or resume devices. For example, a networking
83 management and then suspend devices before changing state. The subsystem takes
108 power-state-name = "suspend-to-ram";
224 /* suspend the device */
271 uart:~$ pm suspend buttons
289 suspend and resume actions and it's currently active, ``buttons`` supports
298 subsystem can suspend devices, as described in :ref:`pm-device-system-pm`. This
[all …]
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_advertiser.c602 bool suspend; member
613 LOG_DBG("end(): err (%d), suspend (%d), i (%d)", err, adv_data->suspend, in adv_send_end()
618 if (adv_data->suspend) { in adv_send_end()
634 LOG_DBG("start(): err (%d), suspend (%d), i (%d)", err, adv_data->suspend, in adv_send_start()
637 if (adv_data->suspend) { in adv_send_start()
657 static void adv_create_and_send(bool suspend, uint8_t first_byte, struct adv_suspend_ctx *adv_data) in adv_create_and_send() argument
666 adv_data[i].suspend = suspend; in adv_create_and_send()
/Zephyr-latest/samples/boards/st/power_mgmt/suspend_to_ram/
DREADME.rst5 Use suspend to RAM low power mode on STM32.
16 .. _stm32-pm-suspend-to-ram-sample-requirements:
/Zephyr-latest/drivers/dma/
Ddma_intel_adsp_hda_link_in.c21 .suspend = intel_adsp_hda_dma_stop,
Ddma_intel_adsp_hda_link_out.c21 .suspend = intel_adsp_hda_dma_stop,
/Zephyr-latest/tests/subsys/pm/power_mgmt/boards/
Dnative_sim.overlay12 power-state-name = "suspend-to-idle";
/Zephyr-latest/include/zephyr/drivers/
Ddma.h374 dma_api_suspend suspend; member
516 if (api->suspend == NULL) { in z_impl_dma_suspend()
519 return api->suspend(dev, channel); in z_impl_dma_suspend()
/Zephyr-latest/dts/arm/nuvoton/npcx/
Dnpcx7.dtsi28 suspend_to_idle0: suspend-to-idle0 {
30 power-state-name = "suspend-to-idle";
35 suspend_to_idle1: suspend-to-idle1 {
37 power-state-name = "suspend-to-idle";
/Zephyr-latest/doc/releases/
Drelease-notes-1.5.rst56 - Added suspend/resume to QMSI drivers.
132 * ``ZEP-226`` - Update sample PMA to support device suspend/resume
170 * ``ZEP-512`` - Add suspend/resume support for some core devices to enable Deep Sleep support in PMA
178 * ``ZEP-652`` - QMSI shim driver: RTC: Implement suspend and resume callbacks
179 * ``ZEP-655`` - QMSI shim driver: PWM: Implement suspend and resume callbacks
180 * ``ZEP-658`` - QMSI shim driver: GPIO: Implement suspend and resume callbacks
181 * ``ZEP-659`` - QMSI shim driver: UART: Implement suspend and resume callbacks
182 * ``ZEP-662`` - QMSI shim driver: Pinmux: Implement suspend and resume callbacks
/Zephyr-latest/drivers/input/
Dinput_gpio_qdec.c327 static void gpio_qdec_pin_suspend(const struct device *dev, bool suspend) in gpio_qdec_pin_suspend() argument
330 gpio_flags_t mode = suspend ? GPIO_DISCONNECTED : GPIO_INPUT; in gpio_qdec_pin_suspend()
344 if (suspend) { in gpio_qdec_pin_suspend()
/Zephyr-latest/dts/x86/intel/
Dintel_ish5.dtsi23 power-state-name = "suspend-to-ram";
30 power-state-name = "suspend-to-disk";

12345