Searched refs:Z_PM_DEVICE_DEFINE (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/include/zephyr/pm/ |
D | device.h | 302 #define Z_PM_DEVICE_DEFINE(node_id, dev_id, pm_action_cb, isr_safe) \ macro 317 #define Z_PM_DEVICE_DEFINE(node_id, dev_id, pm_action_cb, isr_safe) macro 335 Z_PM_DEVICE_DEFINE(DT_INVALID_NODE, dev_id, pm_action_cb, \ 350 Z_PM_DEVICE_DEFINE(node_id, Z_DEVICE_DT_DEV_ID(node_id), pm_action_cb, \ 365 Z_PM_DEVICE_DEFINE(DT_DRV_INST(idx), \
|