Lines Matching refs:scope
939 * struct zynqmp_pm_shutdown_scope - Struct for shutdown scope
941 * @name: Matching string for scope argument
943 * This struct encapsulates mapping between shutdown scope ID and string.
969 * zynqmp_pm_is_shutdown_scope_valid - Check if shutdown scope string is valid
970 * @scope_string: Shutdown scope string
972 * Return: Return pointer to matching shutdown scope struct from
1014 struct zynqmp_pm_shutdown_scope *scope;
1016 scope = zynqmp_pm_is_shutdown_scope_valid(buf);
1017 if (!scope)
1021 scope->subtype);
1023 pr_err("unable to set shutdown scope %s\n", buf);
1027 selected_scope = scope;