Home
last modified time | relevance | path

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

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