fpga_mgr_load
EXPORT_SYMBOL_GPL(fpga_mgr_load);
ret = fpga_mgr_load(region->mgr, info);
ret = fpga_mgr_load(ctx->mgr, ctx->img_info);
ret = fpga_mgr_load(ctx->mgr, ctx->img_info);
int fpga_mgr_load(struct fpga_manager *mgr, struct fpga_image_info *info);