Lines Matching full:image
8 an image. The API is manufacturer agnostic. All manufacturer specifics are
10 The FPGA image data itself is very manufacturer specific, but for our purposes
13 The FPGA image to be programmed can be in a scatter gather list, a single
18 The particulars for programming the image are presented in a structure (struct
20 FPGA image as well as image-specific particulars such as whether the image was
92 .write function will get image buffer starting at header_size offset from the
94 the image buffer, otherwise .write will get data up to the end of image buffer.
95 This will not affect .write_sg, .write_sg will still get whole image in
96 sg_table form. If FPGA image is already mapped as a single contiguous buffer,
97 whole buffer will be passed into .parse_header. If image is in scatter-gather
101 with greater part of image buffer on the input.
103 The .write_init function will prepare the FPGA to receive the image data. The
109 whole FPGA image or may be a smaller chunk of an FPGA image. In the latter
116 The .write_complete function is called after all the image has been written