Lines Matching defs:mgr
17 #include <linux/fpga/fpga-mgr.h>
35 static int ts73xx_fpga_write_init(struct fpga_manager *mgr,
39 struct ts73xx_fpga_priv *priv = mgr->priv;
50 static int ts73xx_fpga_write(struct fpga_manager *mgr, const char *buf,
53 struct ts73xx_fpga_priv *priv = mgr->priv;
72 static int ts73xx_fpga_write_complete(struct fpga_manager *mgr,
75 struct ts73xx_fpga_priv *priv = mgr->priv;
105 struct fpga_manager *mgr;
117 mgr = devm_fpga_mgr_register(kdev, "TS-73xx FPGA Manager",
119 return PTR_ERR_OR_ZERO(mgr);
124 .name = "ts73xx-fpga-mgr",