Searched refs:pm_action_cb (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.5.0/include/zephyr/pm/ |
D | device.h | 195 #define Z_PM_DEVICE_INIT(obj, node_id, pm_action_cb) \ argument 198 .action_cb = pm_action_cb, \ 234 #define Z_PM_DEVICE_DEFINE(node_id, dev_id, pm_action_cb) \ argument 238 pm_action_cb) 248 #define Z_PM_DEVICE_DEFINE(node_id, dev_id, pm_action_cb) argument 264 #define PM_DEVICE_DEFINE(dev_id, pm_action_cb) \ argument 265 Z_PM_DEVICE_DEFINE(DT_INVALID_NODE, dev_id, pm_action_cb) 277 #define PM_DEVICE_DT_DEFINE(node_id, pm_action_cb) \ argument 279 pm_action_cb) 291 #define PM_DEVICE_DT_INST_DEFINE(idx, pm_action_cb) \ argument [all …]
|
/Zephyr-Core-3.5.0/drivers/serial/ |
D | Kconfig.it8xxx2 | 12 to use pm_action_cb, we also need to make some setting
|