Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/fpga/
Dfpga-bridge.c34 int fpga_bridge_enable(struct fpga_bridge *bridge) in fpga_bridge_enable()
52 int fpga_bridge_disable(struct fpga_bridge *bridge) in fpga_bridge_disable()
63 static struct fpga_bridge *__fpga_bridge_get(struct device *dev, in __fpga_bridge_get()
66 struct fpga_bridge *bridge; in __fpga_bridge_get()
102 struct fpga_bridge *of_fpga_bridge_get(struct device_node *np, in of_fpga_bridge_get()
130 struct fpga_bridge *fpga_bridge_get(struct device *dev, in fpga_bridge_get()
149 void fpga_bridge_put(struct fpga_bridge *bridge) in fpga_bridge_put()
170 struct fpga_bridge *bridge; in fpga_bridges_enable()
194 struct fpga_bridge *bridge; in fpga_bridges_disable()
217 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()
158 struct fpga_bridge *br = platform_get_drvdata(pdev); in alt_fpga_bridge_remove()
Dxilinx-pr-decoupler.c46 static int xlnx_pr_decoupler_enable_set(struct fpga_bridge *bridge, bool enable) in xlnx_pr_decoupler_enable_set()
65 static int xlnx_pr_decoupler_enable_show(struct fpga_bridge *bridge) in xlnx_pr_decoupler_enable_show()
97 struct fpga_bridge *br; in xlnx_pr_decoupler_probe()
149 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()
88 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()
207 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()
266 struct fpga_bridge *br = platform_get_drvdata(pdev); in altera_freeze_br_remove()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-fpga-bridge1 What: /sys/class/fpga_bridge/<bridge>/name
7 What: /sys/class/fpga_bridge/<bridge>/state
/Linux-v4.19/Documentation/driver-api/fpga/
Dfpga-bridge.rst8 :functions: fpga_bridge
/Linux-v4.19/arch/arm/boot/dts/
Dsocfpga.dtsi532 fpga_bridge0: fpga_bridge@ff400000 {
539 fpga_bridge1: fpga_bridge@ff500000 {