Lines Matching +full:platform +full:- +full:data
1 /* SPDX-License-Identifier: GPL-2.0 */
5 * Copyright (C) 2017-2018 Intel Corporation, Inc.
24 * struct dfl_fme_region - FME fpga region data structure
26 * @region: platform device of the FPGA region.
37 * struct dfl_fme_region_pdata - platform data for FME region platform device.
39 * @mgr: platform device of the FPGA manager.
40 * @br: platform device of the FPGA bridge.
50 * struct dfl_fme_bridge - FME fpga bridge data structure
52 * @br: platform device of the FPGA bridge.
61 * struct dfl_fme_br_pdata - platform data for FME bridge platform device.
72 * struct dfl_fme_mgr_pdata - platform data for FME manager platform device.
74 * @ioaddr: mapped io address for FME manager platform device.
80 #define DFL_FPGA_FME_MGR "dfl-fme-mgr"
81 #define DFL_FPGA_FME_BRIDGE "dfl-fme-bridge"
82 #define DFL_FPGA_FME_REGION "dfl-fme-region"