Searched refs:wakeup_source (Results 1 – 14 of 14) sorted by relevance
| /Zephyr-latest/drivers/counter/ |
| D | counter_mcux_lpc_rtc.c | 29 bool wakeup_source; member 214 if (config->wakeup_source) { in mcux_lpc_rtc_init() 245 .wakeup_source = DT_INST_PROP(id, wakeup_source) \ 258 if (DT_INST_PROP(id, wakeup_source)) { \ 408 if (config->wakeup_source) { in mcux_lpc_rtc_highres_init() 434 if (DT_INST_PROP(n, wakeup_source)) { \ 450 .wakeup_source = DT_INST_PROP(id, wakeup_source) \
|
| D | counter_max32_timer.c | 39 bool wakeup_source; member 283 if (cfg->wakeup_source) { in max32_counter_init() 338 .wakeup_source = DT_PROP(TIMER(_num), wakeup_source), \
|
| D | counter_max32_rtc.c | 241 if (DT_INST_PROP(_num, wakeup_source)) { \
|
| /Zephyr-latest/drivers/input/ |
| D | input_xec_kbd.c | 39 bool wakeup_source; member 151 if (cfg->wakeup_source) { in xec_kbd_pm_action() 242 .wakeup_source = DT_INST_PROP(0, wakeup_source)
|
| /Zephyr-latest/drivers/ps2/ |
| D | ps2_mchp_xec.c | 46 bool wakeup_source; member 240 if (devcfg->wakeup_source) { in ps2_xec_pm_action() 261 if (devcfg->wakeup_source) { in ps2_xec_pm_action() 376 .wakeup_source = (uint8_t)DT_INST_PROP_OR(n, wakeup_source, 0), \
|
| /Zephyr-latest/soc/nxp/common/ |
| D | nxp_nbu.c | 51 #if (DT_INST_PROP(0, wakeup_source)) && CONFIG_PM in nxp_nbu_init()
|
| /Zephyr-latest/drivers/serial/ |
| D | uart_stm32.h | 57 bool wakeup_source; member
|
| D | uart_mchp_xec.c | 195 bool wakeup_source; member 472 if ((dev_cfg->wakeup_source) && (dev_cfg->wakerx_gpio.port != NULL)) { in uart_xec_pm_action() 533 if ((dev_cfg->wakeup_source) && (dev_cfg->wakerx_gpio.port != NULL)) { in uart_xec_init() 1074 .wakeup_source = (uint8_t)DT_INST_PROP_OR(n, wakeup_source, 0), \
|
| D | uart_stm32.c | 2096 if (config->wakeup_source) { in uart_stm32_registers_configure() 2334 .wakeup_source = DT_INST_PROP(index, wakeup_source), \
|
| /Zephyr-latest/drivers/rtc/ |
| D | rtc_pcf8523.c | 128 bool wakeup_source; member 223 if (!config->wakeup_source) { in pcf8523_int1_enable_unlocked() 233 } else if (!config->wakeup_source) { in pcf8523_int1_enable_unlocked() 614 if (!config->wakeup_source) { in pcf8523_alarm_set_callback() 841 if (config->wakeup_source) { in pcf8523_init() 875 if (config->wakeup_source) { in pcf8523_init() 959 .wakeup_source = DT_INST_PROP(inst, wakeup_source), \
|
| /Zephyr-latest/drivers/i2c/ |
| D | i2c_npcx_controller.c | 159 bool wakeup_source; member 216 if (!config->wakeup_source) { in i2c_npcx_pm_policy_state_lock_get() 231 if (!config->wakeup_source) { in i2c_npcx_pm_policy_state_lock_put() 1212 if (IS_ENABLED(CONFIG_PM) && config->wakeup_source) { in npcx_i2c_ctrl_target_register() 1432 if (IS_ENABLED(CONFIG_PM) && config->wakeup_source) { in i2c_ctrl_init() 1486 .wakeup_source = DT_INST_PROP_OR(inst, wakeup_source, 0) \
|
| /Zephyr-latest/drivers/timer/ |
| D | mcux_os_timer.c | 279 #if (DT_INST_PROP(0, wakeup_source)) in sys_clock_driver_init()
|
| /Zephyr-latest/include/zephyr/pm/ |
| D | device.h | 224 ((DT_PROP_OR(node_id, wakeup_source, 0) \
|
| /Zephyr-latest/drivers/wifi/nxp/ |
| D | nxp_wifi_drv.c | 1986 #if (DT_INST_PROP(0, wakeup_source)) in nxp_wifi_dev_init()
|