Lines Matching refs:fw_ops
400 if (!nd_desc->fw_ops) in capability_show()
404 cap = nd_desc->fw_ops->capability(nd_desc); in capability_show()
427 if (!nd_desc->fw_ops) in activate_show()
431 cap = nd_desc->fw_ops->capability(nd_desc); in activate_show()
432 state = nd_desc->fw_ops->activate_state(nd_desc); in activate_show()
456 return nd_desc->fw_ops->activate(nd_desc); in exec_firmware_activate()
468 if (!nd_desc->fw_ops) in activate_store()
479 state = nd_desc->fw_ops->activate_state(nd_desc); in activate_store()
490 rc = nd_desc->fw_ops->activate(nd_desc); in activate_store()
516 if (!nd_desc->fw_ops) in nvdimm_bus_firmware_visible()
520 cap = nd_desc->fw_ops->capability(nd_desc); in nvdimm_bus_firmware_visible()