Home
last modified time | relevance | path

Searched refs:pldmfw_flash_image (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dpldmfw.h163 int pldmfw_flash_image(struct pldmfw *context, const struct firmware *fw);
/openbmc/linux/lib/pldmfw/
H A Dpldmfw.c832 int pldmfw_flash_image(struct pldmfw *context, const struct firmware *fw) in pldmfw_flash_image() function
875 EXPORT_SYMBOL(pldmfw_flash_image);
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_fw_update.c1039 err = pldmfw_flash_image(&priv.context, params->fw); in ice_devlink_flash_update()