Lines Matching defs:state
77 * Short circuit the state retrieval while we are doing overwrite.
78 * The DSM spec states that the security state is indeterminate
86 pr_err("%s: security state retrieval failed (%d:%#x)\n",
102 if (nd_cmd.cmd.state & ND_INTEL_SEC_STATE_UNSUPPORTED)
105 if (nd_cmd.cmd.state & ND_INTEL_SEC_STATE_ENABLED) {
106 if (nd_cmd.cmd.state & ND_INTEL_SEC_STATE_FROZEN ||
107 nd_cmd.cmd.state & ND_INTEL_SEC_STATE_PLIMIT)
110 if (nd_cmd.cmd.state & ND_INTEL_SEC_STATE_LOCKED)
438 enum nvdimm_fwa_state state;
462 switch (info.state) {
464 state = NVDIMM_FWA_IDLE;
467 state = NVDIMM_FWA_BUSY;
471 state = NVDIMM_FWA_ARM_OVERFLOW;
473 state = NVDIMM_FWA_ARMED;
476 dev_err_once(dev, "invalid firmware activate state %d\n",
477 info.state);
482 * Capability data is available in the same payload as state. It
499 acpi_desc->fwa_state = state;
501 return state;
613 * Similar to the bus state, since activate is synchronous the
614 * busy state should resolve within the context of 'activate'.
621 /* If no activations occurred the old state is still valid */
630 switch (info.state) {
730 * Invalidate the bus-level state, now that we're committed to
731 * changing the 'arm' state.