Home
last modified time | relevance | path

Searched refs:finalize_update (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/driver-api/pldmfw/
H A Ddriver-ops.rst51 ``.finalize_update``
54 The ``.finalize_update`` operation is used by the ``pldmfw`` library in
/openbmc/linux/include/linux/
H A Dpldmfw.h160 int (*finalize_update)(struct pldmfw *context); member
/openbmc/linux/lib/pldmfw/
H A Dpldmfw.c812 if (data->context->ops->finalize_update) in pldm_finalize_update()
813 return data->context->ops->finalize_update(data->context); in pldm_finalize_update()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_fw_update.c827 .finalize_update = &ice_finalize_update,
835 .finalize_update = &ice_finalize_update,