Lines Matching refs:fw_ops
466 if (!nvdimm->fw_ops)
470 result = nvdimm->fw_ops->activate_result(nvdimm);
495 if (!nvdimm->fw_ops)
499 state = nvdimm->fw_ops->activate_state(nvdimm);
521 if (!nvdimm->fw_ops)
532 rc = nvdimm->fw_ops->arm(nvdimm, arg);
555 if (!nd_desc->fw_ops)
557 if (!nvdimm->fw_ops)
561 cap = nd_desc->fw_ops->capability(nd_desc);
599 const struct nvdimm_fw_ops *fw_ops)
629 nvdimm->fw_ops = fw_ops;