Lines Matching refs:mgr
369 static int socfpga_fpga_reset(struct fpga_manager *mgr) in socfpga_fpga_reset() argument
371 struct socfpga_fpga_priv *priv = mgr->priv; in socfpga_fpga_reset()
410 static int socfpga_fpga_ops_configure_init(struct fpga_manager *mgr, u32 flags, in socfpga_fpga_ops_configure_init() argument
413 struct socfpga_fpga_priv *priv = mgr->priv; in socfpga_fpga_ops_configure_init()
417 dev_err(&mgr->dev, "Partial reconfiguration not supported.\n"); in socfpga_fpga_ops_configure_init()
421 ret = socfpga_fpga_reset(mgr); in socfpga_fpga_ops_configure_init()
443 static int socfpga_fpga_ops_configure_write(struct fpga_manager *mgr, in socfpga_fpga_ops_configure_write() argument
446 struct socfpga_fpga_priv *priv = mgr->priv; in socfpga_fpga_ops_configure_write()
480 static int socfpga_fpga_ops_configure_complete(struct fpga_manager *mgr, in socfpga_fpga_ops_configure_complete() argument
483 struct socfpga_fpga_priv *priv = mgr->priv; in socfpga_fpga_ops_configure_complete()
530 static enum fpga_mgr_states socfpga_fpga_ops_state(struct fpga_manager *mgr) in socfpga_fpga_ops_state() argument
532 struct socfpga_fpga_priv *priv = mgr->priv; in socfpga_fpga_ops_state()