Home
last modified time | relevance | path

Searched refs:pm_device_busy_set (Results 1 – 19 of 19) sorted by relevance

/Zephyr-latest/include/zephyr/pm/
Ddevice.h506 void pm_device_busy_set(const struct device *dev);
657 static inline void pm_device_busy_set(const struct device *dev) in pm_device_busy_set() function
/Zephyr-latest/soc/intel/intel_adsp/common/
Dipc.c97 pm_device_busy_set(dev); in intel_adsp_ipc_init()
153 pm_device_busy_set(dev); in intel_adsp_ipc_send_message()
/Zephyr-latest/tests/subsys/pm/power_mgmt/src/
Dmain.c439 pm_device_busy_set(device_dummy); in ZTEST()
480 pm_device_busy_set(device_e); in ZTEST()
/Zephyr-latest/drivers/i2c/
Di2c_sedi.c76 pm_device_busy_set(dev); in i2c_sedi_api_full_io()
Di2c_dw.c666 pm_device_busy_set(dev); in i2c_dw_transfer()
/Zephyr-latest/subsys/pm/
Ddevice.c255 void pm_device_busy_set(const struct device *dev) in pm_device_busy_set() function
/Zephyr-latest/drivers/ipm/
Dipm_sedi.c27 pm_device_busy_set(dev); in set_ipm_dev_busy()
/Zephyr-latest/drivers/sensor/silabs/si7210/
Dsi7210.c341 pm_device_busy_set(dev); in si7210_sample_fetch()
/Zephyr-latest/drivers/sensor/bosch/bmp180/
Dbmp180.c263 pm_device_busy_set(dev); in bmp180_sample_fetch()
/Zephyr-latest/drivers/spi/
Dspi_sedi.c108 pm_device_busy_set(dev); in transceive()
Dspi_dw.c352 pm_device_busy_set(dev); in transceive()
/Zephyr-latest/drivers/serial/
Duart_mcux.c212 pm_device_busy_set(dev); in uart_mcux_irq_tx_enable()
Duart_sedi.c134 pm_device_busy_set(dev); in uart_busy_set()
Duart_nrfx_uart.c833 pm_device_busy_set(dev); in uart_nrfx_irq_tx_enable()
/Zephyr-latest/drivers/sensor/bosch/bmp388/
Dbmp388.c245 pm_device_busy_set(dev); in bmp388_sample_fetch()
/Zephyr-latest/drivers/sensor/bosch/bmi08x/
Dbmi08x_accel.c385 pm_device_busy_set(dev); in bmi08x_sample_fetch()
/Zephyr-latest/drivers/flash/
Dnrf_qspi_nor.c319 pm_device_busy_set(dev); in qspi_acquire()
/Zephyr-latest/doc/services/pm/
Ddevice.rst305 When :c:func:`pm_device_busy_set` is called, the device is marked as busy and
/Zephyr-latest/doc/releases/
Drelease-notes-2.7.rst920 * ``device_busy_set`` -> ``pm_device_busy_set``