Lines Matching +full:fpga +full:- +full:mgr
1 /* SPDX-License-Identifier: GPL-2.0 */
7 #include <linux/fpga/fpga-mgr.h>
8 #include <linux/fpga/fpga-bridge.h>
11 * struct fpga_region - FPGA Region structure
12 * @dev: FPGA Region device
14 * @bridge_list: list of FPGA bridges specified in region
15 * @mgr: FPGA manager
16 * @info: FPGA image info
17 * @compat_id: FPGA region id for compatibility check.
25 struct fpga_manager *mgr; member
41 *fpga_region_create(struct device *dev, struct fpga_manager *mgr,
48 *devm_fpga_region_create(struct device *dev, struct fpga_manager *mgr,