Searched refs:pm_action_cb (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/include/zephyr/pm/ |
D | device.h | 243 #define Z_PM_DEVICE_BASE_INIT(obj, node_id, pm_action_cb, _flags) \ argument 247 .action_cb = pm_action_cb, \ 261 #define Z_PM_DEVICE_INIT(obj, node_id, pm_action_cb, isr_safe) \ argument 263 .base = Z_PM_DEVICE_BASE_INIT(obj, node_id, pm_action_cb, \ 302 #define Z_PM_DEVICE_DEFINE(node_id, dev_id, pm_action_cb, isr_safe) \ argument 307 pm_action_cb, isr_safe) 317 #define Z_PM_DEVICE_DEFINE(node_id, dev_id, pm_action_cb, isr_safe) argument 334 #define PM_DEVICE_DEFINE(dev_id, pm_action_cb, ...) \ argument 335 Z_PM_DEVICE_DEFINE(DT_INVALID_NODE, dev_id, pm_action_cb, \ 349 #define PM_DEVICE_DT_DEFINE(node_id, pm_action_cb, ...) \ argument [all …]
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.it8xxx2 | 14 to use pm_action_cb, we also need to make some setting
|