Searched refs:fpga_mgr_unlock (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/fpga/
H A Dfpga-mgr.h225 void fpga_mgr_unlock(struct fpga_manager *mgr);
/linux-master/drivers/fpga/
H A Dfpga-region.c145 fpga_mgr_unlock(region->mgr);
154 fpga_mgr_unlock(region->mgr);
H A Dfpga-mgr.c742 * program the FPGA. Likewise, the user should call fpga_mgr_unlock
759 * fpga_mgr_unlock - Unlock FPGA manager after done programming
762 void fpga_mgr_unlock(struct fpga_manager *mgr) function
766 EXPORT_SYMBOL_GPL(fpga_mgr_unlock); variable
/linux-master/drivers/fpga/tests/
H A Dfpga-mgr-test.c214 fpga_mgr_unlock(ctx->mgr);

Completed in 140 milliseconds