Home
last modified time | relevance | path

Searched refs:fpga_mgr_load (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/fpga/tests/
H A Dfpga-mgr-test.c229 ret = fpga_mgr_load(ctx->mgr, ctx->img_info); in fpga_mgr_test_img_load_buf()
262 ret = fpga_mgr_load(ctx->mgr, ctx->img_info); in fpga_mgr_test_img_load_sgt()
/openbmc/linux/include/linux/fpga/
H A Dfpga-mgr.h224 int fpga_mgr_load(struct fpga_manager *mgr, struct fpga_image_info *info);
/openbmc/linux/drivers/fpga/
H A Dfpga-region.c133 ret = fpga_mgr_load(region->mgr, info); in fpga_region_program_fpga()
H A Dfpga-mgr.c572 int fpga_mgr_load(struct fpga_manager *mgr, struct fpga_image_info *info) in fpga_mgr_load() function
584 EXPORT_SYMBOL_GPL(fpga_mgr_load);