Searched refs:pm_device_runtime_put_async (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/tests/subsys/pm/device_runtime_api/src/ |
D | main.c | 45 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/ |
D | device_runtime.h | 145 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/ |
D | pm_shell.c | 148 ret = pm_device_runtime_put_async(dev, K_NO_WAIT); in pm_cmd_runtime_put_async()
|
D | device_runtime.c | 349 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/ |
D | spi_nor.c | 816 (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/ |
D | log_backend_uart.c | 121 (void)pm_device_runtime_put_async(uart_dev, K_MSEC(1)); in char_out()
|
/Zephyr-latest/drivers/console/ |
D | uart_console.c | 108 (void)pm_device_runtime_put_async(uart_console_dev, K_MSEC(1)); in console_out()
|
/Zephyr-latest/doc/services/pm/ |
D | device_runtime.rst | 109 :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/ |
D | spi_ambiq_spid.c | 307 ret = pm_device_runtime_put_async(dev, K_MSEC(2)); in spi_ambiq_transceive()
|
D | spi_nrfx_spim.c | 162 pm_device_runtime_put_async(dev, K_NO_WAIT); in finalize_spi_transaction()
|
/Zephyr-latest/drivers/serial/ |
D | uart_nrfx_uarte.c | 429 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/ |
D | SYSVIEW_Zephyr.txt | 168 159 pm_device_runtime_put_async dev=%I, Delay=%TimeOut | Returns %u
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.6.rst | 1115 * :c:func:`pm_device_runtime_put_async()` got a parameter to specify a minimum delay to
|