Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/driver-api/fpga/
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
/linux-6.1.9/include/linux/fpga/
Dfpga-mgr.h218 struct fpga_image_info *fpga_image_info_alloc(struct device *dev);
/linux-6.1.9/drivers/fpga/
Dof-fpga-region.c215 info = fpga_image_info_alloc(dev); in of_fpga_region_parse_ov()
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);
Ddfl-fme-pr.c118 info = fpga_image_info_alloc(&pdev->dev); in fme_pr()