Home
last modified time | relevance | path

Searched refs:pm_device_runtime_put_async (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/tests/subsys/pm/device_runtime_api/src/
Dmain.c45 ret = pm_device_runtime_put_async(test_dev, K_NO_WAIT); in test_api_setup()
146 ret = pm_device_runtime_put_async(test_dev, K_NO_WAIT); in ZTEST()
164 ret = pm_device_runtime_put_async(test_dev, K_NO_WAIT); in ZTEST()
187 ret = pm_device_runtime_put_async(test_dev, K_NO_WAIT); in ZTEST()
221 ret = pm_device_runtime_put_async(test_dev, K_MSEC(10)); in ZTEST()
238 ret = pm_device_runtime_put_async(test_dev, K_MSEC(100)); in ZTEST()
276 zassert_false(pm_device_runtime_put_async(dev, K_NO_WAIT), ""); in ZTEST()
/Zephyr-latest/include/zephyr/pm/
Ddevice_runtime.h145 int pm_device_runtime_put_async(const struct device *dev, k_timeout_t delay);
204 static inline int pm_device_runtime_put_async(const struct device *dev,
/Zephyr-latest/subsys/pm/
Dpm_shell.c148 ret = pm_device_runtime_put_async(dev, K_NO_WAIT); in pm_cmd_runtime_put_async()
Ddevice_runtime.c349 int pm_device_runtime_put_async(const struct device *dev, k_timeout_t delay) in pm_device_runtime_put_async() function
/Zephyr-latest/drivers/flash/
Dspi_nor.c816 (void)pm_device_runtime_put_async(dev, K_MSEC(ACTIVE_DWELL_MS)); in spi_nor_read()
848 (void)pm_device_runtime_put_async(dev, K_MSEC(ACTIVE_DWELL_MS)); in flash_spi_nor_ex_op()
932 (void)pm_device_runtime_put_async(dev, K_MSEC(ACTIVE_DWELL_MS)); in spi_nor_write()
1023 (void)pm_device_runtime_put_async(dev, K_MSEC(ACTIVE_DWELL_MS)); in spi_nor_erase()
1075 (void)pm_device_runtime_put_async(dev, K_MSEC(ACTIVE_DWELL_MS)); in spi_nor_sfdp_read()
1099 (void)pm_device_runtime_put_async(dev, K_MSEC(ACTIVE_DWELL_MS)); in spi_nor_read_jedec_id()
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_uart.c121 (void)pm_device_runtime_put_async(uart_dev, K_MSEC(1)); in char_out()
/Zephyr-latest/drivers/console/
Duart_console.c108 (void)pm_device_runtime_put_async(uart_console_dev, K_MSEC(1)); in console_out()
/Zephyr-latest/doc/services/pm/
Ddevice_runtime.rst109 :c:func:`pm_device_runtime_put_async` function. This function will schedule
227 return pm_device_runtime_put_async(dev, K_NO_WAIT);
/Zephyr-latest/drivers/spi/
Dspi_ambiq_spid.c307 ret = pm_device_runtime_put_async(dev, K_MSEC(2)); in spi_ambiq_transceive()
Dspi_nrfx_spim.c162 pm_device_runtime_put_async(dev, K_NO_WAIT); in finalize_spi_transaction()
/Zephyr-latest/drivers/serial/
Duart_nrfx_uarte.c429 pm_device_runtime_put_async(dev, K_NO_WAIT); in uarte_nrfx_isr_int()
459 pm_device_runtime_put_async(dev, K_NO_WAIT); in uarte_nrfx_isr_int()
987 pm_device_runtime_put_async(dev, K_NO_WAIT); in notify_rx_disable()
1632 pm_device_runtime_put_async(dev, K_NO_WAIT); in txstopped_isr()
1698 pm_device_runtime_put_async(dev, K_NO_WAIT); in txstopped_isr()
/Zephyr-latest/subsys/tracing/sysview/
DSYSVIEW_Zephyr.txt168 159 pm_device_runtime_put_async dev=%I, Delay=%TimeOut | Returns %u
/Zephyr-latest/doc/releases/
Drelease-notes-3.6.rst1115 * :c:func:`pm_device_runtime_put_async()` got a parameter to specify a minimum delay to