Home
last modified time | relevance | path

Searched refs:pm_device_action_run (Results 1 – 24 of 24) sorted by relevance

/Zephyr-latest/samples/sensor/fdc2x1x/src/
Dmain.c98 ret = pm_device_action_run(dev, p_action); in main()
102 ret = pm_device_action_run(dev, p_action); in main()
106 ret = pm_device_action_run(dev, p_action); in main()
136 ret = pm_device_action_run(dev, p_action); in main()
140 ret = pm_device_action_run(dev, p_action); in main()
/Zephyr-latest/subsys/pm/
Ddevice_system_managed.c49 ret = pm_device_action_run(dev, PM_DEVICE_ACTION_SUSPEND); in pm_suspend_devices()
71 pm_device_action_run(TYPE_SECTION_START(pm_device_slots)[i], in pm_resume_devices()
Dpm_shell.c46 ret = pm_device_action_run(dev, PM_DEVICE_ACTION_SUSPEND); in pm_cmd_suspend()
72 ret = pm_device_action_run(dev, PM_DEVICE_ACTION_RESUME); in pm_cmd_resume()
Ddevice.c42 int pm_device_action_run(const struct device *dev, in pm_device_action_run() function
185 rc = pm_device_action_run(dev, visitor_context->action); in pm_device_children_visitor()
/Zephyr-latest/samples/sensor/apds9960/src/
Dmain.c80 pm_device_action_run(dev, PM_DEVICE_ACTION_SUSPEND); in main()
83 pm_device_action_run(dev, PM_DEVICE_ACTION_RESUME); in main()
/Zephyr-latest/tests/net/pm/src/
Dmain.c148 ret = pm_device_action_run(dev, PM_DEVICE_ACTION_SUSPEND); in ZTEST()
154 ret = pm_device_action_run(dev, PM_DEVICE_ACTION_SUSPEND); in ZTEST()
164 ret = pm_device_action_run(dev, PM_DEVICE_ACTION_RESUME); in ZTEST()
169 ret = pm_device_action_run(dev, PM_DEVICE_ACTION_RESUME); in ZTEST()
/Zephyr-latest/subsys/net/lib/shell/
Dresume.c36 ret = pm_device_action_run(dev, PM_DEVICE_ACTION_RESUME); in cmd_net_resume()
Dsuspend.c36 ret = pm_device_action_run(dev, PM_DEVICE_ACTION_SUSPEND); in cmd_net_suspend()
/Zephyr-latest/samples/net/cellular_modem/src/
Dmain.c289 pm_device_action_run(modem, PM_DEVICE_ACTION_RESUME); in main()
363 ret = pm_device_action_run(modem, PM_DEVICE_ACTION_SUSPEND); in main()
369 pm_device_action_run(modem, PM_DEVICE_ACTION_RESUME); in main()
398 ret = pm_device_action_run(modem, PM_DEVICE_ACTION_SUSPEND); in main()
/Zephyr-latest/drivers/modem/
Dmodem_receiver.c203 pm_device_action_run(ctx->uart_dev, PM_DEVICE_ACTION_SUSPEND); in mdm_receiver_sleep()
211 pm_device_action_run(ctx->uart_dev, PM_DEVICE_ACTION_RESUME); in mdm_receiver_wake()
Dhl7800.c4810 rc = pm_device_action_run(iface_ctx.mdm_ctx.uart_dev, PM_DEVICE_ACTION_SUSPEND); in shutdown_uart()
4831 rc = pm_device_action_run(iface_ctx.mdm_ctx.uart_dev, PM_DEVICE_ACTION_RESUME); in power_on_uart()
/Zephyr-latest/samples/boards/nordic/system_off/src/
Dmain.c89 rc = pm_device_action_run(cons, PM_DEVICE_ACTION_SUSPEND); in main()
/Zephyr-latest/tests/subsys/shell/shell_device/src/
Dmain.c64 pm_device_action_run(d2, PM_DEVICE_ACTION_SUSPEND); in main()
/Zephyr-latest/samples/drivers/spi_flash_at45/src/
Dmain.c152 err = pm_device_action_run(flash_dev, PM_DEVICE_ACTION_SUSPEND); in main()
/Zephyr-latest/drivers/power_domain/
Dpower_domain_gpio.c44 (void)pm_device_action_run(dev, visitor_context->action); in pd_on_domain_visitor()
Dpower_domain_gpio_monitor.c43 (void)pm_device_action_run(dev, visitor_context->action); in pd_on_domain_visitor()
/Zephyr-latest/drivers/led/
Dled_pwm.c117 err = pm_device_action_run(led->dev, action); in led_pwm_pm_action()
/Zephyr-latest/tests/drivers/uart/uart_errors/src/
Dmain.c211 pm_device_action_run(dev, PM_DEVICE_ACTION_SUSPEND); in reconfigure()
222 pm_device_action_run(dev, PM_DEVICE_ACTION_RESUME); in reconfigure()
/Zephyr-latest/tests/drivers/uart/uart_pm/src/
Dmain.c138 err = pm_device_action_run(dev, action); in action_run()
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_uart.c199 pm_device_action_run(uart_dev, PM_DEVICE_ACTION_RESUME); in panic()
/Zephyr-latest/include/zephyr/pm/
Ddevice.h427 int pm_device_action_run(const struct device *dev,
/Zephyr-latest/tests/subsys/pm/power_mgmt/src/
Dmain.c497 zassert_equal(pm_device_action_run(device_e, PM_DEVICE_ACTION_SUSPEND), -ENOSYS); in ZTEST()
/Zephyr-latest/doc/releases/
Dmigration-guide-3.7.rst566 application needs to call :c:func:`pm_device_action_run` with :c:macro:`PM_DEVICE_ACTION_RESUME`
Drelease-notes-3.0.rst795 :c:func:`pm_device_action_run`.