Searched refs:fpga_mgr_states (Results 1 – 15 of 15) sorted by relevance
35 enum fpga_mgr_states { enum173 enum fpga_mgr_states (*state)(struct fpga_manager *mgr);210 enum fpga_mgr_states state;
32 static enum fpga_mgr_states alt_pr_fpga_state(struct fpga_manager *mgr) in alt_pr_fpga_state()36 enum fpga_mgr_states ret = FPGA_MGR_STATE_UNKNOWN; in alt_pr_fpga_state()
511 static const enum fpga_mgr_states socfpga_state_to_framework_state[] = {520 static enum fpga_mgr_states socfpga_fpga_ops_state(struct fpga_manager *mgr) in socfpga_fpga_ops_state()523 enum fpga_mgr_states ret; in socfpga_fpga_ops_state()
69 static enum fpga_mgr_states zynqmp_fpga_ops_state(struct fpga_manager *mgr) in zynqmp_fpga_ops_state()
32 static enum fpga_mgr_states ice40_fpga_ops_state(struct fpga_manager *mgr) in ice40_fpga_ops_state()
43 static enum fpga_mgr_states xilinx_spi_state(struct fpga_manager *mgr) in xilinx_spi_state()
88 static enum fpga_mgr_states altera_ps_state(struct fpga_manager *mgr) in altera_ps_state()
87 static enum fpga_mgr_states mpf_ops_state(struct fpga_manager *mgr) in mpf_ops_state()
255 static enum fpga_mgr_states sysconfig_ops_state(struct fpga_manager *mgr) in sysconfig_ops_state()
174 static enum fpga_mgr_states machxo2_spi_state(struct fpga_manager *mgr) in machxo2_spi_state()
440 static enum fpga_mgr_states socfpga_a10_fpga_state(struct fpga_manager *mgr) in socfpga_a10_fpga_state()
524 static enum fpga_mgr_states zynq_fpga_ops_state(struct fpga_manager *mgr) in zynq_fpga_ops_state()
117 static enum fpga_mgr_states altera_cvp_state(struct fpga_manager *mgr) in altera_cvp_state()
34 static inline enum fpga_mgr_states fpga_mgr_state(struct fpga_manager *mgr) in fpga_mgr_state()
118 and return a code of type enum fpga_mgr_states. It doesn't result in a change124 * ``fpga_mgr_states`` - Values for :c:expr:`fpga_manager->state`.138 :functions: fpga_mgr_states
Completed in 27 milliseconds