Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/fpga/
Dfpga-mgr.h85 int (*write_init)(struct fpga_manager *mgr, u32 flags, member
/linux-4.4.14/Documentation/fpga/
Dfpga-mgr.txt120 .write_init = socfpga_fpga_ops_configure_init,
156 1. .write_init
160 The .write_init function will prepare the FPGA to receive the image data.
/linux-4.4.14/drivers/fpga/
Dfpga-mgr.c58 ret = mgr->mops->write_init(mgr, flags, buf, count); in fpga_mgr_buf_load()
259 if (!mops || !mops->write_init || !mops->write || in fpga_mgr_register()
Dzynq-fpga.c403 .write_init = zynq_fpga_ops_write_init,
Dsocfpga.c548 .write_init = socfpga_fpga_ops_configure_init,