Lines Matching full:region
13 * struct fpga_region_info - collection of parameters an FPGA Region
14 * @mgr: fpga region manager
15 * @compat_id: FPGA region id for compatibility check.
16 * @priv: fpga region private data
28 int (*get_bridges)(struct fpga_region *region);
32 * struct fpga_region - FPGA Region structure
33 * @dev: FPGA Region device
34 * @mutex: enforces exclusive reference to region
35 * @bridge_list: list of FPGA bridges specified in region
38 * @compat_id: FPGA region id for compatibility check.
44 struct mutex mutex; /* for exclusive reference to region */
50 int (*get_bridges)(struct fpga_region *region);
59 int fpga_region_program_fpga(struct fpga_region *region);
67 void fpga_region_unregister(struct fpga_region *region);