Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/driver-api/fpga/
Dfpga-region.rst61 * of_fpga_mgr_get() - Get a reference to an FPGA manager, raise ref count,
97 :functions: of_fpga_mgr_get
/linux-5.19.10/include/linux/fpga/
Dfpga-mgr.h207 struct fpga_manager *of_fpga_mgr_get(struct device_node *node);
/linux-5.19.10/drivers/fpga/
Dfpga-mgr.c539 struct fpga_manager *of_fpga_mgr_get(struct device_node *node) in of_fpga_mgr_get() function
549 EXPORT_SYMBOL_GPL(of_fpga_mgr_get);
Dof-fpga-region.c58 mgr = of_fpga_mgr_get(mgr_node); in of_fpga_region_get_mgr()