Searched refs:FPGA_MGR_STATE_WRITE (Results 1 - 5 of 5) sorted by path

/linux-master/drivers/fpga/
H A Daltera-pr-ip-core.c63 return FPGA_MGR_STATE_WRITE;
H A Dfpga-mgr.c372 mgr->state = FPGA_MGR_STATE_WRITE;
439 mgr->state = FPGA_MGR_STATE_WRITE;
605 [FPGA_MGR_STATE_WRITE] = "write",
H A Dsocfpga-a10.c449 return FPGA_MGR_STATE_WRITE;
/linux-master/drivers/fpga/tests/
H A Dfpga-mgr-test.c237 KUNIT_EXPECT_EQ(test, ctx->stats.op_write_state, FPGA_MGR_STATE_WRITE);
270 KUNIT_EXPECT_EQ(test, ctx->stats.op_write_sg_state, FPGA_MGR_STATE_WRITE);
/linux-master/include/linux/fpga/
H A Dfpga-mgr.h29 * @FPGA_MGR_STATE_WRITE: writing image to FPGA
51 FPGA_MGR_STATE_WRITE, enumerator in enum:fpga_mgr_states

Completed in 200 milliseconds