Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/driver-api/fpga/
Dfpga-mgr.rst27 probe function calls fpga_mgr_register() or fpga_mgr_register_full(), such as::
127 * struct fpga_manager_info - Parameter structure for fpga_mgr_register_full()
128 * fpga_mgr_register_full() - Create and register an FPGA manager using the
133 fpga_mgr_register_full()
150 :functions: fpga_mgr_register_full
/Linux-v6.6/drivers/fpga/
Dfpga-mgr.c779 fpga_mgr_register_full(struct device *parent, const struct fpga_manager_info *info) in fpga_mgr_register_full() function
844 EXPORT_SYMBOL_GPL(fpga_mgr_register_full);
871 return fpga_mgr_register_full(parent, &info); in fpga_mgr_register()
922 mgr = fpga_mgr_register_full(parent, info); in devm_fpga_mgr_register_full()
/Linux-v6.6/include/linux/fpga/
Dfpga-mgr.h234 fpga_mgr_register_full(struct device *parent, const struct fpga_manager_info *info);