Searched refs:pm_wakeup_nodes_set (Results 1 – 2 of 2) sorted by relevance
182 uint8_t pm_wakeup_nodes_set[NODE_MAX] = { 0 }; in pm_client_set_wakeup_sources() local199 zeromem(&pm_wakeup_nodes_set, sizeof(pm_wakeup_nodes_set)); in pm_client_set_wakeup_sources()225 if (pm_wakeup_nodes_set[node] == 0U) { in pm_client_set_wakeup_sources()227 pm_wakeup_nodes_set[node] = (ret == PM_RET_SUCCESS) ? 1U : 0U; in pm_client_set_wakeup_sources()
56 uint8_t pm_wakeup_nodes_set[XPM_NODEIDX_DEV_MAX] = {0U}; in pm_client_set_wakeup_sources() local59 zeromem(&pm_wakeup_nodes_set, (u_register_t)sizeof(pm_wakeup_nodes_set)); in pm_client_set_wakeup_sources()85 if (pm_wakeup_nodes_set[node_idx] == 0U) { in pm_client_set_wakeup_sources()91 pm_wakeup_nodes_set[node_idx] = (ret == PM_RET_SUCCESS) ? in pm_client_set_wakeup_sources()