Home
last modified time | relevance | path

Searched refs:CONFIG_PM_DEV_PRIORITY (Results 1 – 1 of 1) sorted by relevance

/bsp/xuantie/libraries/xuantie_libraries/chip_riscv_dummy/src/drivers/
A Dpower_manage.c38 #ifndef CONFIG_PM_DEV_PRIORITY
39 #define CONFIG_PM_DEV_PRIORITY 4 macro
47 static slist_t pm_dev_list[CONFIG_PM_DEV_PRIORITY];
52 for (uint8_t i = 0; i < CONFIG_PM_DEV_PRIORITY; i++) { in csi_pm_init()
61 for (uint8_t i = 0; i < CONFIG_PM_DEV_PRIORITY; i++) { in csi_pm_uninit()
173 for (uint8_t i = 0; i < CONFIG_PM_DEV_PRIORITY; i++) { in csi_pm_dev_unregister()
205 for (i = CONFIG_PM_DEV_PRIORITY - 1; i >= 0; i--) { in csi_pm_dev_notify()
218 for (i = 0; i < CONFIG_PM_DEV_PRIORITY; i++) { in csi_pm_dev_notify()

Completed in 39 milliseconds