Home
last modified time | relevance | path

Searched refs:fpga_mgr_states (Results 1 – 16 of 16) sorted by relevance

/linux-6.12.1/drivers/fpga/tests/
Dfpga-mgr-test.c33 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;
/linux-6.12.1/include/linux/fpga/
Dfpga-mgr.h35 enum fpga_mgr_states { enum
173 enum fpga_mgr_states (*state)(struct fpga_manager *mgr);
211 enum fpga_mgr_states state;
/linux-6.12.1/drivers/fpga/
Daltera-pr-ip-core.c32 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()
Dsocfpga.c512 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()
Dzynqmp-fpga.c69 static enum fpga_mgr_states zynqmp_fpga_ops_state(struct fpga_manager *mgr) in zynqmp_fpga_ops_state()
Dice40-spi.c32 static enum fpga_mgr_states ice40_fpga_ops_state(struct fpga_manager *mgr) in ice40_fpga_ops_state()
Dxilinx-core.c29 static enum fpga_mgr_states xilinx_core_state(struct fpga_manager *mgr) in xilinx_core_state()
Daltera-ps-spi.c81 static enum fpga_mgr_states altera_ps_state(struct fpga_manager *mgr) in altera_ps_state()
Dmicrochip-spi.c87 static enum fpga_mgr_states mpf_ops_state(struct fpga_manager *mgr) in mpf_ops_state()
Dlattice-sysconfig.c255 static enum fpga_mgr_states sysconfig_ops_state(struct fpga_manager *mgr) in sysconfig_ops_state()
Dsocfpga-a10.c440 static enum fpga_mgr_states socfpga_a10_fpga_state(struct fpga_manager *mgr) in socfpga_a10_fpga_state()
Dmachxo2-spi.c174 static enum fpga_mgr_states machxo2_spi_state(struct fpga_manager *mgr) in machxo2_spi_state()
Dzynq-fpga.c524 static enum fpga_mgr_states zynq_fpga_ops_state(struct fpga_manager *mgr) in zynq_fpga_ops_state()
Daltera-cvp.c116 static enum fpga_mgr_states altera_cvp_state(struct fpga_manager *mgr) in altera_cvp_state()
Dfpga-mgr.c34 static inline enum fpga_mgr_states fpga_mgr_state(struct fpga_manager *mgr) in fpga_mgr_state()
/linux-6.12.1/Documentation/driver-api/fpga/
Dfpga-mgr.rst120 and return a code of type enum fpga_mgr_states. It doesn't result in a change
126 * ``fpga_mgr_states`` - Values for :c:expr:`fpga_manager->state`.
144 :functions: fpga_mgr_states