Lines Matching defs:state
76 * Short circuit the state retrieval while we are doing overwrite.
77 * The DSM spec states that the security state is indeterminate
85 pr_err("%s: security state retrieval failed (%d:%#x)\n",
101 if (nd_cmd.cmd.state & ND_INTEL_SEC_STATE_UNSUPPORTED)
104 if (nd_cmd.cmd.state & ND_INTEL_SEC_STATE_ENABLED) {
105 if (nd_cmd.cmd.state & ND_INTEL_SEC_STATE_FROZEN ||
106 nd_cmd.cmd.state & ND_INTEL_SEC_STATE_PLIMIT)
109 if (nd_cmd.cmd.state & ND_INTEL_SEC_STATE_LOCKED)
466 enum nvdimm_fwa_state state;
490 switch (info.state) {
492 state = NVDIMM_FWA_IDLE;
495 state = NVDIMM_FWA_BUSY;
499 state = NVDIMM_FWA_ARM_OVERFLOW;
501 state = NVDIMM_FWA_ARMED;
504 dev_err_once(dev, "invalid firmware activate state %d\n",
505 info.state);
510 * Capability data is available in the same payload as state. It
527 acpi_desc->fwa_state = state;
529 return state;
641 * Similar to the bus state, since activate is synchronous the
642 * busy state should resolve within the context of 'activate'.
649 /* If no activations occurred the old state is still valid */
658 switch (info.state) {
758 * Invalidate the bus-level state, now that we're committed to
759 * changing the 'arm' state.