Home
last modified time | relevance | path

Searched refs:fpga_mgr_register_full (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/Documentation/driver-api/fpga/
Dfpga-mgr.rst27 probe function calls fpga_mgr_register() or fpga_mgr_register_full(), such as::
112 * struct fpga_manager_info - Parameter structure for fpga_mgr_register_full()
113 * fpga_mgr_register_full() - Create and register an FPGA manager using the
118 fpga_mgr_register_full()
135 :functions: fpga_mgr_register_full
/linux-5.19.10/drivers/fpga/
Dfpga-mgr.c606 fpga_mgr_register_full(struct device *parent, const struct fpga_manager_info *info) in fpga_mgr_register_full() function
671 EXPORT_SYMBOL_GPL(fpga_mgr_register_full);
698 return fpga_mgr_register_full(parent, &info); in fpga_mgr_register()
749 mgr = fpga_mgr_register_full(parent, info); in devm_fpga_mgr_register_full()
/linux-5.19.10/include/linux/fpga/
Dfpga-mgr.h214 fpga_mgr_register_full(struct device *parent, const struct fpga_manager_info *info);