Home
last modified time | relevance | path

Searched refs:fpga_mgr_put (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/fpga/
H A Ddfl-fme-region.c60 fpga_mgr_put(mgr); in fme_region_probe()
70 fpga_mgr_put(mgr); in fme_region_remove()
H A Dof-fpga-region.c424 fpga_mgr_put(mgr); in of_fpga_region_probe()
434 fpga_mgr_put(mgr); in of_fpga_region_remove()
H A Dfpga-mgr.c735 void fpga_mgr_put(struct fpga_manager *mgr) in fpga_mgr_put() function
740 EXPORT_SYMBOL_GPL(fpga_mgr_put);
/openbmc/linux/Documentation/driver-api/fpga/
H A Dfpga-region.rst66 * fpga_mgr_put() - Put an FPGA manager
103 :functions: fpga_mgr_put
/openbmc/linux/include/linux/fpga/
H A Dfpga-mgr.h233 void fpga_mgr_put(struct fpga_manager *mgr);
/openbmc/linux/drivers/fpga/tests/
H A Dfpga-mgr-test.c200 fpga_mgr_put(ctx->mgr); in fpga_mgr_test_get()