Home
last modified time | relevance | path

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

/linux-6.15/drivers/firmware/xilinx/
H A Dzynqmp.c1660 static struct zynqmp_pm_shutdown_scope shutdown_scopes[] = { variable
1676 &shutdown_scopes[ZYNQMP_PM_SHUTDOWN_SUBTYPE_SYSTEM];
1691 for (count = 0; count < ARRAY_SIZE(shutdown_scopes); count++) in zynqmp_pm_is_shutdown_scope_valid()
1692 if (sysfs_streq(scope_string, shutdown_scopes[count].name)) in zynqmp_pm_is_shutdown_scope_valid()
1693 return &shutdown_scopes[count]; in zynqmp_pm_is_shutdown_scope_valid()
1704 for (i = 0; i < ARRAY_SIZE(shutdown_scopes); i++) { in shutdown_scope_show()
1705 if (&shutdown_scopes[i] == selected_scope) { in shutdown_scope_show()
1707 strcat(buf, shutdown_scopes[i].name); in shutdown_scope_show()
1710 strcat(buf, shutdown_scopes[i].name); in shutdown_scope_show()