Home
last modified time | relevance | path

Searched refs:write_init (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/Documentation/driver-api/fpga/
Dfpga-mgr.rst30 .write_init = socfpga_fpga_ops_configure_init,
81 1. .write_init
85 The .write_init function will prepare the FPGA to receive the image data. The
86 buffer passed into .write_init will be at most .initial_header_size bytes long;
/Linux-v4.19/drivers/fpga/
Dfpga-mgr.c82 ret = mgr->mops->write_init(mgr, info, NULL, 0); in fpga_mgr_write_init_buf()
84 ret = mgr->mops->write_init( in fpga_mgr_write_init_buf()
571 !mops->write_init || (!mops->write && !mops->write_sg) || in fpga_mgr_create()
Dts73xx-fpga.c110 .write_init = ts73xx_fpga_write_init,
Daltera-pr-ip-core.c171 .write_init = alt_pr_fpga_write_init,
Dxilinx-spi.c138 .write_init = xilinx_spi_write_init,
Dice40-spi.c127 .write_init = ice40_fpga_ops_write_init,
Daltera-ps-spi.c232 .write_init = altera_ps_write_init,
Ddfl-fme-mgr.c268 .write_init = fme_mgr_write_init,
Dmachxo2-spi.c350 .write_init = machxo2_write_init,
Dsocfpga-a10.c463 .write_init = socfpga_a10_fpga_write_init,
Daltera-cvp.c359 .write_init = altera_cvp_write_init,
Dsocfpga.c538 .write_init = socfpga_fpga_ops_configure_init,
Dzynq-fpga.c552 .write_init = zynq_fpga_ops_write_init,
/Linux-v4.19/include/linux/fpga/
Dfpga-mgr.h128 int (*write_init)(struct fpga_manager *mgr, member