Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/fpga/tests/
Dfpga-mgr-test.c239 ret = fpga_mgr_load(ctx->mgr, ctx->img_info); in fpga_mgr_test_img_load_buf()
275 ret = fpga_mgr_load(ctx->mgr, ctx->img_info); in fpga_mgr_test_img_load_sgt()
/linux-6.14.4/include/linux/fpga/
Dfpga-mgr.h224 int fpga_mgr_load(struct fpga_manager *mgr, struct fpga_image_info *info);
/linux-6.14.4/drivers/fpga/
Dfpga-region.c133 ret = fpga_mgr_load(region->mgr, info); in fpga_region_program_fpga()
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);