Searched refs:shutdown_scopes (Results 1 – 1 of 1) sorted by relevance
1357 static struct zynqmp_pm_shutdown_scope shutdown_scopes[] = { variable1373 &shutdown_scopes[ZYNQMP_PM_SHUTDOWN_SUBTYPE_SYSTEM];1388 for (count = 0; count < ARRAY_SIZE(shutdown_scopes); count++) in zynqmp_pm_is_shutdown_scope_valid()1389 if (sysfs_streq(scope_string, shutdown_scopes[count].name)) in zynqmp_pm_is_shutdown_scope_valid()1390 return &shutdown_scopes[count]; in zynqmp_pm_is_shutdown_scope_valid()1401 for (i = 0; i < ARRAY_SIZE(shutdown_scopes); i++) { in shutdown_scope_show()1402 if (&shutdown_scopes[i] == selected_scope) { in shutdown_scope_show()1404 strcat(buf, shutdown_scopes[i].name); in shutdown_scope_show()1407 strcat(buf, shutdown_scopes[i].name); in shutdown_scope_show()