Lines Matching full:region
14 * lock the region's mutex
15 * lock the mutex of the region's FPGA manager
26 How to program an FPGA using a region
29 When the FPGA region driver probed, it was given a pointer to an FPGA manager
30 driver so it knows which manager to use. The region also either has a list of
35 #include <linux/fpga/fpga-region.h>
71 /* Add info to region and do the programming */
72 region->info = info;
73 ret = fpga_region_program_fpga(region);
76 region->info = NULL;
92 .. kernel-doc:: drivers/fpga/fpga-region.c