Searched refs:shutdown_scopes (Results 1 – 1 of 1) sorted by relevance
1081 static struct zynqmp_pm_shutdown_scope shutdown_scopes[] = { variable1097 &shutdown_scopes[ZYNQMP_PM_SHUTDOWN_SUBTYPE_SYSTEM];1112 for (count = 0; count < ARRAY_SIZE(shutdown_scopes); count++) in zynqmp_pm_is_shutdown_scope_valid()1113 if (sysfs_streq(scope_string, shutdown_scopes[count].name)) in zynqmp_pm_is_shutdown_scope_valid()1114 return &shutdown_scopes[count]; in zynqmp_pm_is_shutdown_scope_valid()1125 for (i = 0; i < ARRAY_SIZE(shutdown_scopes); i++) { in shutdown_scope_show()1126 if (&shutdown_scopes[i] == selected_scope) { in shutdown_scope_show()1128 strcat(buf, shutdown_scopes[i].name); in shutdown_scope_show()1131 strcat(buf, shutdown_scopes[i].name); in shutdown_scope_show()