Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dlibnvdimm.h246 struct nvdimm_fw_ops { struct
280 const struct nvdimm_fw_ops *fw_ops);
/linux/drivers/acpi/nfit/
H A Dintel.h173 extern const struct nvdimm_fw_ops *intel_fw_ops;
H A Dintel.c728 static const struct nvdimm_fw_ops __intel_fw_ops = {
734 const struct nvdimm_fw_ops *intel_fw_ops = &__intel_fw_ops;
/linux/drivers/nvdimm/
H A Dnd-core.h48 const struct nvdimm_fw_ops *fw_ops;
H A Ddimm_devs.c576 const struct nvdimm_fw_ops *fw_ops) in __nvdimm_create()