Searched refs:fpga_mgr_states (Results 1 – 15 of 15) sorted by relevance
33 enum fpga_mgr_states { enum126 enum fpga_mgr_states (*state)(struct fpga_manager *mgr);171 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()
75 static enum fpga_mgr_states zynqmp_fpga_ops_state(struct fpga_manager *mgr) in zynqmp_fpga_ops_state()
35 static enum fpga_mgr_states ts73xx_fpga_state(struct fpga_manager *mgr) in ts73xx_fpga_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()
255 static enum fpga_mgr_states fme_mgr_state(struct fpga_manager *mgr) in fme_mgr_state()
440 static enum fpga_mgr_states socfpga_a10_fpga_state(struct fpga_manager *mgr) in socfpga_a10_fpga_state()
174 static enum fpga_mgr_states machxo2_spi_state(struct fpga_manager *mgr) in machxo2_spi_state()
391 static enum fpga_mgr_states s10_ops_state(struct fpga_manager *mgr) in s10_ops_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()
98 and return a code of type enum fpga_mgr_states. It doesn't result in a change104 * ``fpga_mgr_states`` — Values for :c:expr:`fpga_manager->state`.112 :functions: fpga_mgr_states