Symbol: fpga_bridge
drivers/fpga/altera-fpga2sdram.c
146
struct fpga_bridge *br = platform_get_drvdata(pdev);
drivers/fpga/altera-fpga2sdram.c
56
static int alt_fpga2sdram_enable_show(struct fpga_bridge *bridge)
drivers/fpga/altera-fpga2sdram.c
73
static int alt_fpga2sdram_enable_set(struct fpga_bridge *bridge, bool enable)
drivers/fpga/altera-fpga2sdram.c
92
struct fpga_bridge *br;
drivers/fpga/altera-freeze-bridge.c
164
static int altera_freeze_br_enable_set(struct fpga_bridge *bridge,
drivers/fpga/altera-freeze-bridge.c
190
static int altera_freeze_br_enable_show(struct fpga_bridge *bridge)
drivers/fpga/altera-freeze-bridge.c
214
struct fpga_bridge *br;
drivers/fpga/altera-freeze-bridge.c
258
struct fpga_bridge *br = platform_get_drvdata(pdev);
drivers/fpga/altera-hps2fpga.c
131
struct fpga_bridge *br;
drivers/fpga/altera-hps2fpga.c
196
struct fpga_bridge *bridge = platform_get_drvdata(pdev);
drivers/fpga/altera-hps2fpga.c
50
static int alt_hps2fpga_enable_show(struct fpga_bridge *bridge)
drivers/fpga/altera-hps2fpga.c
93
static int alt_hps2fpga_enable_set(struct fpga_bridge *bridge, bool enable)
drivers/fpga/dfl-fme-br.c
28
static int fme_bridge_enable_set(struct fpga_bridge *bridge, bool enable)
drivers/fpga/dfl-fme-br.c
63
struct fpga_bridge *br;
drivers/fpga/dfl-fme-br.c
83
struct fpga_bridge *br = platform_get_drvdata(pdev);
drivers/fpga/fpga-bridge.c
123
struct fpga_bridge *fpga_bridge_get(struct device *dev,
drivers/fpga/fpga-bridge.c
126
struct fpga_bridge *bridge;
drivers/fpga/fpga-bridge.c
147
void fpga_bridge_put(struct fpga_bridge *bridge)
drivers/fpga/fpga-bridge.c
168
struct fpga_bridge *bridge;
drivers/fpga/fpga-bridge.c
192
struct fpga_bridge *bridge;
drivers/fpga/fpga-bridge.c
215
struct fpga_bridge *bridge, *next;
drivers/fpga/fpga-bridge.c
243
struct fpga_bridge *bridge;
drivers/fpga/fpga-bridge.c
273
struct fpga_bridge *bridge;
drivers/fpga/fpga-bridge.c
29
int fpga_bridge_enable(struct fpga_bridge *bridge)
drivers/fpga/fpga-bridge.c
291
struct fpga_bridge *bridge = to_fpga_bridge(dev);
drivers/fpga/fpga-bridge.c
299
struct fpga_bridge *bridge = to_fpga_bridge(dev);
drivers/fpga/fpga-bridge.c
319
ATTRIBUTE_GROUPS(fpga_bridge);
drivers/fpga/fpga-bridge.c
331
struct fpga_bridge *
drivers/fpga/fpga-bridge.c
336
struct fpga_bridge *bridge;
drivers/fpga/fpga-bridge.c
403
void fpga_bridge_unregister(struct fpga_bridge *bridge)
drivers/fpga/fpga-bridge.c
418
struct fpga_bridge *bridge = to_fpga_bridge(dev);
drivers/fpga/fpga-bridge.c
47
int fpga_bridge_disable(struct fpga_bridge *bridge)
drivers/fpga/fpga-bridge.c
58
static struct fpga_bridge *__fpga_bridge_get(struct device *bridge_dev,
drivers/fpga/fpga-bridge.c
61
struct fpga_bridge *bridge;
drivers/fpga/fpga-bridge.c
91
struct fpga_bridge *of_fpga_bridge_get(struct device_node *np,
drivers/fpga/fpga-bridge.c
94
struct fpga_bridge *bridge;
drivers/fpga/tests/fpga-bridge-test.c
123
list_first_entry_or_null(&bridge_list, struct fpga_bridge, node));
drivers/fpga/tests/fpga-bridge-test.c
130
list_first_entry_or_null(&bridge_list, struct fpga_bridge, node));
drivers/fpga/tests/fpga-bridge-test.c
21
struct fpga_bridge *bridge;
drivers/fpga/tests/fpga-bridge-test.c
31
struct fpga_bridge *);
drivers/fpga/tests/fpga-bridge-test.c
33
static int op_enable_set(struct fpga_bridge *bridge, bool enable)
drivers/fpga/tests/fpga-bridge-test.c
81
struct fpga_bridge *bridge;
drivers/fpga/tests/fpga-region-test.c
30
struct fpga_bridge *bridge;
drivers/fpga/tests/fpga-region-test.c
46
struct fpga_bridge *);
drivers/fpga/tests/fpga-region-test.c
70
static int op_enable_set(struct fpga_bridge *bridge, bool enable)
drivers/fpga/tests/fpga-region-test.c
92
struct fpga_bridge *bridge = region->priv;
drivers/fpga/xilinx-pr-decoupler.c
108
struct fpga_bridge *br;
drivers/fpga/xilinx-pr-decoupler.c
155
struct fpga_bridge *bridge = platform_get_drvdata(pdev);
drivers/fpga/xilinx-pr-decoupler.c
45
static int xlnx_pr_decoupler_enable_set(struct fpga_bridge *bridge, bool enable)
drivers/fpga/xilinx-pr-decoupler.c
64
static int xlnx_pr_decoupler_enable_show(struct fpga_bridge *bridge)
include/linux/fpga/fpga-bridge.h
19
int (*enable_show)(struct fpga_bridge *bridge);
include/linux/fpga/fpga-bridge.h
20
int (*enable_set)(struct fpga_bridge *bridge, bool enable);
include/linux/fpga/fpga-bridge.h
21
void (*fpga_bridge_remove)(struct fpga_bridge *bridge);
include/linux/fpga/fpga-bridge.h
64
#define to_fpga_bridge(d) container_of(d, struct fpga_bridge, dev)
include/linux/fpga/fpga-bridge.h
66
struct fpga_bridge *of_fpga_bridge_get(struct device_node *node,
include/linux/fpga/fpga-bridge.h
68
struct fpga_bridge *fpga_bridge_get(struct device *dev,
include/linux/fpga/fpga-bridge.h
70
void fpga_bridge_put(struct fpga_bridge *bridge);
include/linux/fpga/fpga-bridge.h
71
int fpga_bridge_enable(struct fpga_bridge *bridge);
include/linux/fpga/fpga-bridge.h
72
int fpga_bridge_disable(struct fpga_bridge *bridge);
include/linux/fpga/fpga-bridge.h
86
struct fpga_bridge *
include/linux/fpga/fpga-bridge.h
9
struct fpga_bridge;
include/linux/fpga/fpga-bridge.h
90
void fpga_bridge_unregister(struct fpga_bridge *br);