Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dlibnvdimm.h235 struct nvdimm_fw_ops { struct
266 const struct nvdimm_fw_ops *fw_ops);
/openbmc/linux/drivers/acpi/nfit/
H A Dintel.h173 extern const struct nvdimm_fw_ops *intel_fw_ops;
H A Dintel.c743 static const struct nvdimm_fw_ops __intel_fw_ops = {
749 const struct nvdimm_fw_ops *intel_fw_ops = &__intel_fw_ops;
H A Dcore.c1965 static const struct nvdimm_fw_ops *acpi_nfit_get_fw_ops( in acpi_nfit_get_fw_ops()
/openbmc/linux/drivers/nvdimm/
H A Dnd-core.h48 const struct nvdimm_fw_ops *fw_ops;
H A Ddimm_devs.c587 const struct nvdimm_fw_ops *fw_ops) in __nvdimm_create()