Lines Matching refs:fw_ops
368 if (!nd_desc->fw_ops) in capability_show()
372 cap = nd_desc->fw_ops->capability(nd_desc); in capability_show()
395 if (!nd_desc->fw_ops) in activate_show()
399 cap = nd_desc->fw_ops->capability(nd_desc); in activate_show()
400 state = nd_desc->fw_ops->activate_state(nd_desc); in activate_show()
424 return nd_desc->fw_ops->activate(nd_desc); in exec_firmware_activate()
436 if (!nd_desc->fw_ops) in activate_store()
447 state = nd_desc->fw_ops->activate_state(nd_desc); in activate_store()
458 rc = nd_desc->fw_ops->activate(nd_desc); in activate_store()
484 if (!nd_desc->fw_ops) in nvdimm_bus_firmware_visible()
488 cap = nd_desc->fw_ops->capability(nd_desc); in nvdimm_bus_firmware_visible()