Searched refs:fpga_bridge_ops (Results 1 – 8 of 8) sorted by relevance
18 struct fpga_bridge_ops { struct38 const struct fpga_bridge_ops *br_ops; argument56 const struct fpga_bridge_ops *br_ops;84 const struct fpga_bridge_ops *br_ops,
8 * struct fpga_bridge_ops - Low level Bridge driver ops16 :functions: fpga_bridge_ops
55 static const struct fpga_bridge_ops fme_bridge_ops = {
84 static const struct fpga_bridge_ops altera_fpga2sdram_br_ops = {
97 static const struct fpga_bridge_ops altera_hps2fpga_br_ops = {
79 static const struct fpga_bridge_ops xlnx_pr_decoupler_br_ops = {
196 static const struct fpga_bridge_ops altera_freeze_br_br_ops = {
325 const struct fpga_bridge_ops *br_ops, in fpga_bridge_register()