Lines Matching refs:fw_ops
368 if (!nd_desc->fw_ops) in capability_show()
371 cap = nd_desc->fw_ops->capability(nd_desc); in capability_show()
393 if (!nd_desc->fw_ops) in activate_show()
396 cap = nd_desc->fw_ops->capability(nd_desc); in activate_show()
397 state = nd_desc->fw_ops->activate_state(nd_desc); in activate_show()
420 return nd_desc->fw_ops->activate(nd_desc); in exec_firmware_activate()
432 if (!nd_desc->fw_ops) in activate_store()
442 state = nd_desc->fw_ops->activate_state(nd_desc); in activate_store()
453 rc = nd_desc->fw_ops->activate(nd_desc); in activate_store()
478 if (!nd_desc->fw_ops) in nvdimm_bus_firmware_visible()
481 cap = nd_desc->fw_ops->capability(nd_desc); in nvdimm_bus_firmware_visible()