Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/acpi/nfit/
Dintel.c33 acpi_desc->fwa_cap = NVDIMM_FWA_CAP_INVALID; in firmware_activate_noidle_store()
480 if (acpi_desc->fwa_cap == NVDIMM_FWA_CAP_INVALID) in intel_bus_fwa_state()
513 if (acpi_desc->fwa_cap == NVDIMM_FWA_CAP_INVALID) { in intel_bus_fwa_state()
515 acpi_desc->fwa_cap = NVDIMM_FWA_CAP_QUIESCE; in intel_bus_fwa_state()
522 acpi_desc->fwa_cap = NVDIMM_FWA_CAP_LIVE; in intel_bus_fwa_state()
524 acpi_desc->fwa_cap = NVDIMM_FWA_CAP_NONE; in intel_bus_fwa_state()
537 if (acpi_desc->fwa_cap > NVDIMM_FWA_CAP_INVALID) in intel_bus_fwa_capability()
538 return acpi_desc->fwa_cap; in intel_bus_fwa_capability()
541 return acpi_desc->fwa_cap; in intel_bus_fwa_capability()
Dnfit.h272 enum nvdimm_fwa_capability fwa_cap; member