Searched refs:fpga_mgr_states (Results 1 – 16 of 16) sorted by relevance
33 enum fpga_mgr_states op_parse_header_state;34 enum fpga_mgr_states op_write_init_state;35 enum fpga_mgr_states op_write_state;36 enum fpga_mgr_states op_write_sg_state;37 enum fpga_mgr_states op_write_complete_state;
35 enum fpga_mgr_states { enum173 enum fpga_mgr_states (*state)(struct fpga_manager *mgr);211 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()
512 static const enum fpga_mgr_states socfpga_state_to_framework_state[] = {521 static enum fpga_mgr_states socfpga_fpga_ops_state(struct fpga_manager *mgr) in socfpga_fpga_ops_state()524 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()
29 static enum fpga_mgr_states xilinx_core_state(struct fpga_manager *mgr) in xilinx_core_state()
81 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()
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()
524 static enum fpga_mgr_states zynq_fpga_ops_state(struct fpga_manager *mgr) in zynq_fpga_ops_state()
116 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()
120 and return a code of type enum fpga_mgr_states. It doesn't result in a change126 * ``fpga_mgr_states`` - Values for :c:expr:`fpga_manager->state`.144 :functions: fpga_mgr_states