Home
last modified time | relevance | path

Searched refs:FPGA_MGR_STATE_OPERATING (Results 1 – 12 of 12) sorted by relevance

/linux-6.6.21/drivers/fpga/
Daltera-pr-ip-core.c66 return FPGA_MGR_STATE_OPERATING; in alt_pr_fpga_state()
154 case FPGA_MGR_STATE_OPERATING: in alt_pr_fpga_write_complete()
Dlattice-sysconfig.c263 return FPGA_MGR_STATE_OPERATING; in sysconfig_ops_state()
267 return FPGA_MGR_STATE_OPERATING; in sysconfig_ops_state()
Dzynqmp-fpga.c75 return FPGA_MGR_STATE_OPERATING; in zynqmp_fpga_ops_state()
Dice40-spi.c36 return gpiod_get_value(priv->cdone) ? FPGA_MGR_STATE_OPERATING : in ice40_fpga_ops_state()
Dfpga-mgr.c72 mgr->state = FPGA_MGR_STATE_OPERATING; in fpga_mgr_write_complete()
613 [FPGA_MGR_STATE_OPERATING] = "operating",
Dmicrochip-spi.c97 return FPGA_MGR_STATE_OPERATING; in mpf_ops_state()
Dmachxo2-spi.c182 return FPGA_MGR_STATE_OPERATING; in machxo2_spi_state()
Dsocfpga-a10.c446 return FPGA_MGR_STATE_OPERATING; in socfpga_a10_fpga_state()
Dsocfpga.c516 [SOCFPGA_FPGMGR_STAT_USER_MODE] = FPGA_MGR_STATE_OPERATING,
Dzynq-fpga.c540 return FPGA_MGR_STATE_OPERATING; in zynq_fpga_ops_state()
Daltera-cvp.c125 return FPGA_MGR_STATE_OPERATING; in altera_cvp_state()
/linux-6.6.21/include/linux/fpga/
Dfpga-mgr.h57 FPGA_MGR_STATE_OPERATING, enumerator