/Zephyr-latest/boards/shields/g1120b0mipi/boards/ |
D | mimxrt595_evk_mimxrt595s_cm33.overlay | 7 /* Change deep sleep config for suspend mode to keep SMARTDMA ram powered, 10 &suspend {
|
/Zephyr-latest/tests/subsys/pm/power_states_api/boards/ |
D | native_sim.overlay | 16 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/ |
D | native_sim.overlay | 14 suspend_to_idle: suspend-to-idle { 16 power-state-name = "suspend-to-idle";
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/classic/ |
D | a2dp.rst | 17 * 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/ |
D | app.overlay | 26 power-state-name = "suspend-to-ram"; 34 power-state-name = "suspend-to-ram";
|
/Zephyr-latest/tests/kernel/smp_suspend/ |
D | Kconfig | 4 mainmenu "SMP suspend test"
|
/Zephyr-latest/tests/subsys/pm/device_wakeup_api/boards/ |
D | native_sim.overlay | 11 power-state-name = "suspend-to-ram";
|
/Zephyr-latest/subsys/pm/ |
D | Kconfig | 40 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/ |
D | mec172xnsz.dtsi | 35 power-state-name = "suspend-to-idle"; 41 power-state-name = "suspend-to-ram";
|
D | mec1727nsz.dtsi | 34 power-state-name = "suspend-to-idle"; 40 power-state-name = "suspend-to-ram";
|
D | mec172xnlj.dtsi | 35 power-state-name = "suspend-to-idle"; 41 power-state-name = "suspend-to-ram";
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | suspend.c | 57 SHELL_SUBCMD_ADD((net), suspend, NULL,
|
D | CMakeLists.txt | 33 zephyr_library_sources_ifdef(CONFIG_NET_SHELL_POWER_MANAGEMENT_SUPPORTED suspend.c)
|
/Zephyr-latest/doc/services/pm/ |
D | device_runtime.rst | 14 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) */
|
D | device.rst | 26 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/ |
D | test_advertiser.c | 602 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/ |
D | README.rst | 5 Use suspend to RAM low power mode on STM32. 16 .. _stm32-pm-suspend-to-ram-sample-requirements:
|
/Zephyr-latest/drivers/dma/ |
D | dma_intel_adsp_hda_link_in.c | 21 .suspend = intel_adsp_hda_dma_stop,
|
D | dma_intel_adsp_hda_link_out.c | 21 .suspend = intel_adsp_hda_dma_stop,
|
/Zephyr-latest/tests/subsys/pm/power_mgmt/boards/ |
D | native_sim.overlay | 12 power-state-name = "suspend-to-idle";
|
/Zephyr-latest/include/zephyr/drivers/ |
D | dma.h | 374 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/ |
D | npcx7.dtsi | 28 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/ |
D | release-notes-1.5.rst | 56 - 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/ |
D | input_gpio_qdec.c | 327 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/ |
D | intel_ish5.dtsi | 23 power-state-name = "suspend-to-ram"; 30 power-state-name = "suspend-to-disk";
|