Home
last modified time | relevance | path

Searched refs:flash_component (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/driver-api/pldmfw/
H A Ddriver-ops.rst44 ``.flash_component``
47 The ``.flash_component`` operation is used to inform the device driver to
/linux/include/linux/
H A Dpldmfw.h167 int (*flash_component)(struct pldmfw *context, struct pldmfw_component *component); member
/linux/drivers/net/ethernet/intel/ice/
H A Dice_fw_update.c834 .flash_component = &ice_flash_component,
842 .flash_component = &ice_flash_component,
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fw_update.c497 .flash_component = &ixgbe_flash_component,
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_devlink.c313 .flash_component = fbnic_flash_component,
/linux/lib/pldmfw/
H A Dpldmfw.c806 err = data->context->ops->flash_component(data->context, component); in pldm_flash_components()