Home
last modified time | relevance | path

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

/linux/include/linux/fpga/
A Dfpga-bridge.h9 struct fpga_bridge;
19 int (*enable_show)(struct fpga_bridge *bridge);
21 void (*fpga_bridge_remove)(struct fpga_bridge *bridge);
35 struct fpga_bridge { struct
51 void fpga_bridge_put(struct fpga_bridge *bridge);
52 int fpga_bridge_enable(struct fpga_bridge *bridge);
53 int fpga_bridge_disable(struct fpga_bridge *bridge);
68 void fpga_bridge_free(struct fpga_bridge *br);
69 int fpga_bridge_register(struct fpga_bridge *br);
70 void fpga_bridge_unregister(struct fpga_bridge *br);
[all …]
/linux/drivers/fpga/
A Dfpga-bridge.c61 struct fpga_bridge *bridge; in __fpga_bridge_get()
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()
239 struct fpga_bridge *bridge; in of_fpga_bridge_get_to_list()
269 struct fpga_bridge *bridge; in fpga_bridge_get_to_list()
312 ATTRIBUTE_GROUPS(fpga_bridge);
330 struct fpga_bridge *bridge; in fpga_bridge_create()
388 struct fpga_bridge *bridge = *(struct fpga_bridge **)res; in devm_fpga_bridge_release()
410 struct fpga_bridge
[all …]
A 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()
A Dxilinx-pr-decoupler.c43 static int xlnx_pr_decoupler_enable_set(struct fpga_bridge *bridge, bool enable) in xlnx_pr_decoupler_enable_set()
62 static int xlnx_pr_decoupler_enable_show(struct fpga_bridge *bridge) in xlnx_pr_decoupler_enable_show()
109 struct fpga_bridge *br; in xlnx_pr_decoupler_probe()
169 struct fpga_bridge *bridge = platform_get_drvdata(pdev); in xlnx_pr_decoupler_remove()
A 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()
A 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()
A 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()
215 struct fpga_bridge *br; in altera_freeze_br_probe()
261 struct fpga_bridge *br = platform_get_drvdata(pdev); in altera_freeze_br_remove()
/linux/Documentation/ABI/testing/
A Dsysfs-class-fpga-bridge1 What: /sys/class/fpga_bridge/<bridge>/name
7 What: /sys/class/fpga_bridge/<bridge>/state
/linux/Documentation/driver-api/fpga/
A Dfpga-bridge.rst7 * struct fpga_bridge - The FPGA Bridge structure
14 :functions: fpga_bridge
/linux/arch/arm/boot/dts/
A Dsocfpga.dtsi529 fpga_bridge0: fpga_bridge@ff400000 {
537 fpga_bridge1: fpga_bridge@ff500000 {

Completed in 12 milliseconds