Home
last modified time | relevance | path

Searched refs:shutdown_scopes (Results 1 – 1 of 1) sorted by relevance

/drivers/firmware/xilinx/
Dzynqmp.c1570 static struct zynqmp_pm_shutdown_scope shutdown_scopes[] = { variable
1586 &shutdown_scopes[ZYNQMP_PM_SHUTDOWN_SUBTYPE_SYSTEM];
1601 for (count = 0; count < ARRAY_SIZE(shutdown_scopes); count++) in zynqmp_pm_is_shutdown_scope_valid()
1602 if (sysfs_streq(scope_string, shutdown_scopes[count].name)) in zynqmp_pm_is_shutdown_scope_valid()
1603 return &shutdown_scopes[count]; in zynqmp_pm_is_shutdown_scope_valid()
1614 for (i = 0; i < ARRAY_SIZE(shutdown_scopes); i++) { in shutdown_scope_show()
1615 if (&shutdown_scopes[i] == selected_scope) { in shutdown_scope_show()
1617 strcat(buf, shutdown_scopes[i].name); in shutdown_scope_show()
1620 strcat(buf, shutdown_scopes[i].name); in shutdown_scope_show()