Home
last modified time | relevance | path

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

/linux/drivers/firmware/xilinx/ !
H A Dzynqmp.c1694 static struct zynqmp_pm_shutdown_scope shutdown_scopes[] = { variable
1710 &shutdown_scopes[ZYNQMP_PM_SHUTDOWN_SUBTYPE_SYSTEM];
1725 for (count = 0; count < ARRAY_SIZE(shutdown_scopes); count++) in zynqmp_pm_is_shutdown_scope_valid()
1726 if (sysfs_streq(scope_string, shutdown_scopes[count].name)) in zynqmp_pm_is_shutdown_scope_valid()
1727 return &shutdown_scopes[count]; in zynqmp_pm_is_shutdown_scope_valid()
1738 for (i = 0; i < ARRAY_SIZE(shutdown_scopes); i++) { in shutdown_scope_show()
1739 if (&shutdown_scopes[i] == selected_scope) { in shutdown_scope_show()
1741 strcat(buf, shutdown_scopes[i].name); in shutdown_scope_show()
1744 strcat(buf, shutdown_scopes[i].name); in shutdown_scope_show()