Home
last modified time | relevance | path

Searched refs:fpga_image_info_alloc (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/Documentation/driver-api/fpga/
H A Dfpga-programming.rst23 allocated/freed by fpga_image_info_alloc() and freed with
44 info = fpga_image_info_alloc(dev);
89 * fpga_image_info_alloc() - Allocate an FPGA image info struct
104 :functions: fpga_image_info_alloc
/openbmc/linux/include/linux/fpga/
H A Dfpga-mgr.h220 struct fpga_image_info *fpga_image_info_alloc(struct device *dev);
/openbmc/linux/drivers/fpga/tests/
H A Dfpga-region-test.c111 img_info = fpga_image_info_alloc(&ctx->mgr_pdev->dev); in fpga_region_test_program_fpga()
H A Dfpga-mgr-test.c294 ctx->img_info = fpga_image_info_alloc(&ctx->pdev->dev); in fpga_mgr_test_init()
/openbmc/linux/drivers/fpga/
H A Dof-fpga-region.c217 info = fpga_image_info_alloc(dev); in of_fpga_region_parse_ov()
H A Dfpga-mgr.c109 struct fpga_image_info *fpga_image_info_alloc(struct device *dev) in fpga_image_info_alloc() function
125 EXPORT_SYMBOL_GPL(fpga_image_info_alloc);
H A Ddfl-fme-pr.c118 info = fpga_image_info_alloc(&pdev->dev); in fme_pr()