Searched refs:pm_wakeup_nodes_set (Results 1 – 2 of 2) sorted by relevance
180 uint8_t pm_wakeup_nodes_set[NODE_MAX] = { 0 }; in pm_client_set_wakeup_sources() local197 zeromem(&pm_wakeup_nodes_set, sizeof(pm_wakeup_nodes_set)); in pm_client_set_wakeup_sources()222 if (pm_wakeup_nodes_set[node] == 0U) { in pm_client_set_wakeup_sources()224 pm_wakeup_nodes_set[node] = (ret == PM_RET_SUCCESS) ? 1U : 0U; in pm_client_set_wakeup_sources()
52 uint8_t pm_wakeup_nodes_set[XPM_NODEIDX_DEV_MAX] = {0U}; in pm_client_set_wakeup_sources() local55 zeromem(&pm_wakeup_nodes_set, (u_register_t)sizeof(pm_wakeup_nodes_set)); in pm_client_set_wakeup_sources()81 if (pm_wakeup_nodes_set[node_idx] == 0U) { in pm_client_set_wakeup_sources()87 pm_wakeup_nodes_set[node_idx] = (ret == PM_RET_SUCCESS) ? in pm_client_set_wakeup_sources()