Searched refs:CONFIG_PM_DEV_PRIORITY (Results 1 – 1 of 1) sorted by relevance
38 #ifndef CONFIG_PM_DEV_PRIORITY39 #define CONFIG_PM_DEV_PRIORITY 4 macro47 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