Home
last modified time | relevance | path

Searched refs:fpga_bridge (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/include/linux/fpga/
Dfpga-bridge.h9 struct fpga_bridge;
19 int (*enable_show)(struct fpga_bridge *bridge);
20 int (*enable_set)(struct fpga_bridge *bridge, bool enable);
21 void (*fpga_bridge_remove)(struct fpga_bridge *bridge);
35 struct fpga_bridge { struct
45 #define to_fpga_bridge(d) container_of(d, struct fpga_bridge, dev) argument
47 struct fpga_bridge *of_fpga_bridge_get(struct device_node *node,
49 struct fpga_bridge *fpga_bridge_get(struct device *dev,
51 void fpga_bridge_put(struct fpga_bridge *bridge);
52 int fpga_bridge_enable(struct fpga_bridge *bridge);
[all …]
/Linux-v5.10/drivers/fpga/
Dfpga-bridge.c29 int fpga_bridge_enable(struct fpga_bridge *bridge) in fpga_bridge_enable()
47 int fpga_bridge_disable(struct fpga_bridge *bridge) in fpga_bridge_disable()
58 static struct fpga_bridge *__fpga_bridge_get(struct device *dev, in __fpga_bridge_get()
61 struct fpga_bridge *bridge; in __fpga_bridge_get()
97 struct fpga_bridge *of_fpga_bridge_get(struct device_node *np, in of_fpga_bridge_get()
124 struct fpga_bridge *fpga_bridge_get(struct device *dev, in fpga_bridge_get()
143 void fpga_bridge_put(struct fpga_bridge *bridge) in fpga_bridge_put()
164 struct fpga_bridge *bridge; in fpga_bridges_enable()
188 struct fpga_bridge *bridge; in fpga_bridges_disable()
211 struct fpga_bridge *bridge, *next; in fpga_bridges_put()
[all …]
Daltera-fpga2sdram.c56 static int alt_fpga2sdram_enable_show(struct fpga_bridge *bridge) in alt_fpga2sdram_enable_show()
73 static int alt_fpga2sdram_enable_set(struct fpga_bridge *bridge, bool enable) in alt_fpga2sdram_enable_set()
98 struct fpga_bridge *br; in alt_fpga_bridge_probe()
156 struct fpga_bridge *br = platform_get_drvdata(pdev); in alt_fpga_bridge_remove()
Dxilinx-pr-decoupler.c38 static int xlnx_pr_decoupler_enable_set(struct fpga_bridge *bridge, bool enable) in xlnx_pr_decoupler_enable_set()
57 static int xlnx_pr_decoupler_enable_show(struct fpga_bridge *bridge) in xlnx_pr_decoupler_enable_show()
89 struct fpga_bridge *br; in xlnx_pr_decoupler_probe()
142 struct fpga_bridge *bridge = platform_get_drvdata(pdev); in xlnx_pr_decoupler_remove()
Ddfl-fme-br.c28 static int fme_bridge_enable_set(struct fpga_bridge *bridge, bool enable) in fme_bridge_enable_set()
63 struct fpga_bridge *br; in fme_br_probe()
83 struct fpga_bridge *br = platform_get_drvdata(pdev); in fme_br_remove()
Daltera-hps2fpga.c49 static int alt_hps2fpga_enable_show(struct fpga_bridge *bridge) in alt_hps2fpga_enable_show()
92 static int alt_hps2fpga_enable_set(struct fpga_bridge *bridge, bool enable) in alt_hps2fpga_enable_set()
131 struct fpga_bridge *br; in alt_fpga_bridge_probe()
206 struct fpga_bridge *bridge = platform_get_drvdata(pdev); in alt_fpga_bridge_remove()
Daltera-freeze-bridge.c163 static int altera_freeze_br_enable_set(struct fpga_bridge *bridge, in altera_freeze_br_enable_set()
189 static int altera_freeze_br_enable_show(struct fpga_bridge *bridge) in altera_freeze_br_enable_show()
213 struct fpga_bridge *br; in altera_freeze_br_probe()
259 struct fpga_bridge *br = platform_get_drvdata(pdev); in altera_freeze_br_remove()
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-class-fpga-bridge1 What: /sys/class/fpga_bridge/<bridge>/name
7 What: /sys/class/fpga_bridge/<bridge>/state
/Linux-v5.10/Documentation/driver-api/fpga/
Dfpga-bridge.rst7 * struct fpga_bridge — The FPGA Bridge structure
14 :functions: fpga_bridge
/Linux-v5.10/arch/arm/boot/dts/
Dsocfpga.dtsi529 fpga_bridge0: fpga_bridge@ff400000 {
537 fpga_bridge1: fpga_bridge@ff500000 {