Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/driver-api/fpga/
Dfpga-region.rst58 * of_fpga_mgr_get() — Get a reference to an FPGA manager, raise ref count,
91 :functions: of_fpga_mgr_get
/Linux-v5.10/include/linux/fpga/
Dfpga-mgr.h188 struct fpga_manager *of_fpga_mgr_get(struct device_node *node);
/Linux-v5.10/drivers/fpga/
Dfpga-mgr.c492 struct fpga_manager *of_fpga_mgr_get(struct device_node *node) in of_fpga_mgr_get() function
502 EXPORT_SYMBOL_GPL(of_fpga_mgr_get);
Dof-fpga-region.c58 mgr = of_fpga_mgr_get(mgr_node); in of_fpga_region_get_mgr()