Searched refs:stop_flash_update (Results 1 – 3 of 3) sorted by relevance
1020 if (mgr->ops && mgr->ops->stop_flash_update) in opae_mgr_stop_flash_update()1021 return mgr->ops->stop_flash_update(mgr, force); in opae_mgr_stop_flash_update()
61 int (*stop_flash_update)(struct opae_manager *mgr, int force); member
268 .stop_flash_update = ifpga_mgr_stop_flash_update,