Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/fpga/
H A Dfpga-mgr.h35 enum fpga_mgr_states { enum
173 enum fpga_mgr_states (*state)(struct fpga_manager *mgr);
210 enum fpga_mgr_states state;
/openbmc/linux/drivers/fpga/tests/
H A 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;
/openbmc/linux/drivers/fpga/
H A 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()
H A Dsocfpga.c511 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()
H A Dzynqmp-fpga.c69 static enum fpga_mgr_states zynqmp_fpga_ops_state(struct fpga_manager *mgr) in zynqmp_fpga_ops_state()
H A Dice40-spi.c32 static enum fpga_mgr_states ice40_fpga_ops_state(struct fpga_manager *mgr) in ice40_fpga_ops_state()
H A Dxilinx-spi.c43 static enum fpga_mgr_states xilinx_spi_state(struct fpga_manager *mgr) in xilinx_spi_state()
H A Daltera-ps-spi.c88 static enum fpga_mgr_states altera_ps_state(struct fpga_manager *mgr) in altera_ps_state()
H A Dmicrochip-spi.c87 static enum fpga_mgr_states mpf_ops_state(struct fpga_manager *mgr) in mpf_ops_state()
H A Dlattice-sysconfig.c255 static enum fpga_mgr_states sysconfig_ops_state(struct fpga_manager *mgr) in sysconfig_ops_state()
H A Dsocfpga-a10.c440 static enum fpga_mgr_states socfpga_a10_fpga_state(struct fpga_manager *mgr) in socfpga_a10_fpga_state()
H A Dmachxo2-spi.c174 static enum fpga_mgr_states machxo2_spi_state(struct fpga_manager *mgr) in machxo2_spi_state()
H A Dzynq-fpga.c524 static enum fpga_mgr_states zynq_fpga_ops_state(struct fpga_manager *mgr) in zynq_fpga_ops_state()
H A Daltera-cvp.c117 static enum fpga_mgr_states altera_cvp_state(struct fpga_manager *mgr) in altera_cvp_state()
H A Dfpga-mgr.c34 static inline enum fpga_mgr_states fpga_mgr_state(struct fpga_manager *mgr) in fpga_mgr_state()
/openbmc/linux/Documentation/driver-api/fpga/
H A Dfpga-mgr.rst118 and return a code of type enum fpga_mgr_states. It doesn't result in a change
124 * ``fpga_mgr_states`` - Values for :c:expr:`fpga_manager->state`.
138 :functions: fpga_mgr_states