Lines Matching refs:fw_ops
452 if (!nvdimm->fw_ops)
456 result = nvdimm->fw_ops->activate_result(nvdimm);
481 if (!nvdimm->fw_ops)
485 state = nvdimm->fw_ops->activate_state(nvdimm);
507 if (!nvdimm->fw_ops)
518 rc = nvdimm->fw_ops->arm(nvdimm, arg);
541 if (!nd_desc->fw_ops)
543 if (!nvdimm->fw_ops)
547 cap = nd_desc->fw_ops->capability(nd_desc);
587 const struct nvdimm_fw_ops *fw_ops)
615 nvdimm->fw_ops = fw_ops;