Home
last modified time | relevance | path

Searched refs:PM_DEVICE_DT_DEFINE (Results 1 – 25 of 31) sorted by relevance

12

/Zephyr-latest/tests/subsys/pm/power_domain/src/
Dmain.c94 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/
Dmain.c79 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/
Dtest_driver.c64 PM_DEVICE_DT_DEFINE(DT_NODELABEL(test_dev), test_driver_action);
/Zephyr-latest/tests/lib/cpp/cxx/src/
Dmain.cpp152 PM_DEVICE_DT_DEFINE(DT_NODELABEL(test_dev0_boot), fake_pm_action);
/Zephyr-latest/drivers/i2c/
Di2c_nrfx_twi.c168 PM_DEVICE_DT_DEFINE(I2C(idx), twi_nrfx_pm_action); \
Di2c_nrfx_twi_rtio.c198 PM_DEVICE_DT_DEFINE(I2C(idx), twi_nrfx_pm_action); \
Di2c_sedi.c240 PM_DEVICE_DT_DEFINE(DT_NODELABEL(i2c##n), i2c_sedi_pm_action); \
Di2c_nrfx_twim.c261 PM_DEVICE_DT_DEFINE(I2C(idx), twim_nrfx_pm_action, \
Di2c_nrfx_twim_rtio.c213 PM_DEVICE_DT_DEFINE(I2C(idx), twim_nrfx_pm_action, PM_DEVICE_ISR_SAFE); \
Di2c_nrfx_twis.c321 PM_DEVICE_DT_DEFINE( \
/Zephyr-latest/tests/subsys/pm/device_power_domains/src/
Dmain.c28 PM_DEVICE_DT_DEFINE(DT_NODELABEL(test_dev), dev_pm_control);
/Zephyr-latest/include/zephyr/pm/
Ddevice.h349 #define PM_DEVICE_DT_DEFINE(node_id, pm_action_cb, ...) \ macro
/Zephyr-latest/tests/subsys/pm/device_runtime_api/src/
Dmain.c287 PM_DEVICE_DT_DEFINE(DT_NODELABEL(test_dev), dev_pm_control);
/Zephyr-latest/drivers/sensor/nordic/qdec_nrfx/
Dqdec_nrfx.c287 PM_DEVICE_DT_DEFINE(QDEC(idx), qdec_nrfx_pm_action, PM_DEVICE_ISR_SAFE); \
/Zephyr-latest/drivers/ipm/
Dipm_sedi.c287 PM_DEVICE_DT_DEFINE(DT_NODELABEL(ipm##n), ipm_power_ctrl); \
/Zephyr-latest/soc/intel/intel_adsp/common/
Dipc.c334 PM_DEVICE_DT_DEFINE(INTEL_ADSP_IPC_HOST_DTNODE, ipc_pm_action);
/Zephyr-latest/drivers/pwm/
Dpwm_nrfx.c403 PM_DEVICE_DT_DEFINE(PWM(idx), pwm_nrfx_pm_action); \
/Zephyr-latest/drivers/spi/
Dspi_nrfx_spi.c458 PM_DEVICE_DT_DEFINE(SPI(idx), spi_nrfx_pm_action); \
/Zephyr-latest/drivers/serial/
Duart_sedi.c66 PM_DEVICE_DT_DEFINE(DT_NODELABEL(uart##n), \
Duart_neorv32.c511 PM_DEVICE_DT_DEFINE(node_id, neorv32_uart_pm_action); \
/Zephyr-latest/drivers/regulator/
Dregulator_da1469x.c466 PM_DEVICE_DT_DEFINE(node, regulator_da1469x_pm_action); \
/Zephyr-latest/drivers/clock_control/
Dclock_control_smartbond.c637 PM_DEVICE_DT_DEFINE(DT_NODELABEL(osc), smartbond_clocks_pm_action);
/Zephyr-latest/drivers/gpio/
Dgpio_stm32.c736 PM_DEVICE_DT_DEFINE(__node, gpio_stm32_pm_action); \
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_spi_stm32.c883 PM_DEVICE_DT_DEFINE(DT_CHOSEN(zephyr_host_cmd_spi_backend), ec_host_cmd_spi_stm32_pm_action);
/Zephyr-latest/drivers/dma/
Ddma_mchp_xec.c835 PM_DEVICE_DT_DEFINE(i, dmac_xec_pm_action); \

12