Lines Matching refs:fw_ops
399 if (!nd_desc->fw_ops) in capability_show()
402 cap = nd_desc->fw_ops->capability(nd_desc); in capability_show()
424 if (!nd_desc->fw_ops) in activate_show()
427 cap = nd_desc->fw_ops->capability(nd_desc); in activate_show()
428 state = nd_desc->fw_ops->activate_state(nd_desc); in activate_show()
451 return nd_desc->fw_ops->activate(nd_desc); in exec_firmware_activate()
463 if (!nd_desc->fw_ops) in activate_store()
473 state = nd_desc->fw_ops->activate_state(nd_desc); in activate_store()
484 rc = nd_desc->fw_ops->activate(nd_desc); in activate_store()
509 if (!nd_desc->fw_ops) in nvdimm_bus_firmware_visible()
512 cap = nd_desc->fw_ops->capability(nd_desc); in nvdimm_bus_firmware_visible()