Lines Matching refs:fw_ops
399 if (!nd_desc->fw_ops) in capability_show()
403 cap = nd_desc->fw_ops->capability(nd_desc); in capability_show()
426 if (!nd_desc->fw_ops) in activate_show()
430 cap = nd_desc->fw_ops->capability(nd_desc); in activate_show()
431 state = nd_desc->fw_ops->activate_state(nd_desc); in activate_show()
455 return nd_desc->fw_ops->activate(nd_desc); in exec_firmware_activate()
467 if (!nd_desc->fw_ops) in activate_store()
478 state = nd_desc->fw_ops->activate_state(nd_desc); in activate_store()
489 rc = nd_desc->fw_ops->activate(nd_desc); in activate_store()
515 if (!nd_desc->fw_ops) in nvdimm_bus_firmware_visible()
519 cap = nd_desc->fw_ops->capability(nd_desc); in nvdimm_bus_firmware_visible()