Searched refs:PM_DEVICE_DT_DEFINE (Results 1 – 25 of 31) sorted by relevance
12
/Zephyr-latest/tests/subsys/pm/power_domain/src/ |
D | main.c | 94 PM_DEVICE_DT_DEFINE(TEST_DOMAIN, domain_pm_action); 98 PM_DEVICE_DT_DEFINE(TEST_DEVA, deva_pm_action); 102 PM_DEVICE_DT_DEFINE(TEST_DEVB, devb_pm_action); 228 PM_DEVICE_DT_DEFINE(TEST_DOMAIN_BALANCED, domain_pm_action); 232 PM_DEVICE_DT_DEFINE(TEST_DEV_BALANCED, deva_pm_action);
|
/Zephyr-latest/tests/subsys/pm/power_mgmt/src/ |
D | main.c | 79 PM_DEVICE_DT_DEFINE(DT_INST(0, test_device_pm), device_a_pm_action); 124 PM_DEVICE_DT_DEFINE(DT_INST(1, test_device_pm), device_b_pm_action); 140 PM_DEVICE_DT_DEFINE(DT_INST(2, test_device_pm), device_c_pm_action); 166 PM_DEVICE_DT_DEFINE(DT_INST(3, test_device_pm), device_d_pm_action);
|
/Zephyr-latest/tests/subsys/pm/power_states_api/src/ |
D | test_driver.c | 64 PM_DEVICE_DT_DEFINE(DT_NODELABEL(test_dev), test_driver_action);
|
/Zephyr-latest/tests/lib/cpp/cxx/src/ |
D | main.cpp | 152 PM_DEVICE_DT_DEFINE(DT_NODELABEL(test_dev0_boot), fake_pm_action);
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_nrfx_twi.c | 168 PM_DEVICE_DT_DEFINE(I2C(idx), twi_nrfx_pm_action); \
|
D | i2c_nrfx_twi_rtio.c | 198 PM_DEVICE_DT_DEFINE(I2C(idx), twi_nrfx_pm_action); \
|
D | i2c_sedi.c | 240 PM_DEVICE_DT_DEFINE(DT_NODELABEL(i2c##n), i2c_sedi_pm_action); \
|
D | i2c_nrfx_twim.c | 261 PM_DEVICE_DT_DEFINE(I2C(idx), twim_nrfx_pm_action, \
|
D | i2c_nrfx_twim_rtio.c | 213 PM_DEVICE_DT_DEFINE(I2C(idx), twim_nrfx_pm_action, PM_DEVICE_ISR_SAFE); \
|
D | i2c_nrfx_twis.c | 321 PM_DEVICE_DT_DEFINE( \
|
/Zephyr-latest/tests/subsys/pm/device_power_domains/src/ |
D | main.c | 28 PM_DEVICE_DT_DEFINE(DT_NODELABEL(test_dev), dev_pm_control);
|
/Zephyr-latest/include/zephyr/pm/ |
D | device.h | 349 #define PM_DEVICE_DT_DEFINE(node_id, pm_action_cb, ...) \ macro
|
/Zephyr-latest/tests/subsys/pm/device_runtime_api/src/ |
D | main.c | 287 PM_DEVICE_DT_DEFINE(DT_NODELABEL(test_dev), dev_pm_control);
|
/Zephyr-latest/drivers/sensor/nordic/qdec_nrfx/ |
D | qdec_nrfx.c | 287 PM_DEVICE_DT_DEFINE(QDEC(idx), qdec_nrfx_pm_action, PM_DEVICE_ISR_SAFE); \
|
/Zephyr-latest/drivers/ipm/ |
D | ipm_sedi.c | 287 PM_DEVICE_DT_DEFINE(DT_NODELABEL(ipm##n), ipm_power_ctrl); \
|
/Zephyr-latest/soc/intel/intel_adsp/common/ |
D | ipc.c | 334 PM_DEVICE_DT_DEFINE(INTEL_ADSP_IPC_HOST_DTNODE, ipc_pm_action);
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_nrfx.c | 403 PM_DEVICE_DT_DEFINE(PWM(idx), pwm_nrfx_pm_action); \
|
/Zephyr-latest/drivers/spi/ |
D | spi_nrfx_spi.c | 458 PM_DEVICE_DT_DEFINE(SPI(idx), spi_nrfx_pm_action); \
|
/Zephyr-latest/drivers/serial/ |
D | uart_sedi.c | 66 PM_DEVICE_DT_DEFINE(DT_NODELABEL(uart##n), \
|
D | uart_neorv32.c | 511 PM_DEVICE_DT_DEFINE(node_id, neorv32_uart_pm_action); \
|
/Zephyr-latest/drivers/regulator/ |
D | regulator_da1469x.c | 466 PM_DEVICE_DT_DEFINE(node, regulator_da1469x_pm_action); \
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_smartbond.c | 637 PM_DEVICE_DT_DEFINE(DT_NODELABEL(osc), smartbond_clocks_pm_action);
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_stm32.c | 736 PM_DEVICE_DT_DEFINE(__node, gpio_stm32_pm_action); \
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/ |
D | ec_host_cmd_backend_spi_stm32.c | 883 PM_DEVICE_DT_DEFINE(DT_CHOSEN(zephyr_host_cmd_spi_backend), ec_host_cmd_spi_stm32_pm_action);
|
/Zephyr-latest/drivers/dma/ |
D | dma_mchp_xec.c | 835 PM_DEVICE_DT_DEFINE(i, dmac_xec_pm_action); \
|
12